Skip to content

Commit 6e9b4c9

Browse files
Update README.rst (pyparsing#269)
1 parent f10fcf8 commit 6e9b4c9

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.rst

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Python code.
1414

1515
*[Since first writing this description of pyparsing in late 2003, this
1616
technique for developing parsers has become more widespread, under the
17-
name Parsing Expression Grammars - PEGs. See more information on PEGs at*
18-
https://en.wikipedia.org/wiki/Parsing_expression_grammar *.]*
17+
name Parsing Expression Grammars - PEGs. See more information on PEGs*
18+
`here <https://en.wikipedia.org/wiki/Parsing_expression_grammar>`__
19+
*.]*
1920

2021
Here is a program to parse ``"Hello, World!"`` (or any greeting of the form
2122
``"salutation, addressee!"``):
@@ -53,24 +54,22 @@ Documentation
5354
=============
5455

5556
There are many examples in the online docstrings of the classes
56-
and methods in pyparsing. You can find them compiled into online docs
57-
at https://pyparsing-docs.readthedocs.io/en/latest/. Additional
57+
and methods in pyparsing. You can find them compiled into `online docs <https://pyparsing-docs.readthedocs.io/en/latest/>`__. Additional
5858
documentation resources and project info are listed in the online
59-
GitHub wiki, at https://github.com/pyparsing/pyparsing/wiki. An
60-
entire directory of examples is at
61-
https://github.com/pyparsing/pyparsing/tree/master/examples.
59+
`GitHub wiki <https://github.com/pyparsing/pyparsing/wiki>`__. An
60+
entire directory of examples can be found `here <https://github.com/pyparsing/pyparsing/tree/master/examples>`__.
6261

6362
License
6463
=======
6564

66-
MIT License. See header of pyparsing.py
65+
MIT License. See header of the `pyparsing.py <https://github.com/pyparsing/pyparsing/blob/master/pyparsing/__init__.py#L1-L23>`__ file.
6766

6867
History
6968
=======
7069

71-
See CHANGES file.
70+
See `CHANGES <https://github.com/pyparsing/pyparsing/blob/master/CHANGES>`__ file.
7271

7372
.. |Build Status| image:: https://travis-ci.org/pyparsing/pyparsing.svg?branch=master
7473
:target: https://travis-ci.org/pyparsing/pyparsing
7574
.. |Coverage| image:: https://codecov.io/gh/pyparsing/pyparsing/branch/master/graph/badge.svg
76-
:target: https://codecov.io/gh/pyparsing/pyparsing
75+
:target: https://codecov.io/gh/pyparsing/pyparsing

0 commit comments

Comments
 (0)