summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Converted README.rst to README.md.Todd Leonhardt2017-03-171-249/+0
| | | | Was having so much trouble with GitHub recognizing the README.rst, converted it to Markdown.
* Not sure why GitHub isn't recognizing the README.rstTodd Leonhardt2017-03-171-5/+1
|
* Third time is a charm?Todd Leonhardt2017-03-161-1/+1
|
* Another attempt at fixing README.rstTodd Leonhardt2017-03-161-5/+4
|
* Attempt at fixing the end of README.rstTodd Leonhardt2017-03-161-1/+2
|
* Apparently regex syntax is stricter for Python 3 on Windows.Todd Leonhardt2017-03-161-0/+5
| | | | | | Than it is for Python 2 on Windows or Python 3 on Linux or Mac. Go figure. You would think it would be the same for Python 3 across platforms.
* Mostly fix a bunch of spelling mistakes.Todd Leonhardt2017-03-131-2/+3
| | | | A few other miscellaneous minor tweaks for whitespace and such.
* Added info to CHANGES.rst on what bugs have been fixed so far this release.Todd Leonhardt2017-03-041-2/+1
| | | | | | Fixed a bug where the allow_cli_args attribute wasn't properly preventing OptParse from prasing the args looking for "-t" or "--test" for transcript testing. Added an example of using Argparse with cmd2.
* Fix broken link in READMETodd Leonhardt2017-03-041-1/+1
|
* Updated README.rst to refer to the new Contributor's GuideTodd Leonhardt2017-02-261-2/+3
|
* Changes to make our project as welcoming as possible for new contributors.Todd Leonhardt2017-02-261-1/+1
| | | | | | | Changes include: 1) Added CONTRIBUTING.md with detailed instructions for how to contribute, which should be especially useful to those new to open source in general or GitHub in particular 2) Added CODE_OF_CONDUCT.md which sets ground rules for participants’ behavior and helps to facilitate a friendly, welcoming environment 3) Renamed the "example" directory to "examples" in the hope that one day soon there may be more than a single example ;-)
* Updating front-page README.rst to mention unicode character support for Python 3Todd Leonhardt2017-02-241-0/+1
|
* 3rd time's a charm ...Todd Leonhardt2017-02-171-1/+2
|
* Changing docs badge link back to previous one since it worked betterTodd Leonhardt2017-02-171-1/+1
|
* Changing link for latest docs badgeTodd Leonhardt2017-02-171-1/+1
|
* Fix GitHub front-page formatting in README.rstTodd Leonhardt2017-02-121-21/+29
|
* Added installation instructions to documentation.Todd Leonhardt2017-02-121-9/+35
| | | | Also reorganized the GitHub README.rst front-page.
* Tweak badget display so AppVeyor build status displays for master branch.Todd Leonhardt2017-02-051-7/+3
| | | | Show build status on front page for master branch instead of latest build.
* Documented undocumented commands and removed command aliases.Todd Leonhardt2017-02-051-7/+2
| | | | | | | | The out-of-the-box help menu now looks a lot cleaner: - All redundant command aliases have been removed (NOTE: They can still be used if self.abbrev is True, which is the default) - All previously undocumented commands have been documented - Unit tests and README.rst documentation has been updated to reflect new behavior
* 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