Skip to content

Commit

Permalink
Split documentation into multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
n1000 committed Oct 15, 2016
1 parent 1b026e5 commit 4429b98
Show file tree
Hide file tree
Showing 10 changed files with 6,058 additions and 6,046 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# General information about the project.
project = u'open-plc-utils'
copyright = u'2015, Nathaniel Houghton'
copyright = u'2015, open-plc-utils developers'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -184,7 +184,7 @@
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'open-plc-utils.tex', u'open-plc-utils Documentation',
u'Nathaniel Houghton', 'manual'),
u'open-plc-utils developers', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down Expand Up @@ -214,7 +214,7 @@
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'open-plc-utils', u'open-plc-utils Documentation',
[u'Nathaniel Houghton'], 1)
[u'open-plc-utils developers'], 1)
]

# If true, show URL addresses after external links.
Expand All @@ -228,7 +228,7 @@
# dir menu entry, description, category)
texinfo_documents = [
('index', 'open-plc-utils', u'open-plc-utils Documentation',
u'Nathaniel Houghton', 'open-plc-utils', 'One line description of project.',
u'open-plc-utils developers', 'open-plc-utils', 'Open Source Powerline Toolkit.',
'Miscellaneous'),
]

Expand Down
Loading

0 comments on commit 4429b98

Please sign in to comment.