k98kurz / autodox

Tool for generating documentation automatically from code annotations, types, and docstrings.
Other
2 stars 0 forks source link

Enhancement: order classes in output #4

Open k98kurz opened 1 week ago

k98kurz commented 1 week ago

Is your feature request related to a problem? Please describe.

It is sort of confusing and annoying that the order of classes in the output is somewhat unpredictable: sometimes it is alphabetic, sometimes it is not.

Describe the solution you'd like

Sort classes by name. Optionally group by base model (requires new CLI flag).

Describe alternatives you've considered

Sort by random number.

Additional context

Sort it out.