[Checkins] SVN: Produts.RecentItemsIndex/trunk/docs/ Fix typo in files generated by sphinx-quickstart.

Tres Seaver tseaver at palladion.com
Tue Mar 16 18:20:55 EDT 2010


Log message for revision 110002:
  Fix typo in files generated by sphinx-quickstart.

Changed:
  U   Produts.RecentItemsIndex/trunk/docs/Makefile
  U   Produts.RecentItemsIndex/trunk/docs/conf.py

-=-
Modified: Produts.RecentItemsIndex/trunk/docs/Makefile
===================================================================
--- Produts.RecentItemsIndex/trunk/docs/Makefile	2010-03-16 22:18:48 UTC (rev 110001)
+++ Produts.RecentItemsIndex/trunk/docs/Makefile	2010-03-16 22:20:55 UTC (rev 110002)
@@ -61,9 +61,9 @@
 	@echo
 	@echo "Build finished; now you can run "qcollectiongenerator" with the" \
 	      ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
-	@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/ProjectsRecentItemsIndex.qhcp"
+	@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/ProductsRecentItemsIndex.qhcp"
 	@echo "To view the help file:"
-	@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/ProjectsRecentItemsIndex.qhc"
+	@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/ProductsRecentItemsIndex.qhc"
 
 latex:
 	$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex

Modified: Produts.RecentItemsIndex/trunk/docs/conf.py
===================================================================
--- Produts.RecentItemsIndex/trunk/docs/conf.py	2010-03-16 22:18:48 UTC (rev 110001)
+++ Produts.RecentItemsIndex/trunk/docs/conf.py	2010-03-16 22:20:55 UTC (rev 110002)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Projects.RecentItemsIndex documentation build configuration file, created by
+# Products.RecentItemsIndex documentation build configuration file, created by
 # sphinx-quickstart on Tue Mar 16 18:05:54 2010.
 #
 # This file is execfile()d with the current directory set to its containing dir.
@@ -37,7 +37,7 @@
 master_doc = 'index'
 
 # General information about the project.
-project = u'Projects.RecentItemsIndex'
+project = u'Products.RecentItemsIndex'
 copyright = u'2010, Zope Foundation and contributors'
 
 # The version info for the project you're documenting, acts as replacement for
@@ -158,7 +158,7 @@
 #html_file_suffix = ''
 
 # Output file base name for HTML help builder.
-htmlhelp_basename = 'ProjectsRecentItemsIndexdoc'
+htmlhelp_basename = 'ProductsRecentItemsIndexdoc'
 
 
 # -- Options for LaTeX output --------------------------------------------------
@@ -172,7 +172,7 @@
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
-  ('index', 'ProjectsRecentItemsIndex.tex', u'Projects.RecentItemsIndex Documentation',
+  ('index', 'ProductsRecentItemsIndex.tex', u'Products.RecentItemsIndex Documentation',
    u'Zope Foundation and contributors', 'manual'),
 ]
 



More information about the checkins mailing list