summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorblackbird <devnull@localhost>2006-10-19 21:51:43 +0200
committerblackbird <devnull@localhost>2006-10-19 21:51:43 +0200
commit5da3f2c0206443d68e5e0445513e01dba0946ee6 (patch)
treecbc6977e66011e425995974e77492ec234312880 /docs/src
parent77a0fa805900e66e2adeb36d7bd3bae409de946f (diff)
downloadpygments-5da3f2c0206443d68e5e0445513e01dba0946ee6.tar.gz
[svn] fixed some small migration bugs in pygements documentation
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/api.txt4
-rw-r--r--docs/src/quickstart.txt2
-rw-r--r--docs/src/rstdirective.txt4
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">&quot;Hello World&quot;</span></pre>
+ <pre><span class="k">print</span> <span class="s">&quot;Hello World&quot;</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.