Updated Branches: refs/heads/master 86eada5ee -> 5ff9c305a
docs: rename index.en to index readthedocs.org requires the document root to be index.html. There's probably a cleaner way to do this, but we can figure that out when we have any translations. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/5ff9c305 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/5ff9c305 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/5ff9c305 Branch: refs/heads/master Commit: 5ff9c305a05ebadaafc6a0c3b152641675392fac Parents: 86eada5 Author: James Peach <[email protected]> Authored: Thu Jul 18 10:02:11 2013 -0700 Committer: James Peach <[email protected]> Committed: Thu Jul 18 10:03:19 2013 -0700 ---------------------------------------------------------------------- doc/conf.py | 2 +- doc/index.en.rst | 49 ------------------------------------------------- 2 files changed, 1 insertion(+), 50 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5ff9c305/doc/conf.py ---------------------------------------------------------------------- diff --git a/doc/conf.py b/doc/conf.py index 7fc034b..a0f12b8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -37,7 +37,7 @@ source_suffix = '.rst' #source_encoding = 'utf-8-sig' # The master toctree document. -master_doc = 'index.en' +master_doc = 'index' # General information about the project. project = u'Apache Traffic Server' http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5ff9c305/doc/index.en.rst ---------------------------------------------------------------------- diff --git a/doc/index.en.rst b/doc/index.en.rst deleted file mode 100644 index e793b63..0000000 --- a/doc/index.en.rst +++ /dev/null @@ -1,49 +0,0 @@ -Apache Traffic Server -********************* - -.. Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you 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. - - -Apache Traffic Server⢠speeds Internet access, enhances website -performance, and delivers unprecedented web hosting capabilities. - -What Is Apache Traffic Server? -============================== - -Traffic Server is a high-performance web proxy cache that improves -network efficiency and performance by caching frequently-accessed -information at the edge of the network. This brings content physically -closer to end users, while enabling faster delivery and reduced -bandwidth use. Traffic Server is designed to improve content delivery -for enterprises, Internet service providers (ISPs), backbone -providers, and large intranets by maximizing existing and available -bandwidth. - -.. toctree:: - :maxdepth: 1 - - admin/index.en - sdk/index.en - plugins/index.en - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search`
