CSC510-Team-Wise-Vilkomir-Sykes / Slackpoint

Slackpoint - A gamified agile development Slack bot
MIT License
0 stars 1 forks source link

Generate documentation #19

Closed ScenicJaguar101 closed 2 weeks ago

ScenicJaguar101 commented 2 weeks ago

Docs: doco generated, format not ugly

ScenicJaguar101 commented 2 weeks ago

Will be using sphinx

Instructions on how to generate docs:

pip install sphinx sphinx-autoapi cd docs sphinx-build -b html . _build/html

resulting html is in: docs/_build/html/index.html

ScenicJaguar101 commented 2 weeks ago

All future documentation generation will be applied to #21