From 653f76e940f63e0b45ffa48410f5c34359386b99 Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Sun, 26 Feb 2023 20:20:02 -0800 Subject: Add a link to the shell script documentatio in the README --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 77d34e9..de64d99 100644 --- a/README.rst +++ b/README.rst @@ -353,7 +353,8 @@ Shell script ------------ `natsort`_ comes with a shell script called `natsort`_, or can also be called -from the command line with ``python -m natsort``. +from the command line with ``python -m natsort``. Check out the +`shell script wiki documentation`_ for more details. Requirements ------------ @@ -504,4 +505,5 @@ Please visit the changelog `on GitHub`_ or `in the documentation`_. .. _allow custom sorting keys: https://github.com/SethMMorton/natsort/wiki/Examples-and-Recipes#using-a-custom-sorting-key .. _accounting for units: https://github.com/SethMMorton/natsort/wiki/Examples-and-Recipes#accounting-for-units-when-sorting .. _these version sorting examples: https://github.com/SethMMorton/natsort/wiki/Examples-and-Recipes#sorting-more-expressive-versioning-schemes -.. _locale issues: https://github.com/SethMMorton/natsort/wiki/Possible-Issues-with-natsort.humansorted-or-ns.LOCALE \ No newline at end of file +.. _locale issues: https://github.com/SethMMorton/natsort/wiki/Possible-Issues-with-natsort.humansorted-or-ns.LOCALE +.. _shell script wiki documentation: https://github.com/SethMMorton/natsort/wiki/Shell-Script \ No newline at end of file -- cgit v1.2.1