From: Robert Bradshaw Date: Thu, 12 Nov 2009 08:00:58 +0000 (-0800) Subject: Merge back in old code as users guide (as it doesn't look like it was all copied... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c41d9a2da9b496f8bb4d66e9f1508c0fe80241fa;p=cython.git Merge back in old code as users guide (as it doesn't look like it was all copied over.) --HG-- rename : index.rst => src/userguide/index.rst --- c41d9a2da9b496f8bb4d66e9f1508c0fe80241fa diff --cc index.rst index dc0840b1,e8d08446..683e6916 --- a/index.rst +++ b/index.rst @@@ -5,6 -5,29 +5,7 @@@ Welcome to Cython's Documentatio .. toctree:: :maxdepth: 2 - docs/overview - docs/tutorial - docs/language_basics - docs/extension_types - docs/special_methods - docs/sharing_declarations - docs/external_C_code - docs/source_files_and_compilation - docs/wrapping_CPlusPlus - docs/numpy_tutorial - docs/profiling_tutorial - docs/limitations - docs/pyrex_differences - docs/early_binding_for_speed - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - -.. toctree:: - + src/quickstart/index + src/tutorial/index ++ src/userguide/index + src/reference/index diff --cc src/userguide/index.rst index 00000000,1d24a140..f1d1f269 mode 000000,100644..100644 --- a/src/userguide/index.rst +++ b/src/userguide/index.rst @@@ -1,0 -1,33 +1,32 @@@ - -Welcome to Cython's Users Guide -================================= ++Cython Users Guide ++================== + + Contents: + + .. toctree:: + :maxdepth: 2 + + overview + tutorial + language_basics + extension_types + special_methods + sharing_declarations + external_C_code + source_files_and_compilation + wrapping_CPlusPlus + numpy_tutorial + profiling_tutorial + limitations + pyrex_differences + early_binding_for_speed + + Indices and tables -================== ++------------------ + + * :ref:`genindex` + * :ref:`modindex` + * :ref:`search` + + .. toctree:: +