diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-12-06 16:59:48 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-12-06 16:59:48 +0000 |
| commit | 1c329624a5e4b9122b047c93cd64fbeb217d8682 (patch) | |
| tree | df09d6ddd169bd37c3c105273c057dba079279c5 /doc/syntaxhighlight.css | |
| parent | 6eca02a31f9fdbc7d039a89f6f8ea212fe5121d9 (diff) | |
| download | sqlalchemy-1c329624a5e4b9122b047c93cd64fbeb217d8682.tar.gz | |
- 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.
Diffstat (limited to 'doc/syntaxhighlight.css')
| -rw-r--r-- | doc/syntaxhighlight.css | 54 |
1 files changed, 0 insertions, 54 deletions
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; -} - - - - |
