-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #7
Comments
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.
The text was updated successfully, but these errors were encountered: