Skip to content

Commit 425cd9a

Browse files
committed
Fixed documentation build on refactoring branch
1 parent d349023 commit 425cd9a

File tree

13 files changed

+50
-43
lines changed

13 files changed

+50
-43
lines changed

docs/api/ansi.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/api/clipboard.md

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

docs/api/colors.md

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

docs/api/index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ 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.ansi](./ansi.md) - convenience classes and functions for generating ANSI escape sequences to
16-
style text in the terminal
1715
- [cmd2.argparse_completer](./argparse_completer.md) - classes for `argparse`-based tab completion
1816
- [cmd2.argparse_custom](./argparse_custom.md) - classes and functions for extending `argparse`
17+
- [cmd2.clipboard](./clipboard.md) - functions to copy from and paste to the clipboard/pastebuffer
18+
- [cmd2.colors](./colors.md) - provides a StrEnum of Rich's named colors
1919
- [cmd2.command_definition](./command_definition.md) - supports the definition of commands in
2020
separate classes to be composed into cmd2.Cmd
2121
- [cmd2.constants](./constants.md) - just like it says on the tin
@@ -26,5 +26,10 @@ incremented according to the [Semantic Version Specification](https://semver.org
2626
- [cmd2.plugin](./plugin.md) - data classes for hook methods
2727
- [cmd2.py_bridge](./py_bridge.md) - classes for bridging calls from the embedded python environment
2828
to the host app
29-
- [cmd2.table_creator](./table_creator.md) - table creation module
29+
- [cmd2.rich_utils](./rich_utils.md) - common utilities to support Rich in cmd2 applications
30+
- [cmd2.rl_utils](./rl_utils.md) - imports the proper Readline for the platform and provides utility
31+
functions for it
32+
- [cmd2.string_utils](./string_utils.md) - string utility functions
33+
- [cmd2.terminal_utils](./terminal_utils.md) - support for terminal control escape sequences
34+
- [cmd2.transcript](./transcript.md) - functions and classes for running and validating transcripts
3035
- [cmd2.utils](./utils.md) - various utility classes and functions

docs/api/rich_utils.md

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

docs/api/rl_utils.md

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

docs/api/string_utils.md

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

docs/api/table_creator.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/api/terminal_utils.md

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

docs/api/transcript.md

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

0 commit comments

Comments
 (0)