summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Sugar full-screen capabilities. Make location() context manager slimmer. Add ↵Erik Rose2012-06-081-1/+1
| | | | hidden_cursor() context manager. Bump version to 1.5.
* Bump version to 1.4 in docs config.Erik Rose2012-06-021-1/+1
|
* Tell Sphinx to document `number_of_colors`.Erik Rose2011-12-091-1/+1
|
* Allow `color` attr to act as an unparametrized string, not just a callable.Erik Rose2011-11-301-1/+1
| | | Also have FormattingString stop reaching into the Terminal to pull out `normal`.
* Make `color(n)` callable to wrap a string, like the named colors can. Bump ↵Erik Rose2011-11-291-1/+1
| | | | version to 1.3. Closes #12.
* Replace the remaining occurrences of "django-tidings" in the Sphinx makefiles.Erik Rose2011-11-282-6/+6
|
* Support Python 3 >= 3.2.3.Erik Rose2011-11-271-1/+1
|\
| * Remove SPOT for version, because __init__ throws a SyntaxError when imported ↵Erik Rose2011-11-271-1/+1
| | | | | | | | from setup.py.
* | Remedy some old copy-and-paste errors in the Sphinx config.Erik Rose2011-11-201-3/+3
|/
* Bootstrap Sphinx docs.Erik Rose2011-11-184-0/+538
* Clean up docstrings' Sphinx formatting. * Put a version SPOT in __init__.