aboutsummaryrefslogtreecommitdiffstats
path: root/api-docs
Commit message (Collapse)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-9/+8
| | | | This removes some 'u' prefixes and converts simple format() calls to f-strings.
* Only create api docs for mediagoblin/Elrond2013-03-121-1/+1
|
* Added API documentationJoar Wandborg2012-07-0713-0/+728
- 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