diff options
-rw-r--r-- | docs/api/index.rst | 2 | ||||
-rw-r--r-- | docs/features/history.rst | 4 | ||||
-rw-r--r-- | docs/features/index.rst | 26 |
3 files changed, 16 insertions, 16 deletions
diff --git a/docs/api/index.rst b/docs/api/index.rst index 15138cc1..94d0fdd4 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -7,5 +7,5 @@ API Reference cmd decorators exceptions - utility_functions utility_classes + utility_functions diff --git a/docs/features/history.rst b/docs/features/history.rst index a2c9e2d7..7d6a03a4 100644 --- a/docs/features/history.rst +++ b/docs/features/history.rst @@ -1,5 +1,5 @@ -Command History -=============== +History +======= For Developers -------------- diff --git a/docs/features/index.rst b/docs/features/index.rst index b8ee6b20..3087031f 100644 --- a/docs/features/index.rst +++ b/docs/features/index.rst @@ -4,23 +4,23 @@ Features .. toctree:: :maxdepth: 1 + argument_processing + clipboard commands + completion + disable_commands + embedded_python_shells generating_output - argument_processing - prompt help history - startup_commands - shortcuts_aliases_macros - settings - completion - os - multiline_commands - disable_commands - clipboard - transcripts - initialization hooks + initialization + multiline_commands + os plugins + prompt scripting - embedded_python_shells + settings + shortcuts_aliases_macros + startup_commands + transcripts |