Added API documentation
authorJoar Wandborg <git@wandborg.com>
Sat, 31 Mar 2012 23:21:20 +0000 (01:21 +0200)
committerJoar Wandborg <git@wandborg.com>
Sat, 7 Jul 2012 19:18:27 +0000 (21:18 +0200)
commitf4cc3a9d52c68aaf2a81b01af6dc78ce93ffb59e
tree1332a4566dbbd53866c957517af686ee900a6c07
parent8588505c6fc4d163f7434152310d509fb863d780
Added API documentation

- Applied the MediaGoblin docs theme to the API docs
- Added api-docs/build to .gitignore
- Configured api-docs/source/conf.py
- Added /api-docs/source/mediagoblin* to .gitignore
- Added apidoc directive to api docs Makefile, will build the API docs
  based on the source
14 files changed:
.gitignore
api-docs/Makefile [new file with mode: 0644]
api-docs/source/conf.py [new file with mode: 0644]
api-docs/source/index.rst [new file with mode: 0644]
api-docs/source/modules.rst [new file with mode: 0644]
api-docs/source/themes/mg/layout.html [new file with mode: 0644]
api-docs/source/themes/mg/static/fonts/Lato-Bold.ttf [new file with mode: 0644]
api-docs/source/themes/mg/static/fonts/Lato-BoldItalic.ttf [new file with mode: 0644]
api-docs/source/themes/mg/static/fonts/Lato-Italic.ttf [new file with mode: 0644]
api-docs/source/themes/mg/static/fonts/Lato-Regular.ttf [new file with mode: 0644]
api-docs/source/themes/mg/static/fonts/OFL_1.1.txt [new file with mode: 0644]
api-docs/source/themes/mg/static/logo_docs.png [new file with mode: 0644]
api-docs/source/themes/mg/static/mg.css [new file with mode: 0644]
api-docs/source/themes/mg/theme.conf [new file with mode: 0644]