@@ -14,8 +14,9 @@ Python code.
14
14
15
15
*[Since first writing this description of pyparsing in late 2003, this
16
16
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
+ *.] *
19
20
20
21
Here is a program to parse ``"Hello, World!" `` (or any greeting of the form
21
22
``"salutation, addressee!" ``):
@@ -53,24 +54,22 @@ Documentation
53
54
=============
54
55
55
56
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
58
58
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 >`__.
62
61
63
62
License
64
63
=======
65
64
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.
67
66
68
67
History
69
68
=======
70
69
71
- See CHANGES file.
70
+ See ` CHANGES < https://github.com/pyparsing/pyparsing/blob/master/CHANGES >`__ file.
72
71
73
72
.. |Build Status | image :: https://travis-ci.org/pyparsing/pyparsing.svg?branch=master
74
73
:target: https://travis-ci.org/pyparsing/pyparsing
75
74
.. |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