Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply pyupgrade --py36-plus. | Ben Sturmfels | 2021-09-23 | 1 | -9/+8 |
| | | | | This removes some 'u' prefixes and converts simple format() calls to f-strings. | ||||
* | Only create api docs for mediagoblin/ | Elrond | 2013-03-12 | 1 | -1/+1 |
| | |||||
* | Added API documentation | Joar Wandborg | 2012-07-07 | 13 | -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 |