UCREL / pymusas

Python Multilingual Ucrel Semantic Analysis System
https://ucrel.github.io/pymusas/
Apache License 2.0
29 stars 12 forks source link

Documentation #7

Open apmoore1 opened 2 years ago

apmoore1 commented 2 years ago

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.

apmoore1 commented 2 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.

apmoore1 commented 2 years ago

This I think would be the best plugin for performing search on the documentation site: https://github.com/lelouch77/docusaurus-lunr-search