Skip to content

Commit 9bf5a9b

Browse files
author
Clinton N. Dreisbach
committed
Fix references to power in documentation
Sem-Ver: bugfix
1 parent 85593ea commit 9bf5a9b

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,5 @@ docs/_build/
6969
# PyBuilder
7070
target/
7171

72+
AUTHORS
73+
ChangeLog

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/DjangoPostgresPower.qhcp"
90+
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/DjangoPostgresStats.qhcp"
9191
@echo "To view the help file:"
92-
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/DjangoPostgresPower.qhc"
92+
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/DjangoPostgresStats.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/DjangoPostgresPower"
108-
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/DjangoPostgresPower"
107+
@echo "# mkdir -p $$HOME/.local/share/devhelp/DjangoPostgresStats"
108+
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/DjangoPostgresStats"
109109
@echo "# devhelp"
110110

111111
epub:

docs/conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Django Postgres Power documentation build configuration file, created by
4+
# Django Postgres Stats documentation build configuration file, created by
55
# sphinx-quickstart on Fri Nov 13 14:04:42 2015.
66
#
77
# This file is execfile()d with the current directory set to its
@@ -51,7 +51,7 @@
5151
master_doc = 'index'
5252

5353
# General information about the project.
54-
project = 'Django Postgres Power'
54+
project = 'Django Postgres Stats'
5555
copyright = '2015, RTI International'
5656
author = 'RTI Center for Data Science'
5757

@@ -205,7 +205,7 @@
205205
#html_search_scorer = 'scorer.js'
206206

207207
# Output file base name for HTML help builder.
208-
htmlhelp_basename = 'DjangoPostgresPowerdoc'
208+
htmlhelp_basename = 'DjangoPostgresStatsdoc'
209209

210210
# -- Options for LaTeX output ---------------------------------------------
211211

@@ -227,7 +227,7 @@
227227
# (source start file, target name, title,
228228
# author, documentclass [howto, manual, or own class]).
229229
latex_documents = [
230-
(master_doc, 'DjangoPostgresPower.tex', 'Django Postgres Power Documentation',
230+
(master_doc, 'DjangoPostgresStats.tex', 'Django Postgres Stats Documentation',
231231
'RTI Center for Data Science', 'manual'),
232232
]
233233

@@ -257,7 +257,7 @@
257257
# One entry per manual page. List of tuples
258258
# (source start file, name, description, authors, manual section).
259259
man_pages = [
260-
(master_doc, 'djangopostgrespower', 'Django Postgres Power Documentation',
260+
(master_doc, 'djangopostgresstats', 'Django Postgres Stats Documentation',
261261
[author], 1)
262262
]
263263

@@ -271,8 +271,8 @@
271271
# (source start file, target name, title, author,
272272
# dir menu entry, description, category)
273273
texinfo_documents = [
274-
(master_doc, 'DjangoPostgresPower', 'Django Postgres Power Documentation',
275-
author, 'DjangoPostgresPower', 'One line description of project.',
274+
(master_doc, 'DjangoPostgresStats', 'Django Postgres Stats Documentation',
275+
author, 'DjangoPostgresStats', 'One line description of project.',
276276
'Miscellaneous'),
277277
]
278278

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Download and installation
77
Installation with pip
88
^^^^^^^^^^^^^^^^^^^^^
99

10-
You can use pip to install django-postgres-power::
10+
You can use pip to install django-postgres-stats::
1111

1212
$ pip install django-postgres-stats
1313

@@ -27,6 +27,6 @@ setting of your Django project *settings.py* file.::
2727
Version control
2828
---------------
2929

30-
Django Postgres Power is hosted on GitHub::
30+
Django Postgres Stats is hosted on GitHub::
3131

3232
https://github.com/rtidatascience/django-postgres-stats

0 commit comments

Comments
 (0)