Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
40c693a0
Commit
40c693a0
authored
Aug 25, 2010
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
33483b66
44358d3b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
13 deletions
+9
-13
.hgignore
.hgignore
+0
-6
conf.py
conf.py
+4
-4
src/reference/extension_types.rst
src/reference/extension_types.rst
+3
-3
src/reference/special_methods_table.rst
src/reference/special_methods_table.rst
+2
-0
No files found.
.hgignore
View file @
40c693a0
...
...
@@ -7,9 +7,3 @@ syntax: glob
syntax: regexp
^build/
^_build/
conf.py
View file @
40c693a0
...
...
@@ -29,7 +29,7 @@ highlight_language = 'cython'
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions
=
[
'ipython_console_highlighting'
,
'sphinx.ext.pngmath'
,
'sphinx.ext.todo'
]
extensions
=
[
'ipython_console_highlighting'
,
'
cython_highlighting'
,
'
sphinx.ext.pngmath'
,
'sphinx.ext.todo'
]
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'_templates'
]
...
...
@@ -42,15 +42,15 @@ master_doc = 'index'
# General substitutions.
project
=
'Cython'
copyright
=
'20
09, Stefan Behnel, Robert Bradshaw, Grew Ewing, Gabriel Gellner, Dag Seljebotn, William Stein
, et al.'
copyright
=
'20
10, Stefan Behnel, Robert Bradshaw, Dag Sverre Seljebotn, Greg Ewing, William Stein, Gabriel Gellner
, et al.'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
#
# The short X.Y version.
version
=
'0.1
2
'
version
=
'0.1
3
'
# The full version, including alpha/beta/rc tags.
release
=
'0.1
2
'
release
=
'0.1
3
'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
...
...
src/reference/extension_types.rst
View file @
40c693a0
...
...
@@ -3,7 +3,7 @@
.. _extension_types:
***************
Exten
t
ion Types
Exten
s
ion Types
***************
* Normal Python as well as extension type classes can be defined.
...
...
@@ -165,7 +165,7 @@ Special Methods
#. There are substantial differences in some behavior.
#. Some Cython special methods have no Python counter-part.
* See the :
doc
:`special_methods_table` for the many that are available.
* See the :
ref
:`special_methods_table` for the many that are available.
Declaration
...
...
@@ -338,7 +338,7 @@ Forward Declarations
Extension Types and None
========================
* Parameters and C-variables declared as an Exten
t
ion type, may take the value of ``None``.
* Parameters and C-variables declared as an Exten
s
ion type, may take the value of ``None``.
* This is analogous to the way a C-pointer can take the value of ``NULL``.
.. note::
...
...
src/reference/special_methods_table.rst
View file @
40c693a0
.. _special_methods_table:
Special Methods Table
---------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment