--HG--
rename : index.rst => src/userguide/index.rst
.. 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
--- /dev/null
-
-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::
+