Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin31 committed Aug 22, 2015
1 parent 78f4549 commit 280e380
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
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/django-payu.qhcp"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/django_payu.qhcp"
@echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/django-payu.qhc"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/django_payu.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/django-payu"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/django-payu"
@echo "# mkdir -p $$HOME/.local/share/devhelp/django_payu"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/django_payu"
@echo "# devhelp"

epub:
Expand Down
10 changes: 5 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# pietrack documentation build configuration file, created by
# sphinx-quickstart on Wed Jul 29 18:10:32 2015.
# django_payu documentation build configuration file, created by
# sphinx-quickstart on Sat Aug 22 16:31:28 2015.
#
# This file is execfile()d with the current directory set to its
# containing dir.
Expand Down Expand Up @@ -34,7 +34,7 @@
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
templates_path = ['ntemplates']

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
Expand Down Expand Up @@ -139,7 +139,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['nstatic']

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down Expand Up @@ -224,7 +224,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'django_payu.tex', u'django_payu Documentation',
(master_doc, 'django_payu.tex', u'django\\_payu Documentation',
u'Micro Pyramid', 'manual'),
]

Expand Down
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.. django-payu documentation master file, created by
sphinx-quickstart on Sat Aug 22 16:05:40 2015.
.. django_payu documentation master file, created by
sphinx-quickstart on Sat Aug 22 16:31:28 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to django-payu's documentation!
Welcome to django_payu's documentation!
=======================================

Contents:
Expand Down

0 comments on commit 280e380

Please sign in to comment.