Skip to content

Commit

Permalink
[docs] Spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 6, 2024
1 parent a965e71 commit ac4d1ee
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
3 changes: 2 additions & 1 deletion docs/developer/extending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ apps, please refer to the `django documentation
2. Install ``openwisp-ipam``
----------------------------

Install (and add to the requirement of your project) openwisp-ipam:
Install (and add to the requirements of your project) the
``openwisp-ipam`` python package:

.. code-block::
Expand Down
2 changes: 1 addition & 1 deletion docs/developer/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Alternative Sources
Pypi
~~~~

To install the latest stable version from PyPI:
To install the latest Pypi:

.. code-block:: shell
Expand Down
11 changes: 4 additions & 7 deletions docs/partials/developer-docs.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
.. note::

This documentation page is aimed at developers who want to customize,
change or extend the code of OpenWISP IPAM in order to modify its
behavior (eg: for personal or commercial purposes or to fix a bug,
implement a new feature or contribute to the project in general).
This page is for developers who want to customize or extend OpenWISP
IPAM, whether for bug fixes, new features, or contributions.

If you aren't a developer and you are looking for information on how
to use OpenWISP, please refer to:
For user guides and general information, please see:

- :doc:`General OpenWISP Quickstart </user/quickstart>`
- :doc:`OpenWISP IPAM Docs </ipam/index>`
- :doc:`OpenWISP IPAM Documentation </ipam/index>`
2 changes: 1 addition & 1 deletion openwisp_ipam/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
def get_api_urls(api_views):
"""
returns:: all the API urls of the app
arguements::
arguments::
api_views: location for getting API views
"""

Expand Down
2 changes: 1 addition & 1 deletion openwisp_ipam/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def get_urls(api_views):
"""
returns:: all the urls of the openwisp-ipam module
arguements::
arguments::
api_views: location for getting API views
"""
return [
Expand Down

0 comments on commit ac4d1ee

Please sign in to comment.