diff options
author | Georg Brandl <georg@python.org> | 2014-09-16 09:58:24 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-16 09:58:24 +0200 |
commit | a180cc3373345b3cb0ddecf14bcc31a1a1e53d51 (patch) | |
tree | 488391a956f16af34fa17c34e916a3128ab4a4b3 /doc | |
parent | f0f2d79de9bdf5c5c7a181e1514fa55197248f82 (diff) | |
download | pygments-a180cc3373345b3cb0ddecf14bcc31a1a1e53d51.tar.gz |
add link to docs on styles. manual merge of PR#393.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.rst b/doc/faq.rst index 0f65b9fe..f040e053 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -58,7 +58,7 @@ Usage as a library is thoroughly demonstrated in the Documentation section. How do I make a new style? -------------------------- -Please see the documentation on styles. +Please see the :doc:`documentation on styles <docs/styles>`. How can I report a bug or suggest a feature? -------------------------------------------- |