diff options
Diffstat (limited to 'docs/migrating/summary.rst')
-rw-r--r-- | docs/migrating/summary.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/migrating/summary.rst b/docs/migrating/summary.rst new file mode 100644 index 00000000..5bde2d0c --- /dev/null +++ b/docs/migrating/summary.rst @@ -0,0 +1,15 @@ + +.. _cmd: https://docs.python.org/3/library/cmd.html + +If you're thinking of migrating your cmd_ app to ``cmd2``, this section +will help you decide if it's right for your app, and show you how to +do it. + +* :ref:`migrating/why:Why cmd2` - we try and convince you + to use ``cmd2`` instead of cmd_ +* :ref:`migrating/incompatibilities:Incompatibilities` - ``cmd2`` is not + quite 100% compatible with cmd_. +* :ref:`migrating/minimum:Minimum Required Changes` - the minimum changes + required to move from cmd_ to ``cmd2``. Start your migration here. +* :ref:`migrating/next_steps:Next Steps` - Once you've migrated, here a list + of things you can do next to add even more functionality to your app. |