diff options
author | gbrandl <devnull@localhost> | 2008-03-02 16:25:55 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2008-03-02 16:25:55 +0100 |
commit | 6d5dc62599a1f701dc2fe95e9709983433dbc0a3 (patch) | |
tree | 494f483c922c50a0037dc5ba46122568bc907e0c /docs/src | |
parent | cdb6738592b8ecb8f5caa9a5d12c38b4f7050a5f (diff) | |
download | pygments-6d5dc62599a1f701dc2fe95e9709983433dbc0a3.tar.gz |
Remove confusing note from the docs.
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/rstdirective.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/src/rstdirective.txt b/docs/src/rstdirective.txt index 9d159fda..c0d503b3 100644 --- a/docs/src/rstdirective.txt +++ b/docs/src/rstdirective.txt @@ -14,9 +14,9 @@ directive -- this is also how this documentation displays source code. From Pygments 0.9, the directive is shipped in the distribution as `external/rst-directive.py`. You can copy and adapt this code to your liking. - -*Loosely related note:* The ReST lexer now recognizes ``.. sourcecode::`` and -``.. code::`` directives and highlights the contents in the specified language -if the `handlecodeblocks` option is true. +.. removed -- too confusing + *Loosely related note:* The ReST lexer now recognizes ``.. sourcecode::`` and + ``.. code::`` directives and highlights the contents in the specified language + if the `handlecodeblocks` option is true. .. _ReST: http://docutils.sf.net/rst.html |