A small Django application for hosting documentation and artifacts, generated from source code and for easy access.
This little web application first goal was to host the documentation that was extracted from a source code
(eg. with Sphinx or Doxygen) and present this documentation in a way that it directly accessible to the developer.
Then some couple of features were added, that make the app more convenient:
- projects and series: the latter can be for instance night build or continuous build, or release
- management of artifacts (documentation, installable), with revisions and branches
- management of rights for users
- remote API for being able to push an artifact directly from a Continuous Build/Integration server
- automatic removal of older artifacts/revisions
- etc.
Currently used in production at the Institute.
Author(s): | Raffi Enficiaud |
Department(s): |
Software Workshop |
Authors: | Raffi Enficiaud |
Maintainers: | Raffi Enficiaud |
Release Date: | 2014-06-01 |
License: | The MIT License (MIT) |
Repository: | https://bitbucket.org/renficiaud/code_doc/ |