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
Boxiang Sun
cython
Commits
3038f544
Commit
3038f544
authored
Nov 07, 2009
by
sirver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a first version of profiling documentation
parent
036f2346
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
301 additions
and
1 deletion
+301
-1
conf.py
conf.py
+1
-1
docs/profiling_tutorial.rst
docs/profiling_tutorial.rst
+299
-0
index.rst
index.rst
+1
-0
No files found.
conf.py
View file @
3038f544
...
...
@@ -29,7 +29,7 @@ import cython_highlighting
# 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'
,
'cython_highlighting'
]
extensions
=
[
'ipython_console_highlighting'
,
'cython_highlighting'
,
'sphinx.ext.pngmath'
]
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'_templates'
]
...
...
docs/profiling_tutorial.rst
0 → 100644
View file @
3038f544
This diff is collapsed.
Click to expand it.
index.rst
View file @
3038f544
...
...
@@ -17,6 +17,7 @@ Contents:
docs/source_files_and_compilation
docs/wrapping_CPlusPlus
docs/numpy_tutorial
docs/profiling_tutorial
docs/limitations
docs/pyrex_differences
docs/early_binding_for_speed
...
...
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