Closed autovtools closed 2 years ago
Until very recently (perhaps https://github.com/moloch--/sliver-py/commit/09658ef576912d500b8d3b508ccd5fd2aa98f810 ?), https://sliverpy.readthedocs.io/en/latest/api/client.html#sliverclient contained a helpful API reference.
Currently, the API and Protobuf sections of the hosted documentation are mostly blank.
For what it's worth:
sphinx-build docs /tmp/docs firefox /tmp/docs/index.html
generates some warnings, but the output seems to match what was previously hosted on readthedocs - e.g. the SliverClient is populated.
SliverClient
Until very recently (perhaps https://github.com/moloch--/sliver-py/commit/09658ef576912d500b8d3b508ccd5fd2aa98f810 ?), https://sliverpy.readthedocs.io/en/latest/api/client.html#sliverclient contained a helpful API reference.
Currently, the API and Protobuf sections of the hosted documentation are mostly blank.
For what it's worth:
generates some warnings, but the output seems to match what was previously hosted on readthedocs - e.g. the
SliverClient
is populated.