From 84708e61f2d18165021800498aa345f964920dff Mon Sep 17 00:00:00 2001 From: Michael Salaverry Date: Tue, 18 Dec 2018 17:12:06 +0200 Subject: [PATCH 1/2] Documentation: Fixed some misformatted links links were formatted in markdown format, despite this being a restructured text document --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 9d68468..21d2606 100644 --- a/README.rst +++ b/README.rst @@ -81,12 +81,12 @@ Extras ~~~~~~ ``ntfy`` has a few features that require extra dependencies. * ``ntfy done -p $PID`` requires installing as ``pip install ntfy[pid]`` - * [emoji](https://en.wikipedia.org/wiki/Emoji) support requires installing as ``pip install ntfy[emoji]`` - * [XMPP](https://xmpp.org/) support requires installing as ``pip install ntfy[xmpp]`` - * [Telegram](https://telegram.org/) support requires installing as ``pip install ntfy[telegram]`` - * [Instapush](https://instapush.im/) support requires installing as ``pip install ntfy[instapush]`` - * [Slack](https://slack.com/) support requires installing as ``pip install ntfy[slack]`` - * [Rocket.Chat](https://Rocket.Chat) support requires installing as ``pip install ntfy[rocketchat]`` + * `emoji `_ support requires installing as ``pip install ntfy[emoji]`` + * `XMPP `_ support requires installing as ``pip install ntfy[xmpp]`` + * `Telegram `_ support requires installing as ``pip install ntfy[telegram]`` + * `Instapush `_ support requires installing as ``pip install ntfy[instapush]`` + * `Slack `_ support requires installing as ``pip install ntfy[slack]`` + * `Rocket.Chat `_ support requires installing as ``pip install ntfy[rocketchat]`` To install multiple extras, separate with commas: e.g., ``pip install ntfy[pid,emjoi]``. From 362090ed5bf08d362a96fdb1b9edb51642beb2ec Mon Sep 17 00:00:00 2001 From: Michael Salaverry Date: Tue, 18 Dec 2018 17:12:53 +0200 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 21d2606..aca41a7 100644 --- a/README.rst +++ b/README.rst @@ -81,7 +81,7 @@ Extras ~~~~~~ ``ntfy`` has a few features that require extra dependencies. * ``ntfy done -p $PID`` requires installing as ``pip install ntfy[pid]`` - * `emoji `_ support requires installing as ``pip install ntfy[emoji]`` + * `emoji `_ support requires installing as ``pip install ntfy[emoji]`` * `XMPP `_ support requires installing as ``pip install ntfy[xmpp]`` * `Telegram `_ support requires installing as ``pip install ntfy[telegram]`` * `Instapush `_ support requires installing as ``pip install ntfy[instapush]``