Skip to content

Commit 33a22e2

Browse files
committed
better docs with real name
1 parent 22ce878 commit 33a22e2

File tree

16 files changed

+90
-664
lines changed

16 files changed

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

111111
epub:
263 Bytes
Binary file not shown.

docs/_build/doctrees/index.doctree

1.66 KB
Binary file not shown.

docs/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: f94c9d3ce635251bdcaa52cd76a735be
3+
config: c6150e9abbf648e063470266e288ed80
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/_sources/index.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
.. foo documentation master file, created by
2-
sphinx-quickstart on Wed Jul 29 17:15:31 2015.
1+
.. Python String Utils documentation master file, created by
2+
sphinx-quickstart on Thu Jul 30 16:08:10 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 foo's documentation!
7-
===============================
6+
Welcome to Python String Utils's documentation!
7+
===============================================
88

99
Contents:
1010

0 commit comments

Comments
 (0)