torproject / stem

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

Support additional nesting in nav menu #37

Open atagar opened 4 years ago

atagar commented 4 years ago

Migrated from ticket 8780.

Stem's site presently has a two level navigational menu based on this.

​The tutorial warns that adding additional levels can be tricky but having an additional level or two would greatly improve the navigability of our API. With it we could do something like...

  API
  |- Control
  |  |- stem.control
  |  |- stem.connection
  |  |- stem.socket
  |  |- stem.process
  |  +- stem.response
  |
  |- Types
  |  |- stem.exit_policy
  |  +- stem.version
  ... etc

... and with another level we might also be able to include methods/functions.