Open chouseknecht opened 5 years ago
Have a look at: https://github.com/xlab-si/ansible-doc-extractor. It's more about extracting doc strings from plugins, which we already do.
This is sort of related to #182. Assigning to @newswangerd to work on as part of that story.
The overall idea is to transform ReST docs into HTML using Python packages rather than full-blown Sphinx generation. Things we would like to support:
We also need to provide documentation and examples of how to document collections.
Support README and other Collection level docs in
.rst
format. Based on feedback, this seems critical for the adoption of Collect Explorer (#182)