From 6aeacbf07045dd9a5e01a884a123b760511d584a Mon Sep 17 00:00:00 2001 From: Jodie Putrino Date: Fri, 21 Jul 2017 09:36:46 -0600 Subject: [PATCH] Merge pull request #262 from amudukutore/longname Fix improper substitution for "|project|" (cherry picked from commit 06bce28f6d55a5cf91d8a6c6bd1c75b45538d9be) --- docs/README.rst | 22 +++++++++++----------- docs/conf.py | 2 ++ 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/README.rst b/docs/README.rst index df2520ff1..86eab2617 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -8,7 +8,7 @@ F5 BIG-IP Controller for Kubernetes RELEASE-NOTES /_static/ATTRIBUTIONS -The |project| manages F5 BIG-IP `Local Traffic Manager `_ (LTM) objects from `Kubernetes`_. +The |kctlr-long| manages F5 BIG-IP `Local Traffic Manager `_ (LTM) objects from `Kubernetes`_. |release-notes| @@ -30,23 +30,23 @@ See the `F5 Container Connector for Kubernetes user documentation `_ -.. [#objectpartition] The |project| creates and manages objects in the BIG-IP partition defined in the `F5 resource `_ ConfigMap. -.. [#nodeport] The |project| forwards traffic to the NodePort assigned to the service by Kubernetes; see the Kubernetes `Services `_ documentation for more information. +.. [#objectpartition] The |kctlr-long| creates and manages objects in the BIG-IP partition defined in the `F5 resource `_ ConfigMap. +.. [#nodeport] The |kctlr-long| forwards traffic to the NodePort assigned to the service by Kubernetes; see the Kubernetes `Services `_ documentation for more information. .. [#secrets] You can store sensitive information as a `Kubernetes Secret `_. See the `user documentation <#>`_ for instructions. diff --git a/docs/conf.py b/docs/conf.py index 1f30a7e9d..88a59dbdb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -94,6 +94,8 @@ .. |attributions| raw:: html Attributions +.. |kctlr| replace:: :code:`k8s-bigip-ctlr` +.. |kctlr-long| replace:: F5 BIG-IP Controller for Kubernetes ''' % { 'url_version': version }