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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gwenaël Samain
cython
Commits
99e0c7e5
Commit
99e0c7e5
authored
Oct 01, 2009
by
Peter Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
super structure pt.2
parent
f355a4b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
conf.py
conf.py
+3
-3
index.rst
index.rst
+3
-5
No files found.
conf.py
View file @
99e0c7e5
...
...
@@ -50,7 +50,7 @@ copyright = '2009, Stefan Behnel, Robert Bradshaw, Grew Ewing, Gabriel Gellner,
# The short X.Y version.
version
=
'0.11'
# The full version, including alpha/beta/rc tags.
release
=
'0.11.
2
'
release
=
'0.11.
3
'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
...
...
@@ -117,7 +117,7 @@ html_favicon = '_static/favicon.ico'
#html_additional_pages = {}
# If false, no module index is generated.
html_use_modindex
=
False
html_use_modindex
=
False
# Don't generate and index
html_use_index
=
False
...
...
@@ -143,7 +143,7 @@ htmlhelp_basename = 'Cythondoc'
#_stdauthor = r'Greg Ewig\\ Gabriel Gellner, editor'
_stdauthor
=
r'Stefan Behnel, Robert Bradshaw, William Stein\\ Gary Furnish, Dag Seljebotn, Greg Ewing\\ Gabriel Gellner, editor'
latex_documents
=
[
(
'index'
,
'cython.tex'
,
(
'index'
,
'cython.tex'
,
'Cython Manual'
,
_stdauthor
,
'manual'
)
]
...
...
index.rst
View file @
99e0c7e5
...
...
@@ -4,6 +4,7 @@ Welcome to Cython's Users Guide
Contents:
.. toctree::
:maxdepth: 2
...
...
@@ -11,11 +12,8 @@ Contents:
src/language_basics
src/compilation
src/extension_types
src/sharing_between_cython_modules
src/cython_for_c
src/cython_for_c++
src/cython_for_fortran
src/cython_for_numpy
src/interfacing_with_other_code
src/special_mention
src/limitations
Indices and tables
...
...
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