An open API service indexing awesome lists of open source software.

https://github.com/b1naryth1ef/biblio

biblio is an extremely fast and simple documentation generator for Python
https://github.com/b1naryth1ef/biblio

docs documentation python

Last synced: 15 days ago
JSON representation

biblio is an extremely fast and simple documentation generator for Python

Awesome Lists containing this project

README

          

# biblio

biblio is an extremely fast and simple documentation generator for Python. At its core, biblio is just a wrapper that transalates Pythons native AST into a structure that can then be formatted and outputted.

## Architecture

Unlike Sphinx, biblio does not run any of your code, only parse it. This results in a much faster and more reliable documentation generation process. Using the AST also allows biblio to generate rich and in-depth output.

## TODO

biblio is fukin wip man

- Implement methdology for linking/parsing out types in data
- We need to somehow extract types and modify the parsed docstrings to include links
- Proper HTML output
- Theme
- Search
- Write docs
- Hightlight metaprogramming struggle
- Allow for live outputting w/ inotify
- Multiprocessing