Skip to content

Commit

Permalink
fixed doc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
liiight committed Jul 13, 2022
1 parent ae59588 commit f3418df
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 276 deletions.
2 changes: 1 addition & 1 deletion source/CLI.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To view all providers use the ``providers`` command like so:
.. code-block:: console
$ notifiers providers
pushover, simplepush, slack, email, gmail, telegram, gitter, pushbullet, join, hipchat, zulip, victorops
pushover, simplepush, slack, email, gmail, telegram, gitter, pushbullet, join, zulip, victorops
This will return all available provider names

Expand Down
4 changes: 0 additions & 4 deletions source/api/providers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ API documentation for the different providers.
:members:
:undoc-members:

.. automodule:: notifiers.providers.hipchat
:members:
:undoc-members:

.. automodule:: notifiers.providers.join
:members:
:undoc-members:
Expand Down
269 changes: 0 additions & 269 deletions source/providers/hipchat.rst

This file was deleted.

3 changes: 2 additions & 1 deletion source/providers/icloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ This is a private use case of the :class:`~notifiers.providers.email.SMTP` provi
.. code-block:: yaml
required:
- username
- password
- from_
- to
type: object
from_ can be an iCloud alias
``from_`` can be an iCloud alias
username must be your primary iCloud username
1 change: 0 additions & 1 deletion source/providers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Providers
email
gitter
gmail
hipchat
join
mailgun
pagerduty
Expand Down

0 comments on commit f3418df

Please sign in to comment.