Skip to content

Commit 280e380

Browse files
committed
fixed docs
1 parent 78f4549 commit 280e380

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ qthelp:
8787
@echo
8888
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
8989
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
90-
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/django-payu.qhcp"
90+
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/django_payu.qhcp"
9191
@echo "To view the help file:"
92-
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/django-payu.qhc"
92+
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/django_payu.qhc"
9393

9494
applehelp:
9595
$(SPHINXBUILD) -b applehelp $(ALLSPHINXOPTS) $(BUILDDIR)/applehelp
@@ -104,8 +104,8 @@ devhelp:
104104
@echo
105105
@echo "Build finished."
106106
@echo "To view the help file:"
107-
@echo "# mkdir -p $$HOME/.local/share/devhelp/django-payu"
108-
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/django-payu"
107+
@echo "# mkdir -p $$HOME/.local/share/devhelp/django_payu"
108+
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/django_payu"
109109
@echo "# devhelp"
110110

111111
epub:

docs/source/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# pietrack documentation build configuration file, created by
4-
# sphinx-quickstart on Wed Jul 29 18:10:32 2015.
3+
# django_payu documentation build configuration file, created by
4+
# sphinx-quickstart on Sat Aug 22 16:31:28 2015.
55
#
66
# This file is execfile()d with the current directory set to its
77
# containing dir.
@@ -34,7 +34,7 @@
3434
]
3535

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

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

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

docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.. django-payu documentation master file, created by
2-
sphinx-quickstart on Sat Aug 22 16:05:40 2015.
1+
.. django_payu documentation master file, created by
2+
sphinx-quickstart on Sat Aug 22 16:31:28 2015.
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
Welcome to django-payu's documentation!
6+
Welcome to django_payu's documentation!
77
=======================================
88

99
Contents:

0 commit comments

Comments
 (0)