Merge docs repo
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 1 Apr 2011 18:44:51 +0000 (11:44 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 1 Apr 2011 18:44:51 +0000 (11:44 -0700)
commit2bcb14fff262a9a9c7b50bacb360bd983e6a92ee
treef95f273c22cc5f1849495fbaa3402fe4a2eac1d9
parent8128cb65ab0f02e7a198bab0d0f5a24405f6b972
parent19ca6b53dbd3742f0bc919012bf8093b6edc6fef
Merge docs repo
72 files changed:
docs/.hgignore
docs/Makefile
docs/README
docs/TODO
docs/_static/cython-logo-light.png
docs/_static/cythonlogo.png
docs/_static/favicon.ico
docs/_templates/layout.html
docs/conf.py
docs/examples/tutorial/fib1/fib.pyx
docs/examples/tutorial/fib1/setup.py
docs/examples/tutorial/great_circle/c1.pyx
docs/examples/tutorial/great_circle/c2.pyx
docs/examples/tutorial/great_circle/p1.py
docs/examples/tutorial/primes/primes.py
docs/examples/tutorial/primes/primes.pyx
docs/examples/tutorial/primes/setup.py
docs/index.rst
docs/sphinxext/cython_highlighting.py
docs/sphinxext/ipython_console_highlighting.py
docs/src/quickstart/build.rst
docs/src/quickstart/cythonize.rst
docs/src/quickstart/demo.pyx
docs/src/quickstart/htmlreport.png
docs/src/quickstart/index.rst
docs/src/quickstart/install.rst
docs/src/quickstart/overview.rst
docs/src/quickstart/sage.png
docs/src/reference/Makefile
docs/src/reference/compilation.rst
docs/src/reference/directives.rst
docs/src/reference/extension_types.rst
docs/src/reference/index.rst
docs/src/reference/interfacing_with_other_code.rst
docs/src/reference/language_basics.rst
docs/src/reference/limitations.rst
docs/src/reference/special_mention.rst
docs/src/reference/special_methods_table.rst
docs/src/tutorial/appendix.rst
docs/src/tutorial/caveats.rst
docs/src/tutorial/cdef_classes.rst
docs/src/tutorial/clibraries.rst
docs/src/tutorial/data.py
docs/src/tutorial/external.rst
docs/src/tutorial/index.rst
docs/src/tutorial/numpy.rst
docs/src/tutorial/profiling_tutorial.rst
docs/src/tutorial/pure.rst
docs/src/tutorial/pxd_files.rst
docs/src/tutorial/queue_example/cqueue.pxd
docs/src/tutorial/queue_example/queue.pyx
docs/src/tutorial/readings.rst
docs/src/tutorial/related_work.rst
docs/src/tutorial/strings.rst
docs/src/userguide/debugging.rst
docs/src/userguide/early_binding_for_speed.rst
docs/src/userguide/extension_types.rst
docs/src/userguide/external_C_code.rst
docs/src/userguide/index.rst
docs/src/userguide/language_basics.rst
docs/src/userguide/limitations.rst
docs/src/userguide/numpy_tutorial.rst
docs/src/userguide/overview.rst
docs/src/userguide/pxd_package.rst
docs/src/userguide/pyrex_differences.rst
docs/src/userguide/sharing_declarations.rst
docs/src/userguide/source_files_and_compilation.rst
docs/src/userguide/special_methods.rst
docs/src/userguide/tutorial.rst
docs/src/userguide/wrapping_CPlusPlus.rst
docs/todo.txt
docs/welcome.rst