summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Version update.Ryan Petrello2012-12-071-2/+2
* Version update.Ryan Petrello2012-12-071-2/+2
* Improve documentation about config and app.pySteven Berler2012-12-052-0/+18
* Fix an incorrect code example in the Hooks documentation.Ryan Petrello2012-10-291-1/+2
* docs: Fix minor typo in *args Routing example.Wesley Spikes2012-10-261-1/+1
* Documentation bug.Pete2012-04-111-1/+1
* Updating version to use semantic versioning.Ryan Petrello2012-04-021-2/+2
* Deployment documenation tweak.Ryan Petrello2012-03-301-2/+1
* More deployment docs.Ryan Petrello2012-03-301-18/+104
* Version bump, a bug fix, more documentation...Ryan Petrello2012-03-302-6/+6
* Doc tweaks.Ryan Petrello2012-03-291-7/+14
* A first pass at deployment documentation.Ryan Petrello2012-03-291-21/+93
* Error doc tweak.Ryan Petrello2012-03-291-18/+18
* Custom Errors DocumentationPete2012-03-281-1/+112
* reload.rst not standalonePete2012-03-274-1/+5
* Got rid of sphinx toc warning.Pete2012-03-274-4/+4
* Making some Python corrections to the WTForms examples.Ryan Petrello2012-03-241-22/+29
* adding wtforms documentationMike Perez2012-03-231-8/+60
* Documentation typo.Ryan Petrello2012-03-241-2/+2
* More documentation updates.Ryan Petrello2012-03-245-53/+87
* More configuration changes.Ryan Petrello2012-03-244-9/+59
* Simplifying (and documenting) logging.Ryan Petrello2012-03-232-13/+133
* Adding documentation for the debug middleware, including docstrings.Jonathan LaCour2012-03-235-1/+41
* Documentation for pecan's static file serving middleware.Ryan Petrello2012-03-233-26/+41
* Docs for ``pecan.testing``.Ryan Petrello2012-03-232-3/+141
* Updating installation instructions.Ryan Petrello2012-03-231-3/+7
* Changed a key in ``pecan.commands`` to more closely mirror the argparse module.Ryan Petrello2012-03-231-1/+1
* More documentation tinkering.Ryan Petrello2012-03-236-5/+35
* Fixing a few bugs and typos in docs.Ryan Petrello2012-03-234-13/+10
* More documentation.Ryan Petrello2012-03-221-2/+133
* More ``pecan.commands`` documentation.Ryan Petrello2012-03-223-0/+32
* More ``pecan shell`` documentation, and a fix for ``bpython`` support.Ryan Petrello2012-03-221-2/+9
* The start of docs for ``pecan shell``.Ryan Petrello2012-03-221-2/+42
* Documentation for the ``pecan serve`` command.Ryan Petrello2012-03-221-4/+41
* Updating the quickstart docs with some missing info.Ryan Petrello2012-03-201-0/+5
* More PEP8 compliancy.Ryan Petrello2012-03-201-10/+11
* Merge pull request #90 from coderpete/nextRyan Petrello2012-03-191-0/+0
|\
| * Appease SphinxPete2012-03-191-0/+0
* | Giving this a *third* try. I hate RST...Ryan Petrello2012-03-191-1/+0
|/
* Removing `conf.app.reload` from pecan and its docs.Ryan Petrello2012-03-192-12/+2
* Fixing a few .rst formatting issues.Ryan Petrello2012-03-153-7/+9
* More documentation stubs.Ryan Petrello2012-03-132-65/+38
* More configuration improvements and stubs.Ryan Petrello2012-03-1311-78/+90
* Cleaning up cruft, simplifying default config, and improving docs.Ryan Petrello2012-03-1311-178/+217
* Removing formencode and the built-in validation functionality.Ryan Petrello2012-03-123-181/+3
* Removing appengine docs for now (these are *really* old and out of date).Ryan Petrello2012-03-122-233/+0
* Removing the old testing docs (they need to be redone).Ryan Petrello2012-03-072-110/+1
* Bringing docs up to date.Ryan Petrello2012-03-054-60/+71
* Merge remote-tracking branch 'origin/deployment_docs' into nextRyan Petrello2012-03-051-1/+79
|\
| * Start stubbing out guides for various deployment methods.Benjamin W. Smith2011-09-022-1/+81