Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ qthelp:
@echo
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/jetpack.qhcp"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/jetplot.qhcp"
@echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/jetpack.qhc"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/jetplot.qhc"

applehelp:
$(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp
Expand All @@ -104,8 +104,8 @@ devhelp:
@echo
@echo "Build finished."
@echo "To view the help file:"
@echo "# mkdir -p $$HOME/.local/share/devhelp/jetpack"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/jetpack"
@echo "# mkdir -p $$HOME/.local/share/devhelp/jetplot"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/jetplot"
@echo "# devhelp"

epub:
Expand Down
20 changes: 10 additions & 10 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# jetpack documentation build configuration file, created by
# jetplot documentation build configuration file, created by
# sphinx-quickstart on Fri Oct 2 14:49:15 2015.
#
# This file is execfile()d with the current directory set to its
Expand All @@ -12,7 +12,7 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import jetpack
import jetplot

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down Expand Up @@ -51,7 +51,7 @@
master_doc = 'index'

# General information about the project.
project = u'jetpack'
project = u'jetplot'
copyright = u'2015, Niru Maheswaranathan'
author = u'Niru Maheswaranathan'

Expand All @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = jetpack.__version__
version = jetplot.__version__
# The full version, including alpha/beta/rc tags.
release = jetpack.__version__
release = jetplot.__version__

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -205,7 +205,7 @@
#html_search_scorer = 'scorer.js'

# Output file base name for HTML help builder.
htmlhelp_basename = 'jetpackdoc'
htmlhelp_basename = 'jetplotdoc'

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

Expand All @@ -227,7 +227,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'jetpack.tex', u'jetpack Documentation',
(master_doc, 'jetplot.tex', u'jetplot Documentation',
u'Niru Maheswaranathan', 'manual'),
]

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

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

Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. jetpack documentation master file, created by
.. jetplot documentation master file, created by
sphinx-quickstart on Fri Oct 2 14:49:15 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

Jetpack
Jetplot
=======

Jetpack consists of the following modules:
Jetplot consists of the following modules:


Timepiece
Expand Down
Loading