Skip to content

Commit 7454e26

Browse files
authored
Merge branch 'main' into feat/annotated-converter-preprocess
2 parents 875dbb1 + 2cf6cc8 commit 7454e26

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

docs/api/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ incremented according to the [Semantic Version Specification](https://semver.org
1212
## Modules
1313

1414
- [cmd2.Cmd](./cmd.md) - functions and attributes of the main class in this library
15+
- [cmd2.annotated](./annotated.md) - build `argparse` parsers from type-annotated function
16+
signatures
1517
- [cmd2.argparse_completer](./argparse_completer.md) - classes for `argparse`-based tab completion
1618
- [cmd2.argparse_utils](./argparse_utils.md) - classes and functions for extending `argparse`
1719
- [cmd2.clipboard](./clipboard.md) - functions to copy from and paste to the clipboard/pastebuffer
@@ -31,4 +33,5 @@ incremented according to the [Semantic Version Specification](https://semver.org
3133
- [cmd2.rich_utils](./rich_utils.md) - common utilities to support Rich in cmd2 applications
3234
- [cmd2.string_utils](./string_utils.md) - string utility functions
3335
- [cmd2.styles](./styles.md) - cmd2-specific Rich styles and a StrEnum of their corresponding names
36+
- [cmd2.theme](./theme.md) - provides a centralized theming system for cmd2
3437
- [cmd2.utils](./utils.md) - various utility classes and functions

docs/api/theme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# cmd2.theme
2+
3+
::: cmd2.theme

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ nav:
214214
- api/rich_utils.md
215215
- api/string_utils.md
216216
- api/styles.md
217+
- api/theme.md
217218
- api/utils.md
218219
- Version Upgrades:
219220
- upgrades.md

0 commit comments

Comments
 (0)