diff options
| author | Tim Hatch <tim@timhatch.com> | 2015-10-17 07:48:25 -0700 |
|---|---|---|
| committer | Tim Hatch <tim@timhatch.com> | 2015-10-17 07:48:25 -0700 |
| commit | a28b3f8de447837aeca22a24f36902cf9cd90cab (patch) | |
| tree | 43e401b2e41f75904a6dd7f18a861c9f42cf16c3 | |
| parent | e55bc185f3461a641cdfb8fba44c5b9ac17cef6a (diff) | |
| download | pygments-git-a28b3f8de447837aeca22a24f36902cf9cd90cab.tar.gz | |
Resolves #643: Remove 'here' as link text in docs.
| -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. |
