diff options
author | Tim Hatch <tim@timhatch.com> | 2015-10-17 07:52:55 -0700 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2015-10-17 07:52:55 -0700 |
commit | 3c658b1fa36569e70f458dbee777fc4cf3d527fc (patch) | |
tree | 7e6c518203a59ef332bab25574b484f4aacbc057 /doc | |
parent | 6f703dfda8ff616f466fea58fd469f62dac0d177 (diff) | |
parent | 52fb518e8211e678e873e779a0cbbe35985d8c61 (diff) | |
download | pygments-3c658b1fa36569e70f458dbee777fc4cf3d527fc.tar.gz |
Merge with -main
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq.rst | 3 | ||||
-rw-r--r-- | doc/languages.rst | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/faq.rst b/doc/faq.rst index aeba9259..5458e655 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -12,8 +12,7 @@ processed version (in different formats) containing syntax highlighting markup. Its features include: -* a wide range of common languages and markup formats is supported (look here - for a list) +* a wide range of common :doc:`languages and markup formats <languages>` is supported * new languages and formats are added easily * a number of output formats is available, including: diff --git a/doc/languages.rst b/doc/languages.rst index 13555ccf..683b8752 100644 --- a/doc/languages.rst +++ b/doc/languages.rst @@ -143,9 +143,9 @@ Other markup ... that's all? --------------- -Well, why not write your own? Contributing to Pygments is easy and fun. Look -:doc:`here <docs/lexerdevelopment>` for the docs on lexer development and -:ref:`here <contribute>` for contact details. +Well, why not write your own? Contributing to Pygments is easy and fun. Take a look at the +:doc:`docs on lexer development <docs/lexerdevelopment>` and +:ref:`contact details <contribute>`. Note: the languages listed here are supported in the development version. The latest release may lack a few of them. |