aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/codebase.rst
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Create new area for developers.Elrond2013-01-261-158/+0
| | | | | | | | We need some "Part" for developers. Currently, it's named "Part 4: Developer's Zone". But we should come up with a better name soon. Moved the codebase docs in there for starters.
* purge webob from docs and replace with werkzeugSebastian Spaeth2012-12-211-1/+1
|
* Purge routes package from MG (#507)Sebastian Spaeth2012-11-201-2/+0
| | | | | | | | | We were not actually using the routes package anymore, but it was still mentioned in the documention. Adapt the plugin documentation to actually represent reality, although I don't like the API design. (but this is for another day) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Split docs into siteadmin and pluginwriter guidesWill Kahn-Greene2012-05-231-0/+160
* create initial bits for plugin writer's guide * move siteadmin stuff to site administrator's guide * rework index.rst to support multiple guides * tweak some text * move files into subdirectories I verified that this still works with html and texinfo build targets. There's still a lot of work to do, but this is a good start.