eonu / feud

Build powerful CLIs with simple idiomatic Python, driven by type hints. Not all arguments are bad.
https://feud.readthedocs.io
MIT License
57 stars 2 forks source link

Create a user guide with more detailed examples #125

Open eonu opened 10 months ago

eonu commented 10 months ago

Does this suggestion already exist?

Feature description

The current Sphinx-generated API reference is useful for learning basic usage patterns of the package.

However, there are many features of Feud, or ways to combine features that can be used in more complex usage patterns to achieve many different things in the generated CLI.

These detailed usage examples don't belong in the API reference, and should be contained in a separate user guide.

The user guide should also show integrations (which should work in theory), e.g. click-contrib and trogon.

Proposed stack


Hosted at feud.wiki/guide or guide.feud.wiki.