Help needed in Documentation
OmkarPathak opened this issue · 0 comments
OmkarPathak commented
Some code has broken the documentation. The sphinx autodoc helps to automatically load the classes and its member functions in the documentation. But for some reason, this is not working.
`
.. automodule:: pygorithm.data_structures.stack
Stack
------
.. autoclass:: Stack
:members:
`
This is the code for automatically documenting classes.
This is how latest docs appear: Latest
This is how stable docs appear: Stable