Skip to content

Commit

Permalink
[docs] QA fixes
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
nemesifier committed Aug 30, 2024
1 parent 32f3baa commit 5ed59ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/developer/extending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ are described below.

.. note::

For more information regarding how the django admin works, or
how it can be customized, please refer to `"The django admin site" section
in the django documentation
For more information regarding how the django admin works, or how it
can be customized, please refer to `"The django admin site" section in
the django documentation
<https://docs.djangoproject.com/en/4.2/ref/contrib/admin/>`_.

1. Monkey Patching
Expand Down
14 changes: 7 additions & 7 deletions docs/user/rest-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ You can use multiple filters in one request, e.g.:
.. note::

By default, ``/api/v1/network-topology/topology/`` does not
include unpublished topologies. If you want to include unpublished
topologies in the response, use ``?include_unpublished=true`` filter as
By default, ``/api/v1/network-topology/topology/`` does not include
unpublished topologies. If you want to include unpublished topologies
in the response, use ``?include_unpublished=true`` filter as
following:

.. code-block:: text
Expand All @@ -94,10 +94,10 @@ Detail of a Topology
.. note::

By default, ``/api/v1/network-topology/topology/{id}/`` will
return ``HTTP 404 Not Found`` for unpublished topologies. If you want to
retrieve an unpublished topology, use ``?include_unpublished=true`` filter
as following:
By default, ``/api/v1/network-topology/topology/{id}/`` will return
``HTTP 404 Not Found`` for unpublished topologies. If you want to
retrieve an unpublished topology, use ``?include_unpublished=true``
filter as following:

.. code-block:: text
Expand Down

0 comments on commit 5ed59ab

Please sign in to comment.