From 1c329624a5e4b9122b047c93cd64fbeb217d8682 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 6 Dec 2008 16:59:48 +0000 Subject: - merged -r5338:5429 of sphinx branch. - Documentation has been converted to Sphinx. In particular, the generated API documentation has been constructed into a full blown "API Reference" section which organizes editorial documentation combined with generated docstrings. Cross linking between sections and API docs are vastly improved, a javascript-powered search feature is provided, and a full index of all classes, functions and members is provided. --- doc/syntaxhighlight.css | 54 ------------------------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 doc/syntaxhighlight.css (limited to 'doc/syntaxhighlight.css') diff --git a/doc/syntaxhighlight.css b/doc/syntaxhighlight.css deleted file mode 100644 index d0ecae2d3..000000000 --- a/doc/syntaxhighlight.css +++ /dev/null @@ -1,54 +0,0 @@ - -.substitution, .compcall { - color: #DF2020; -} - - -.controlline { - color: #10109E; -} - -.doctag_text, .python_comment, .doctag { - color: #109010; -} - -.argstag_text { - color: #10109E; -} - -.blocktag, .python_keyword, .deftag, .argstag { - #color: #1010FF; - color: #0908CE; -} - -.blocktag_text { - color: #10109E; -} - -.python_literal, .python_number { - color: #804049; -} - -.text { - color: #807079; -} - -.python_operator { - color: #BF0005; -} - -.python_enclosure { - color: #0000FF; -} - -.compname { - color: #272767; -} - -.python_name, name { - color: #070707; -} - - - - -- cgit v1.2.1