diff options
author | blackbird <devnull@localhost> | 2006-10-19 21:51:43 +0200 |
---|---|---|
committer | blackbird <devnull@localhost> | 2006-10-19 21:51:43 +0200 |
commit | 5da3f2c0206443d68e5e0445513e01dba0946ee6 (patch) | |
tree | cbc6977e66011e425995974e77492ec234312880 /docs/src | |
parent | 77a0fa805900e66e2adeb36d7bd3bae409de946f (diff) | |
download | pygments-5da3f2c0206443d68e5e0445513e01dba0946ee6.tar.gz |
[svn] fixed some small migration bugs in pygements documentation
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/api.txt | 4 | ||||
-rw-r--r-- | docs/src/quickstart.txt | 2 | ||||
-rw-r--r-- | docs/src/rstdirective.txt | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/src/api.txt b/docs/src/api.txt index 880687f1..90317147 100644 --- a/docs/src/api.txt +++ b/docs/src/api.txt @@ -1,8 +1,8 @@ .. -*- mode: rst -*- -==================== +===================== The full Pygments API -==================== +===================== This page describes the Pygments API. diff --git a/docs/src/quickstart.txt b/docs/src/quickstart.txt index 749889df..5b8cdfaf 100644 --- a/docs/src/quickstart.txt +++ b/docs/src/quickstart.txt @@ -30,7 +30,7 @@ which prints something like this: .. sourcecode:: html <div class="highlight"> - <pre><span class="k">print</span> <span class="l s">"Hello World"</span></pre> + <pre><span class="k">print</span> <span class="s">"Hello World"</span></pre> </div> diff --git a/docs/src/rstdirective.txt b/docs/src/rstdirective.txt index 60651319..972f8341 100644 --- a/docs/src/rstdirective.txt +++ b/docs/src/rstdirective.txt @@ -1,6 +1,6 @@ -=============================== +================================ Using Pygments in ReST documents -=============================== +================================ Many Python people use `ReST`_ for documentation their sourcecode, programs etc. This also means that documentation often includes sourcecode samples etc. |