Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
irusri committed Sep 5, 2019
1 parent d746a86 commit ec9fb36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = GenIE-Sys
SPHINXPROJ = GenIESys
SOURCEDIR = .
BUILDDIR = _build

Expand Down
12 changes: 6 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
master_doc = 'index'

# General information about the project.
project = u'GenIE-Sys'
project = u'GenIESys'
copyright = u'2019, GenIE-Sys'
author = u'Chanaka Mannapperuma'

Expand Down Expand Up @@ -114,7 +114,7 @@
# -- Options for HTMLHelp output ------------------------------------------

# Output file base name for HTML help builder.
htmlhelp_basename = 'GenIE-Sysdoc'
htmlhelp_basename = 'GenIESysdoc'


# -- Options for LaTeX output ---------------------------------------------
Expand All @@ -141,7 +141,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'GenIE-Sys.tex', u'GenIE-Sys Documentation',
(master_doc, 'GenIESys.tex', u'GenIESys Documentation',
u'Chanaka Mannapperuma', 'manual'),
]

Expand All @@ -151,7 +151,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'geniesys', u'GenIE-Sys Documentation',
(master_doc, 'geniesys', u'GenIESys Documentation',
[author], 1)
]

Expand All @@ -162,8 +162,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'GenIE-Sys', u'GenIE-Sys Documentation',
author, 'GenIE-Sys', 'One line description of project.',
(master_doc, 'GenIESys', u'GenIESys Documentation',
author, 'GenIESys', 'One line description of project.',
'Miscellaneous'),
]

Expand Down

0 comments on commit ec9fb36

Please sign in to comment.