You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by fr...@apache.org on 2018/06/19 16:51:19 UTC

[trafficcontrol] 03/04: Trying clean conf.py - 1

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

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

commit c8cd89facfc98fa143d64208713ca09b54e06736
Author: Jan van Doorn <jv...@knutsel.com>
AuthorDate: Tue Jun 19 08:39:24 2018 -0600

    Trying clean conf.py - 1
---
 docs/source/conf.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index aa0866f..5df82ca 100755
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -32,7 +32,7 @@
 
 # -- Project information -----------------------------------------------------
 
-project = 'playdo'
+project = 'Traffic Control'
 copyright = '2018, jvd'
 author = 'jvd'
 
@@ -114,7 +114,7 @@ html_static_path = ['_static']
 # -- Options for HTMLHelp output ---------------------------------------------
 
 # Output file base name for HTML help builder.
-htmlhelp_basename = 'playdodoc'
+htmlhelp_basename = 'traffic-control-cdn-doc'
 
 
 # -- Options for LaTeX output ------------------------------------------------
@@ -141,7 +141,7 @@ latex_elements = {
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-    (master_doc, 'playdo.tex', 'playdo Documentation',
+    (master_doc, 'trafficcontrol.tex', 'trafficcontrol Documentation',
      'jvd', 'manual'),
 ]
 
@@ -151,7 +151,7 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    (master_doc, 'playdo', 'playdo Documentation',
+    (master_doc, 'trafficcontrol', 'trafficcontrol Documentation',
      [author], 1)
 ]
 
@@ -162,7 +162,7 @@ man_pages = [
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-    (master_doc, 'playdo', 'playdo Documentation',
-     author, 'playdo', 'One line description of project.',
+    (master_doc, 'trafficcontrol', 'trafficcontrol Documentation',
+     author, 'trafficcontrol', 'Traffic Control is an Open Source implementation of a Content Delivery Network.',
      'Miscellaneous'),
 ]