summaryrefslogtreecommitdiff
path: root/docs/src/index.txt
blob: 1fad0f03f50fe205ad2a3f5ff04848b76bdd0895 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.. -*- mode: rst -*-

========
Overview
========

Welcome to the Pygments documentation.

- Starting with Pygments

  - `Installation <installation.txt>`_

  - `Introduction and Quickstart <quickstart.txt>`_

  - `Command line interface <cmdline.txt>`_

- Builtin components

  - `Lexers <lexers.txt>`_

  - `Formatters <formatters.txt>`_

  - `Filters <filters.txt>`_

  - `Styles <styles.txt>`_

- Reference

  - `Unicode and encodings <unicode.txt>`_

  - `Builtin tokens <tokens.txt>`_

  - `API documentation <api.txt>`_

- Hacking for Pygments

  - `Write your own lexer <lexerdevelopment.txt>`_

  - `Write your own formatter <formatterdevelopment.txt>`_
  
  - `Write your own filter <filterdevelopment.txt>`_

  - `Register plugins <plugins.txt>`_

- Hints and Tricks

  - `Using Pygments in ReST documents <rstdirective.txt>`_

  - `Using Pygments with MoinMoin <moinmoin.txt>`_

  - `Using Pygments in other contexts <integrate.txt>`_

- About Pygments

  - `Changelog <changelog.txt>`_

  - `Authors <authors.txt>`_


--------------

If you find bugs or have suggestions for the documentation, please
look `here`_ for info on how to contact the team.

You can download an offline version of this documentation from the
`download page`_.

.. _here: http://pygments.org/contribute/
.. _download page: http://pygments.org/download/