cython-docs
changeset 95:fc58eedcf698
Merge
| author | cython@sagemath.math.washington.edu |
|---|---|
| date | Wed Aug 25 00:07:30 2010 -0700 (21 months ago) |
| parents | f8ce83e9ebc8 0d0d42c35ca8 |
| children | a55216f9f56d |
| files | .hgignore conf.py |
line diff
1.1 --- a/.hgignore Tue Aug 24 08:34:15 2010 -0700
1.2 +++ b/.hgignore Wed Aug 25 00:07:30 2010 -0700
1.3 @@ -7,9 +7,3 @@
1.4 syntax: regexp
1.5 ^build/
1.6 ^_build/
1.7 -
1.8 -
1.9 -
1.10 -
1.11 -
1.12 -
2.1 --- a/conf.py Tue Aug 24 08:34:15 2010 -0700
2.2 +++ b/conf.py Wed Aug 25 00:07:30 2010 -0700
2.3 @@ -42,7 +42,7 @@
2.4
2.5 # General substitutions.
2.6 project = 'Cython'
2.7 -copyright = '2009, Stefan Behnel, Robert Bradshaw, Grew Ewing, Gabriel Gellner, Dag Seljebotn, William Stein, et al.'
2.8 +copyright = '2010, Stefan Behnel, Robert Bradshaw, Dag Sverre Seljebotn, Greg Ewing, William Stein, Gabriel Gellner, et al.'
2.9
2.10 # The default replacements for |version| and |release|, also used in various
2.11 # other places throughout the built documents.
