Skip to content

Commit

Permalink
Merge pull request #14 from bhavin192/name-fix
Browse files Browse the repository at this point in the history
Make the name dgplug lower case
  • Loading branch information
kushaldas committed Feb 27, 2018
2 parents 5c48d56 + f01f26b commit ee7f73a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Dgplug Summer Training documentation build configuration file, created by
# dgplug Summer Training documentation build configuration file, created by
# sphinx-quickstart on Fri Dec 21 18:59:37 2012.
#
# This file is execfile()d with the current directory set to its containing dir.
Expand Down Expand Up @@ -40,7 +40,7 @@
master_doc = 'index'

# General information about the project.
project = u'Dgplug Summer Training'
project = u'dgplug Summer Training'
copyright = u'2014, Kushal Das'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -164,7 +164,7 @@
#html_file_suffix = None

# Output file base name for HTML help builder.
htmlhelp_basename = 'DgplugSummerTrainingdoc'
htmlhelp_basename = 'dgplugSummerTrainingdoc'


# -- Options for LaTeX output --------------------------------------------------
Expand All @@ -183,7 +183,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'DgplugSummerTraining.tex', u'Dgplug Summer Training Documentation',
('index', 'dgplugSummerTraining.tex', u'dgplug Summer Training Documentation',
u'Kushal Das', 'manual'),
]

Expand Down Expand Up @@ -213,7 +213,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'dgplugsummertraining', u'Dgplug Summer Training Documentation',
('index', 'dgplugsummertraining', u'dgplug Summer Training Documentation',
[u'Kushal Das'], 1)
]

Expand All @@ -227,8 +227,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'DgplugSummerTraining', u'Dgplug Summer Training Documentation',
u'Kushal Das', 'DgplugSummerTraining', 'One line description of project.',
('index', 'dgplugSummerTraining', u'dgplug Summer Training Documentation',
u'Kushal Das', 'dgplugSummerTraining', 'One line description of project.',
'Miscellaneous'),
]

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.. Dgplug Summer Training documentation master file, created by
.. dgplug Summer Training documentation master file, created by
sphinx-quickstart on Fri Dec 21 18:59:37 2012.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Dgplug Summer Training's documentation!
Welcome to dgplug Summer Training's documentation!
==================================================

Contents:
Expand Down

0 comments on commit ee7f73a

Please sign in to comment.