torproject / stem

Python controller library for Tor
https://stem.torproject.org/
GNU Lesser General Public License v3.0
257 stars 75 forks source link

Documentation website missing content #129

Open stevenengler opened 1 year ago

stevenengler commented 1 year ago

For example if I go to https://stem.torproject.org/api/connection.html, I see:

1676387192_grim

There also seems to be some documentation missing from other pages, such as https://stem.torproject.org/api/control.html.

atagar commented 1 year ago

Thanks Steven, good catch. The issue seems to be localized to the connection docs so I adjusted the ticket title. Patches welcome.

stevenengler commented 1 year ago

Didn't the "Controller" page have a lot more on it before? For example, where are the controller methods like attach_stream or get_circuit? Or are they supposed to be on the "Connection" docs?

atagar commented 1 year ago

Ooph, that's a great point. Reverted the title change.

You're right. The controller page has the header and enumerations but not the classes. Weird.