-
Notifications
You must be signed in to change notification settings - Fork 474
Closed
Labels
Description
Unlike the CLI documentation, the current API documentation, while well organized, does a poor job of showing new users where to start and how to begin. Specifically, the current (single) API usage example is very large and does a poor job of explaining the API step-by-step, and includes a StatsManager (which makes it longer than necessary). To improve the documentation:
- rewrite a smaller, most bare bones example in the manual,
and makes sure it's actually in the spot it should be (and not one more link deeper...)- done - replace the example in the SceneManager documentation with this one
- move the existing example to the bottom of the SceneManager page, or move it entirely to the StatsManager page
- use the new barebones example to write a more free flowing, almost step-by-step introduction to the API similar to Pydub, specifically for the Documentation and Github Readme (also will help distinguish them from the manual)
- now do the same for the CLI as well
- add a tutorial showing how to create a new detector
Also, start removing more pages from the website and transitioning them to the manual. This might also mean, eventually, that docs/ can be renamed to site/, and manual/ to docs/.
Reactions are currently unavailable