summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 3.x-ify some print statements and an except (#114)kms708472019-08-131-5/+5
| | | Thanks, and nice catch on the except statement too!
* Typo and whitespace cleanupPaul McGuire2019-08-031-1/+1
|
* Updates to prep for 2.4.2 releasePaul McGuire2019-07-281-53/+52
|
* Add unit test for #103; also make CHANGES blurb and HowToUse notes a little ↵pyparsing_2.4.2a1pyparsing_2.4.1.1Paul McGuire2019-07-241-2/+2
| | | | clearer
* Version 2.4.2a1 - changing [...] notation to ZeroOrMore, not OneOrMorePaul McGuire2019-07-231-975/+974
|
* Use HTTPS URLs where available in docs, examples, and commentsJon Dufresne2018-12-251-1/+1
|
* Remove mentions of 'psyco' from docs and examplesJon Dufresne2018-12-241-12/+2
| | | | | | | | | | | | | | | The psyco package has been declared umaintained and dead. It is no longer receiving bug fixes including for security issues. From http://psyco.sourceforge.net/ > 12 March 2012 > > Psyco is unmaintained and dead. Please look at PyPy for the > state-of-the-art in JIT compilers for Python. Avoid recommending the use of an unmaintained package (since 2012). Users can continue to use PyPy for the latest and greatest in Python JIT.
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-187/+187
| | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
* Minor update to module welcome; add version to generated docsptmcg2018-11-221-0/+1
|
* Not sure how I managed to screw up building documentation again.Matěj Cepl2018-11-212-3/+3
|
* Forgot to remove docs/conf_old.pyMatěj Cepl2018-11-201-159/+0
|
* Initial conversion to Sphinx generated documentation.Matěj Cepl2018-11-2010-0/+1383
There are still many bugs in the documentation strings, but at least genration of documentaiton works.