From 5ed59ab50f4b79d9ecda7ac5599f9e4639d7138b Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Fri, 30 Aug 2024 17:06:31 -0400 Subject: [PATCH] [docs] QA fixes [skip ci] --- docs/developer/extending.rst | 6 +++--- docs/user/rest-api.rst | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/developer/extending.rst b/docs/developer/extending.rst index b066ccd..512d332 100644 --- a/docs/developer/extending.rst +++ b/docs/developer/extending.rst @@ -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 `_. 1. Monkey Patching diff --git a/docs/user/rest-api.rst b/docs/user/rest-api.rst index e936eda..79b81c1 100644 --- a/docs/user/rest-api.rst +++ b/docs/user/rest-api.rst @@ -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 @@ -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