| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated docs to discuss the new optional "ipy" command. | Todd Leonhardt | 2017-02-18 | 1 | -0/+36 |
| | | |||||
| * | Fixed a minor typo | Todd Leonhardt | 2017-02-18 | 1 | -1/+2 |
| | | |||||
| * | Updated install instructions to include how to install from GitHub using pip. | Todd Leonhardt | 2017-02-18 | 1 | -4/+42 |
| | | |||||
| * | Added installation instructions to documentation. | Todd Leonhardt | 2017-02-12 | 2 | -0/+85 |
| | | | | | Also reorganized the GitHub README.rst front-page. | ||||
| * | Documentation fixes and updates | Todd Leonhardt | 2017-02-12 | 1 | -2/+23 |
| | | | | | | | - Fixed optparse links - Added note about plans to replace optparse with argparse - Added subsection about the functions which control argument parsing for commands with flags | ||||
| * | Documentation updates | Todd Leonhardt | 2017-02-12 | 6 | -48/+51 |
| | | | | | | | | | | | | Sphinx documenation updates, including: - Extensively re-wrote the "alternatives to cmd2" section as it was many years out of date - Reworded a few humorous sections in an attempt to be more professional - Removed reference to command synonyms/aliases which no longer exist - Added more detail in a couple places - Minor rewording and bugfixes throughout Also added a note to cmd2.py about the expected values for doctest only working for Python 2.7. | ||||
| * | Add six module to requirements for building docs | Todd Leonhardt | 2017-02-12 | 2 | -3/+1 |
| | | |||||
| * | Adding requirements.txt to doc section to try to fix autodoc on readthedocs | Todd Leonhardt | 2017-02-12 | 1 | -0/+1 |
| | | |||||
| * | Fixed doc conf.py so it correctly sets PYTHONPATH for autodoc feature. | Todd Leonhardt | 2017-02-12 | 1 | -4/+10 |
| | | |||||
| * | Refactored to move all cmd2.Cmd class member variables to beginning. | Todd Leonhardt | 2017-02-11 | 2 | -26/+28 |
| | | | | | | | | | Also: - Added locals_in_py to settable parameters to match documentation. - Added pycon2010 slides back into doc build since they are referenced with :doc: - Fixed some references in the documentation - Updated unit tests accordingly | ||||
| * | Updated doc links to point to Python 3 docs for cmd module. | Todd Leonhardt | 2017-02-11 | 5 | -7/+8 |
| | | | | | Also fixed references to the Script files section. | ||||
| * | docs now use the sphinx_rtd_theme. | Todd Leonhardt | 2017-02-11 | 2 | -114/+79 |
| | | | | | The docs now use the custom HTML theme from Read the Docs so that when they are built locally they look the same as they will at https://cmd2.readthedocs.io/en/latest/ | ||||
| * | Removed some unused bash scripts which were for uploading stuff to PyCon 2010 | Todd Leonhardt | 2017-02-05 | 3 | -11/+0 |
| | | |||||
| * | Removed unused docs/pycon2010/ui directory. | Todd Leonhardt | 2017-02-05 | 11 | -934/+0 |
| | | |||||
| * | Added doc _build dir to .gitignore | Todd Leonhardt | 2017-01-31 | 2 | -0/+4 |
| | | |||||
| * | Added a couple notes in the docs: | Todd Leonhardt | 2017-01-30 | 2 | -2/+19 |
| | | | | | | 1) Note about needing GNU Readline or equivalent for tab-completion to work 2) Note about behavior occurring when and empty line is entered is different from parent cmd module | ||||
| * | Various minor updates: | Todd Leonhardt | 2017-01-29 | 3 | -11/+11 |
| | | | | | | | | | | - 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 | ||||
| * | Updated a few dead links in the documentation | Todd Leonhardt | 2016-12-11 | 1 | -9/+8 |
| | | |||||
| * | Whitespace change to be mostly PEP8 compliant | Todd Leonhardt | 2016-12-09 | 9 | -37/+97 |
| | | |||||
| * | First stage of refactoring to support full simultaneous Python 2 and 3 ↵ | Todd Leonhardt | 2016-12-09 | 15 | -204/+127 |
| | | | | | compatibility via use of the six module. | ||||
| * | Update version (Closes #22) | Federico Ceratto | 2016-03-15 | 1 | -1/+1 |
| | | |||||
| * | Marking for 0.6.8 release0.6.8 | Catherine Devlin | 2014-12-08 | 1 | -2/+2 |
| | | |||||
| * | Indicate change in repository host to bitbucket | Catherine Devlin | 2012-05-26 | 45 | -0/+2794 |
