Merge back in old code as users guide (as it doesn't look like it was all copied...
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 12 Nov 2009 08:00:58 +0000 (00:00 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 12 Nov 2009 08:00:58 +0000 (00:00 -0800)
--HG--
rename : index.rst => src/userguide/index.rst

1  2 
index.rst
src/userguide/index.rst

diff --cc index.rst
index dc0840b13fe1d50f4b3b067ce340970515ce7264,e8d084461ece3da8c6d6baf57205308004c74ae0..683e69162b354e301afd04b08f427316b9340211
+++ 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
index 0000000000000000000000000000000000000000,1d24a1400ac060584d0ab3e9f19bae19f124ca9c..f1d1f269469c53e546d027b4e358c3e79196e348
mode 000000,100644..100644
--- /dev/null
@@@ -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::