summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Various minor updates:Todd Leonhardt2017-01-291-0/+3
| | | | | | | | | - Updated .gitignore for code coverage result dirs from coverage and pytest-cov - Updated README.rst to include badge for latest docs from readthedocs.io - Updated setup.py to have updated info for the next time a release is made to PyPI - Documentation updates: - Bumped version in conf.py to 0.7 - Updated links in index.rst and alternatives.rst
* Add Read The Docs link for 0.6.9Federico Ceratto2017-01-291-1/+1
|
* Add links to ReadTheDocsFederico Ceratto2017-01-291-0/+2
|
* Fixed AppVeyor build status linkTodd Leonhardt2017-01-281-2/+2
|
* Add appveyor badgeFederico Ceratto2017-01-281-0/+4
|
* Changed header comment in cmd2.py to refer to GitHub repo instead of old ↵Todd Leonhardt2017-01-231-18/+2
| | | | assembla mercurial one. Also changed exampleSession.txt example transcript to not include the "set" command since the output was platform dependent due to the default editor varying.
* Merge pull request #1 from python-cmd2/masterTodd Leonhardt2017-01-231-1/+3
|\ | | | | Add tutorial
| * Add tutorialFederico Ceratto2017-01-231-1/+3
| |
* | Fixed example.py and exampleSession.txt so that the example runs and the ↵TL2017-01-111-29/+29
|/ | | | | | test passes when running "python example.py -t exampleSession.txt". Also made the front-page documentation consistent so it references the actual code and text in this modified example.
* Remove mentions of 2to3, remove INSTALL.txtFederico Ceratto2017-01-061-1/+1
|
* First stage of refactoring to support full simultaneous Python 2 and 3 ↵Todd Leonhardt2016-12-091-26/+27
| | | | compatibility via use of the six module.
* Update READMEFederico Ceratto2016-02-201-0/+224