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

mitchell852 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 c5c3f51  Remove unused TO UI documentation (#3951)
c5c3f51 is described below

commit c5c3f51c4a126750d2f57db660669b4028330c96
Author: ocket8888 <[email protected]>
AuthorDate: Wed Oct 2 10:11:22 2019 -0600

    Remove unused TO UI documentation (#3951)
    
    Also fixed a couple of compilation errors
---
 .../admin/traffic_ops/images/clock-black.png       | Bin 427 -> 0 bytes
 docs/source/admin/traffic_ops/images/clock.png     | Bin 1514 -> 0 bytes
 docs/source/admin/traffic_ops/images/graph.png     | Bin 483 -> 0 bytes
 docs/source/admin/traffic_ops/images/info.png      | Bin 3379 -> 0 bytes
 docs/source/admin/traffic_ops/using.rst            |  23 ---------------------
 docs/source/admin/traffic_server.rst               |   2 +-
 docs/source/tools/compare.rst                      |   2 +-
 7 files changed, 2 insertions(+), 25 deletions(-)

diff --git a/docs/source/admin/traffic_ops/images/clock-black.png 
b/docs/source/admin/traffic_ops/images/clock-black.png
deleted file mode 100644
index 4783c01..0000000
Binary files a/docs/source/admin/traffic_ops/images/clock-black.png and 
/dev/null differ
diff --git a/docs/source/admin/traffic_ops/images/clock.png 
b/docs/source/admin/traffic_ops/images/clock.png
deleted file mode 100644
index a4a5f1f..0000000
Binary files a/docs/source/admin/traffic_ops/images/clock.png and /dev/null 
differ
diff --git a/docs/source/admin/traffic_ops/images/graph.png 
b/docs/source/admin/traffic_ops/images/graph.png
deleted file mode 100644
index 4502a2d..0000000
Binary files a/docs/source/admin/traffic_ops/images/graph.png and /dev/null 
differ
diff --git a/docs/source/admin/traffic_ops/images/info.png 
b/docs/source/admin/traffic_ops/images/info.png
deleted file mode 100644
index 3e1125c..0000000
Binary files a/docs/source/admin/traffic_ops/images/info.png and /dev/null 
differ
diff --git a/docs/source/admin/traffic_ops/using.rst 
b/docs/source/admin/traffic_ops/using.rst
deleted file mode 100644
index 4954a7d..0000000
--- a/docs/source/admin/traffic_ops/using.rst
+++ /dev/null
@@ -1,23 +0,0 @@
-..
-..
-.. Licensed under the Apache License, Version 2.0 (the "License");
-.. you may not use this file except in compliance with the License.
-.. You may obtain a copy of the License at
-..
-..     http://www.apache.org/licenses/LICENSE-2.0
-..
-.. Unless required by applicable law or agreed to in writing, software
-.. distributed under the License is distributed on an "AS IS" BASIS,
-.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-.. See the License for the specific language governing permissions and
-.. limitations under the License.
-..
-
-.. _to-using:
-
-*******************
-Traffic Ops - Using
-*******************
-
-.. deprecated:: 3.0
-       The Traffic Ops UI is deprecated, and will be removed entirely in the 
next major release (4.0). A much better way to interact with the CDN is to 
:ref:`use Traffic Portal <usingtrafficportal>`, which is the the only UI that 
will be receiving updates for the foreseeable future.
diff --git a/docs/source/admin/traffic_server.rst 
b/docs/source/admin/traffic_server.rst
index 051d696..e182995 100644
--- a/docs/source/admin/traffic_server.rst
+++ b/docs/source/admin/traffic_server.rst
@@ -83,7 +83,7 @@ All of the :abbr:`ATS (Apache Traffic Server)` application 
configuration files a
 .. _config-generation:
 
 ORT Config File Generation
--------------------------
+--------------------------
 
 In the past, ATS config files were generated by Traffic Ops. Traffic Control 
is in the process of moving ATS config file generation to a library for generic 
use, and to an application which uses the library and resides on the cache.
 
diff --git a/docs/source/tools/compare.rst b/docs/source/tools/compare.rst
index 93b9406..aea6bda 100644
--- a/docs/source/tools/compare.rst
+++ b/docs/source/tools/compare.rst
@@ -30,7 +30,7 @@ The ``compare`` tool is written in Go, and can be found from 
within the Traffic
 
 The directory containing the ``compare`` tool also contains an executable 
Python 3 script named ``genConfigRoutes.py``. This script can be used to scrape 
the two Traffic Ops instances for API routes that resolve to generated 
configuration files for mid-tier and edge-tier :term:`cache server`\ s, which 
can then be fed directly into the ``compare`` tool via a file or pipe. While 
the script itself has no actual dependencies, it *must* be run from within the 
full Traffic Control repository,  [...]
 
-.. see-also:: Contributions to :program:`genConfigRoutes.py` should follow the 
:ref:`ATC Python contribution guidelines <py-contributing>`
+.. seealso:: Contributions to :program:`genConfigRoutes.py` should follow the 
:ref:`ATC Python contribution guidelines <py-contributing>`
 
 .. [1] Theoretically, if you downloaded the Traffic Control repository 
properly (into ``$GOPATH/src/github.com/apache/trafficcontrol``), this will 
already be satisfied.
 

Reply via email to