summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-09 17:06:41 +0100
committerGeorg Brandl <georg@python.org>2014-01-09 17:06:41 +0100
commit099fadd12f7ab86233063f12ab50d9d87eb48ec7 (patch)
tree5dba81df9c0cece9e96f9289de15edd801aca0f9
parent4fe1c2012d05f1726dd7698f97bea5ba675a5316 (diff)
parentce1118aced25b250b116997e9fdcae80abca3b78 (diff)
downloadpygments-099fadd12f7ab86233063f12ab50d9d87eb48ec7.tar.gz
Merged in Zearin/pygments-main/Zearin/in-builtin-components-put-filters-before-1374175433213 (pull request #219)
In "Builtin Components", put Filters before Formatters (make docs match the order of pygments' pipeline)
-rw-r--r--docs/src/index.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/index.txt b/docs/src/index.txt
index b1e099c7..d24785ac 100644
--- a/docs/src/index.txt
+++ b/docs/src/index.txt
@@ -18,10 +18,10 @@ Welcome to the Pygments documentation.
- `Lexers <lexers.txt>`_
- - `Formatters <formatters.txt>`_
-
- `Filters <filters.txt>`_
+ - `Formatters <formatters.txt>`_
+
- `Styles <styles.txt>`_
- Reference