diff options
author | kotfu <kotfu@kotfu.net> | 2019-07-16 22:32:43 -0500 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2019-07-16 22:32:43 -0500 |
commit | c84dad55b7b822ea2109d6b56f483ee449012aa9 (patch) | |
tree | baa35b3ed616af72fe830f22c9ba10177c1ff9ba | |
parent | f94466f207366531253ff92c04d2f6f698f0c038 (diff) | |
download | cmd2-git-c84dad55b7b822ea2109d6b56f483ee449012aa9.tar.gz |
Integrate the ‘integrating’ documentation into the new structure
-rw-r--r-- | docs/examples/alternate_event_loops.rst (renamed from docs/integrating.rst) | 11 | ||||
-rw-r--r-- | docs/examples/index.rst | 2 | ||||
-rw-r--r-- | docs/index.rst | 2 |
3 files changed, 3 insertions, 12 deletions
diff --git a/docs/integrating.rst b/docs/examples/alternate_event_loops.rst index b903c3a1..317ebd9f 100644 --- a/docs/integrating.rst +++ b/docs/examples/alternate_event_loops.rst @@ -1,12 +1,5 @@ -.. cmd2 documentation for integration with other tools - -Integrating cmd2 with external tools -==================================== - - - -Integrating cmd2 with event loops ---------------------------------- +Alternate Event Loops +===================== Throughout this documentation we have focused on the **90%** use case, that is the use case we believe around **90+%** of our user base is looking for. This diff --git a/docs/examples/index.rst b/docs/examples/index.rst index 838c6402..65cb475f 100644 --- a/docs/examples/index.rst +++ b/docs/examples/index.rst @@ -6,4 +6,4 @@ Examples first_app removing_builtin_commands - + alternate_event_loops diff --git a/docs/index.rst b/docs/index.rst index 2c432a16..857fb831 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -95,7 +95,6 @@ To Be Integrated Files from old documentation to be integrated into new structure -* :doc:`integrating` * :doc:`settingchanges` .. toctree:: @@ -103,5 +102,4 @@ Files from old documentation to be integrated into new structure :hidden: :caption: To Be Integrated - integrating settingchanges |