Open apmoore1 opened 3 years ago
Add cross reference code to the pydoc-markdown script, an example of this can be found in the AllenNLP code base. By having this cross reference code it will allow users to click on custom classes/functions/modules in the documentation and be sent to the relevant documentation.
This I think would be the best plugin for performing search on the documentation site: https://github.com/lelouch77/docusaurus-lunr-search
Create a documentation site. At the moment the requirements are:
I think the doctest tool, which is in the standard python library, could be really useful to test example doc strings.
Lastly I think spaCy has a really good example of a style guide for documentation.