summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheOneMusic <44474247+TheOneMusic@users.noreply.github.com>2021-04-11 19:59:49 +0200
committerGitHub <noreply@github.com>2021-04-11 12:59:49 -0500
commit6e9b4c9e88534d9df673e67d13cfb06529d02ca0 (patch)
treecc3780fb8095e1d0c07c57567199cdde67a9eae5
parentf10fcf8c98ea07a63f8286288ce82f773e7e152e (diff)
downloadpyparsing-git-6e9b4c9e88534d9df673e67d13cfb06529d02ca0.tar.gz
Update README.rst (#269)
-rw-r--r--README.rst19
1 files changed, 9 insertions, 10 deletions
diff --git a/README.rst b/README.rst
index 470897b..fc2e323 100644
--- a/README.rst
+++ b/README.rst
@@ -14,8 +14,9 @@ Python code.
*[Since first writing this description of pyparsing in late 2003, this
technique for developing parsers has become more widespread, under the
-name Parsing Expression Grammars - PEGs. See more information on PEGs at*
-https://en.wikipedia.org/wiki/Parsing_expression_grammar *.]*
+name Parsing Expression Grammars - PEGs. See more information on PEGs*
+`here <https://en.wikipedia.org/wiki/Parsing_expression_grammar>`__
+*.]*
Here is a program to parse ``"Hello, World!"`` (or any greeting of the form
``"salutation, addressee!"``):
@@ -53,24 +54,22 @@ Documentation
=============
There are many examples in the online docstrings of the classes
-and methods in pyparsing. You can find them compiled into online docs
-at https://pyparsing-docs.readthedocs.io/en/latest/. Additional
+and methods in pyparsing. You can find them compiled into `online docs <https://pyparsing-docs.readthedocs.io/en/latest/>`__. Additional
documentation resources and project info are listed in the online
-GitHub wiki, at https://github.com/pyparsing/pyparsing/wiki. An
-entire directory of examples is at
-https://github.com/pyparsing/pyparsing/tree/master/examples.
+`GitHub wiki <https://github.com/pyparsing/pyparsing/wiki>`__. An
+entire directory of examples can be found `here <https://github.com/pyparsing/pyparsing/tree/master/examples>`__.
License
=======
-MIT License. See header of pyparsing.py
+MIT License. See header of the `pyparsing.py <https://github.com/pyparsing/pyparsing/blob/master/pyparsing/__init__.py#L1-L23>`__ file.
History
=======
-See CHANGES file.
+See `CHANGES <https://github.com/pyparsing/pyparsing/blob/master/CHANGES>`__ file.
.. |Build Status| image:: https://travis-ci.org/pyparsing/pyparsing.svg?branch=master
:target: https://travis-ci.org/pyparsing/pyparsing
.. |Coverage| image:: https://codecov.io/gh/pyparsing/pyparsing/branch/master/graph/badge.svg
- :target: https://codecov.io/gh/pyparsing/pyparsing \ No newline at end of file
+ :target: https://codecov.io/gh/pyparsing/pyparsing