From d9afd429c4aea3b64e7cc577e65294f189fe9eb9 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 6 Jun 2026 12:17:28 -0400 Subject: [PATCH] PR #1677 - change title to make it unambiguous as well as more positive and action-oriented Changed title of one page in documentation from "Migrating From cmd" to "Upgrading from cmd to cmd2" --- docs/migrating/index.md | 7 ++++--- mkdocs.yml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/migrating/index.md b/docs/migrating/index.md index 806b47265..3d02c9831 100644 --- a/docs/migrating/index.md +++ b/docs/migrating/index.md @@ -1,7 +1,8 @@ -# Migrating From cmd +# Upgrading from cmd to cmd2 -If you're thinking of migrating your [cmd](https://docs.python.org/3/library/cmd.html) app to -`cmd2`, this section will help you decide if it's right for your app, and show you how to do it. +If you're thinking of upgrading your [cmd](https://docs.python.org/3/library/cmd.html) app to be +based on `cmd2`, this section will help you decide if it's right for your app, and show you how to +do it. - [Why cmd2](why.md) - we try and convince you to use `cmd2` instead of [cmd](https://docs.python.org/3/library/cmd.html) diff --git a/mkdocs.yml b/mkdocs.yml index 5e2f75470..035ae72d5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -147,7 +147,7 @@ nav: - overview/integrating.md - overview/alternatives.md - overview/resources.md - - Migrating From cmd: + - Upgrading from cmd to cmd2: - migrating/index.md - migrating/why.md - migrating/incompatibilities.md