Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ incremented according to the [Semantic Version Specification](https://semver.org
## Modules

- [cmd2.Cmd](./cmd.md) - functions and attributes of the main class in this library
- [cmd2.annotated](./annotated.md) - build `argparse` parsers from type-annotated function
signatures
- [cmd2.argparse_completer](./argparse_completer.md) - classes for `argparse`-based tab completion
- [cmd2.argparse_utils](./argparse_utils.md) - classes and functions for extending `argparse`
- [cmd2.clipboard](./clipboard.md) - functions to copy from and paste to the clipboard/pastebuffer
Expand All @@ -31,4 +33,5 @@ incremented according to the [Semantic Version Specification](https://semver.org
- [cmd2.rich_utils](./rich_utils.md) - common utilities to support Rich in cmd2 applications
- [cmd2.string_utils](./string_utils.md) - string utility functions
- [cmd2.styles](./styles.md) - cmd2-specific Rich styles and a StrEnum of their corresponding names
- [cmd2.theme](./theme.md) - provides a centralized theming system for cmd2
- [cmd2.utils](./utils.md) - various utility classes and functions
3 changes: 3 additions & 0 deletions docs/api/theme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# cmd2.theme

::: cmd2.theme
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ nav:
- api/rich_utils.md
- api/string_utils.md
- api/styles.md
- api/theme.md
- api/utils.md
- Version Upgrades:
- upgrades.md
Expand Down
Loading