From 490f20e817b0770e072d7d6b5ef3ca4b625ca1e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Ra=C3=BAl=20Villalba?= Date: Fri, 16 Sep 2011 14:40:28 -0300 Subject: [PATCH] Fix project name in doc files --- docs/Makefile | 8 ++++---- docs/source/index.rst | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 7192292..ede3904 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -72,17 +72,17 @@ qthelp: @echo @echo "Build finished; now you can run "qcollectiongenerator" with the" \ ".qhcp project file in $(BUILDDIR)/qthelp, like this:" - @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/codinghydeant.qhcp" + @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/namecheap.qhcp" @echo "To view the help file:" - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/codinghydeant.qhc" + @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/namecheap.qhc" devhelp: $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp @echo @echo "Build finished." @echo "To view the help file:" - @echo "# mkdir -p $$HOME/.local/share/devhelp/codinghydeant" - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/codinghydeant" + @echo "# mkdir -p $$HOME/.local/share/devhelp/namecheap" + @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/namecheap" @echo "# devhelp" epub: diff --git a/docs/source/index.rst b/docs/source/index.rst index c75e548..e287d34 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,10 +1,10 @@ -.. codinghyde.ant documentation master file, created by +.. namecheap documentation master file, created by sphinx-quickstart on Thu May 26 09:57:48 2011. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Welcome to codinghyde.ant's documentation! -========================================== +Welcome to namecheap's documentation! +============================================ Contents: -- 2.11.4.GIT