Closed piiq closed 3 years ago
I think this is exactly what we need. If I could see the perfection implementation it would have to meet the following requirements: High level:
Low level
@jmaslek thoughts?
Closing this issue, it was addressed by https://github.com/GamestonkTerminal/GamestonkTerminal/pull/895
There is an older an older implementation of the autogenerated class library with Shinx+readthedocs at https://gamestonk-terminal.readthedocs.io/
It's time this documentation generating pipeline is revisited and upgraded to:
There is nice up-to-date user documentation at https://gamestonkterminal.github.io/GamestonkTerminal/. Merging developer and user documentation can also be considered, especially if there are tools to automate doc generation for Hugo.
Notes:
docs/
, the user docs that are built with hugo reside inwebsite/
sphinx-apidoc
app that comes with sphinx can parse all modules and autogenerate the class library in .rst format. That class library will contains all the functions. Browsing it is not pleasant, but the search works so technically it's usable. Example command would bemyst-parser="^0.15.2"
is required