From: ggellner@encolpuis Date: Sat, 27 Sep 2008 18:45:42 +0000 (-0400) Subject: Pushed compilation docs higher up. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e87f834460df9b51bf3c9ba47bc3a69fb6571b48;p=cython.git Pushed compilation docs higher up. --- diff --git a/TODO b/TODO index 4958cc06..cb18f2fc 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -* Make a Pygments lexer for cython/pyrex so we get nice color coding. +* Make a Pygments lexer for cython/pyrex so we get nice color coding. [Partially Done] * Fix up the latex style file so that boxes are not messed up when we have code examples. * Put on my writing hat, and do an overhaul of the structure of the docs so diff --git a/index.rst b/index.rst index a6f42d42..b7eb9cf9 100644 --- a/index.rst +++ b/index.rst @@ -17,8 +17,8 @@ Contents: docs/extension_types docs/sharing_declarations docs/external_C_code - docs/wrapping_CPlusPlus docs/source_files_and_compilation + docs/wrapping_CPlusPlus docs/limitations docs/pyrex_differences docs/early_binding_for_speed