Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Additional docstring and sphinx cleanup | ptmcg | 2022-06-18 | 1 | -1/+1 |
| | |||||
* | Update 2020 dates to 2021, fix TravisCI badge in README.rst to use ↵ | ptmcg | 2021-08-01 | 1 | -1/+1 |
| | | | | travis-ci.com instead of .org | ||||
* | Sphinx config cleanup | ptmcg | 2020-06-25 | 1 | -2/+2 |
| | |||||
* | Blacken the project (#141) | Jon Dufresne | 2019-10-31 | 1 | -25/+31 |
| | |||||
* | Use pyupgrade to upgrade the code to use Python3 conventions (#138) | Jon Dufresne | 2019-10-24 | 1 | -1/+0 |
| | | | | | | | | | | | | The pyupgrade project is available at https://github.com/asottile/pyupgrade and can be installed through pip. The pyupgrade tool automatically upgrades syntax for newer versions of the language. As pyparsing is now Python 3 only, can apply some cleanups and simplifications. Ran the tool using the following command: $ find . -name \*.py -exec pyupgrade --py3-plus {} \; For now, pyparsing.py was skipped while it is refactored to a package. | ||||
* | Use HTTPS URLs where available in docs, examples, and comments | Jon Dufresne | 2018-12-25 | 1 | -1/+1 |
| | |||||
* | Not sure how I managed to screw up building documentation again. | Matěj Cepl | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | Initial conversion to Sphinx generated documentation. | Matěj Cepl | 2018-11-20 | 1 | -0/+181 |
There are still many bugs in the documentation strings, but at least genration of documentaiton works. |