summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZearin <zearin@gonk.net>2013-07-18 19:24:02 +0000
committerZearin <zearin@gonk.net>2013-07-18 19:24:02 +0000
commitce1118aced25b250b116997e9fdcae80abca3b78 (patch)
treee657775c53e57e0a2330992ee35a4e4f9ae58502
parent1ea0fa53d253eae501f0a48611dd01493240b34d (diff)
downloadpygments-ce1118aced25b250b116997e9fdcae80abca3b78.tar.gz
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