Skip to content

Commit

Permalink
[docs] Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jul 5, 2024
1 parent 6f1e89b commit 648f6f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/developer/extending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ serve you as source of truth: just replicate and adapt that code to get a basic
derivative of *OpenWISP Controller* working.

If you want to add new users fields, please follow the :doc:`tutorial to extend the
openwisp-users module </users/developer/extending>`. As an
example, we have extended *openwisp-users* to *sample_users* app and added a field
``social_security_number`` in the `sample_users/models.py
openwisp-users module </users/developer/extending>`. As an example, we have extended
*openwisp-users* to *sample_users* app and added a field ``social_security_number`` in
the `sample_users/models.py
<https://github.com/openwisp/openwisp-controller/blob/master/tests/openwisp2/sample_users/models.py>`_.

**Premise**: if you plan on using a customized version of this module, we suggest to
Expand Down
8 changes: 4 additions & 4 deletions docs/developer/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ For more information, see the relevant :doc:`documentation section about registe
notification types in the Notifications module
</notifications/developer/utils>`.

Once a new notification type is registered, you have to use the :doc:`"notify" signal
provided the Notifications module
</notifications/user/sending-notifications>` to send
notifications for this type.
Once a new notification type is registered, you can use
the :doc:`"notify" signal provided by the Notifications module
</notifications/user/sending-notifications>` to send notifications
with this new type.

Signals
-------
Expand Down
4 changes: 2 additions & 2 deletions docs/user/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ SNMP
~~~~

The SNMP connector is useful to collect monitoring information and it's used in
:doc:`OpenWISP Monitoring </monitoring/index>` for performing
checks to collect monitoring information. `Read more
:doc:`OpenWISP Monitoring </monitoring/index>` for performing checks to collect
monitoring information. `Read more
<https://github.com/openwisp/openwisp-monitoring/pull/309#discussion_r692566202>`_ on
how to use it.

Expand Down

0 comments on commit 648f6f9

Please sign in to comment.