Closed hershd23 closed 4 years ago
Nice work, one issue is can you change the order of files and methods as they are defined not alphabetically
autodoc_member_order = 'bysource'
https://stackoverflow.com/questions/37209921/python-how-not-to-sort-sphinx-output-in-alphabetical-order
Member order is now done by source and I have also included private and special functions. Take a look once it's built maybe we would not need all those functions to be listed. Let me know if anything has to be excluded from the docs
@hershd23 one thing, update the readme also, link this documentation website in readme.
I'll add the version number in the project name itself.
Also right now the Readthedocs page is linked to my local fork. Once the changes get merged, I'll do the same for the syfertext 0.1.0 branch. I'll then add the actual link in the README
Description
Documentation of SyferText, currently linked to my localfork(branch tests) can be found here
https://syfertext.readthedocs.io/en/tests/index.html
Affected Dependencies
The list of dependencies can be found in docs/requirements.txt
How has this been tested?
Checklist