You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by zr...@apache.org on 2021/04/16 18:13:55 UTC

[trafficcontrol] branch master updated: Fix docs labeling and formatting issues (#5749)

This is an automated email from the ASF dual-hosted git repository.

zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 473d9c2  Fix docs labeling and formatting issues (#5749)
473d9c2 is described below

commit 473d9c242247618f17ac64a2b4e53e7e14fdc7ed
Author: ocket8888 <oc...@apache.org>
AuthorDate: Fri Apr 16 12:13:35 2021 -0600

    Fix docs labeling and formatting issues (#5749)
---
 docs/source/api/v4/deliveryservice_requests.rst    | 2 --
 docs/source/overview/delivery_service_requests.rst | 3 ++-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/source/api/v4/deliveryservice_requests.rst b/docs/source/api/v4/deliveryservice_requests.rst
index 9ddffd8..0cc975c 100644
--- a/docs/source/api/v4/deliveryservice_requests.rst
+++ b/docs/source/api/v4/deliveryservice_requests.rst
@@ -833,5 +833,3 @@ The response is a full representation of the deleted :term:`Delivery Service Req
 			}
 		]
 	}
-
-.. [#geoLimit] These fields must be defined if and only if ``geoLimit`` is non-zero
diff --git a/docs/source/overview/delivery_service_requests.rst b/docs/source/overview/delivery_service_requests.rst
index a20c3e4..875c7f1 100644
--- a/docs/source/overview/delivery_service_requests.rst
+++ b/docs/source/overview/delivery_service_requests.rst
@@ -21,7 +21,7 @@ A :abbr:`DSR (Delivery Service Request)` is a request to create a new :term:`Del
 
 .. seealso:: :ref:`ds_requests` for information about how to use :abbr:`DSR (Delivery Service Request)`\ s in
 
-.. seealso:: The API reference for Delivery Service-related endpoints such as :ref:`to-api-deliveryservice_requests` contains definitions of the Delivery Service object(s) returned and/or accepted by those endpoints.
+.. seealso:: The API reference for Delivery Service-related endpoints such as :ref:`to-api-deliveryservice-requests` contains definitions of the Delivery Service object(s) returned and/or accepted by those endpoints.
 
 .. seealso:: The :atc-godoc:`lib/go-tc.DeliveryServiceRequestV30` Go structure documentation.
 
@@ -31,6 +31,7 @@ The model for a :abbr:`DSR (Delivery Service Request)` in the most recent versio
 
 .. code-block:: typescript
 	:caption: Delivery Service Request as a Typescript Interface
+
 	interface DeliveryServiceRequest {
 		assignee: string | null;
 		author: string;