Skip to content

Commit a4427a3

Browse files
committed
Fixed doc generation errors
1 parent 9e74767 commit a4427a3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
* Enhancements
55
* Enabled line buffering when redirecting output to a file
66
* Added `align_left()`, `align_center()`, and `align_right()` to utils.py. All 3 of these functions support
7-
ANSI escape sequences and characters with display widths greater than 1.
7+
ANSI escape sequences and characters with display widths greater than 1. They wrap `align_text()` which
8+
is also in utils.py.
89

910
## 0.9.21 (November 26, 2019)
1011
* Bug Fixes

docs/api/utility_functions.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ Utility Functions
99

1010
.. autofunction:: cmd2.decorators.categorize
1111

12-
.. autofunction:: cmd2.utils.center_text
12+
.. autofunction:: cmd2.utils.align_text
13+
14+
.. autofunction:: cmd2.utils.align_left
15+
16+
.. autofunction:: cmd2.utils.align_center
17+
18+
.. autofunction:: cmd2.utils.align_right
1319

1420
.. autofunction:: cmd2.utils.strip_quotes
1521

0 commit comments

Comments
 (0)