From 168093a75072c7d0f82df4541cf2c52ad6c71ea6 Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Fri, 23 Jun 2023 09:05:10 +0200 Subject: [PATCH 1/3] Fix typo in pelican-themes.rst --- docs/pelican-themes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pelican-themes.rst b/docs/pelican-themes.rst index 29c905a5..9e0bf572 100644 --- a/docs/pelican-themes.rst +++ b/docs/pelican-themes.rst @@ -21,7 +21,7 @@ Optional arguments: """"""""""""""""""" --h, --help Show the help an exit +-h, --help Show the help and exit -l, --list Show the themes already installed From 787737615397e967ea42872238e183de25c35573 Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Fri, 23 Jun 2023 09:20:32 +0200 Subject: [PATCH 2/3] More corrections to pelican-themes.rst --- docs/pelican-themes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pelican-themes.rst b/docs/pelican-themes.rst index 9e0bf572..b16b5389 100644 --- a/docs/pelican-themes.rst +++ b/docs/pelican-themes.rst @@ -82,7 +82,7 @@ Installing themes You can install one or more themes using the ``-i`` or ``--install`` option. This option takes as argument the path(s) of the theme(s) you want to install, -and can be combined with the verbose option: +and can be combined with the ``--verbose`` option: .. code-block:: console @@ -154,7 +154,7 @@ This is useful for theme development: Doing several things at once """""""""""""""""""""""""""" -The ``--install``, ``--remove`` and ``--symlink`` option are not mutually +The ``--install``, ``--remove`` and ``--symlink`` options are not mutually exclusive, so you can combine them in the same command line to do more than one operation at time, like this: From 7d6accac4dc3b5e8f43fa7788e3f60b55883010e Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Fri, 23 Jun 2023 09:27:51 +0200 Subject: [PATCH 3/3] Code should be between backquotes () --- docs/pelican-themes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pelican-themes.rst b/docs/pelican-themes.rst index b16b5389..6cb8896a 100644 --- a/docs/pelican-themes.rst +++ b/docs/pelican-themes.rst @@ -29,7 +29,7 @@ Optional arguments: -r theme_name, --remove theme_name One or more themes to remove --s theme_path, --symlink theme_path Same as "--install", but create a symbolic link instead of copying the theme. +-s theme_path, --symlink theme_path Same as ``--install``, but create a symbolic link instead of copying the theme. Useful for theme development -v, --verbose Verbose output