Skip to content

Commit

Permalink
added quickstart to toc, modified conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlee committed Jan 18, 2017
1 parent 060cb3d commit a0e31f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
master_doc = 'index'

# General information about the project.
project = u'Hermes 2+ Documentation'
project = u'Hermes Business Messaging Gatweay Documentation'
copyright = u'2016, CECID, HKU'
author = u'CECID'

Expand Down Expand Up @@ -233,7 +233,7 @@
# html_search_scorer = 'scorer.js'

# Output file base name for HTML help builder.
htmlhelp_basename = 'mydocsdoc'
htmlhelp_basename = 'hermes_docs'

# -- Options for LaTeX output ---------------------------------------------

Expand All @@ -259,7 +259,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'hermes.tex', u'Hermes 2+ Documentation',
(master_doc, 'hermes_docs.tex', u'Hermes Documentation',
u'CECID', 'manual'),
]

Expand Down Expand Up @@ -301,7 +301,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'mydocs', u'my docs Documentation',
(master_doc, 'hermes_docs', u'my docs Documentation',
[author], 1)
]

Expand All @@ -316,8 +316,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'mydocs', u'my docs Documentation',
author, 'mydocs', 'One line description of project.',
(master_doc, 'hermes_docs', u'Hermes Business Messaging Gateway Documentation',
author, 'hermes_docs', 'Documentation of Hermes Business Messaging Gateway',
'Miscellaneous'),
]

Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Technical documents
.. toctree::
:maxdepth: 2

quickstart
installation
configuration
application
Empty file modified docs/source/quickstart.rst
100755 → 100644
Empty file.

0 comments on commit a0e31f8

Please sign in to comment.