summaryrefslogtreecommitdiff
path: root/docs/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Additional docstring and sphinx cleanupptmcg2022-06-181-1/+1
|
* Update 2020 dates to 2021, fix TravisCI badge in README.rst to use ↵ptmcg2021-08-011-1/+1
| | | | travis-ci.com instead of .org
* Sphinx config cleanupptmcg2020-06-251-2/+2
|
* Blacken the project (#141)Jon Dufresne2019-10-311-25/+31
|
* Use pyupgrade to upgrade the code to use Python3 conventions (#138)Jon Dufresne2019-10-241-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 commentsJon Dufresne2018-12-251-1/+1
|
* Not sure how I managed to screw up building documentation again.Matěj Cepl2018-11-211-1/+1
|
* Initial conversion to Sphinx generated documentation.Matěj Cepl2018-11-201-0/+181
There are still many bugs in the documentation strings, but at least genration of documentaiton works.