Author: darcy
Date: Sat Dec  5 10:53:27 2015
New Revision: 658

Log:
Switch to Sphinx.

Added:
   trunk/docs/index.txt
      - copied unchanged from r657, trunk/docs/index.rst
Deleted:
   trunk/docs/index.rst
Modified:
   trunk/docs/conf.py

Modified: trunk/docs/conf.py
==============================================================================
--- trunk/docs/conf.py  Sat Dec  5 10:36:55 2015        (r657)
+++ trunk/docs/conf.py  Sat Dec  5 10:53:27 2015        (r658)
@@ -34,7 +34,7 @@
 templates_path = ['_templates']
 
 # The suffix of source filenames.
-source_suffix = '.rst'
+source_suffix = '.txt'
 
 # The encoding of source files.
 #source_encoding = 'utf-8-sig'

Deleted: trunk/docs/index.rst
==============================================================================
--- trunk/docs/index.rst        Sat Dec  5 10:53:27 2015        (r657)
+++ /dev/null   00:00:00 1970   (deleted)
@@ -1,31 +0,0 @@
-.. PyGreSQL documentation master file, created by
-   sphinx-quickstart on Thu Nov  1 07:47:06 2012.
-   You can adapt this file completely to your liking, but it should at least
-   contain the root `toctree` directive.
-
-PyGreSQL - PostgreSQL module for Python
-=======================================
-
-Contents:
-
-.. toctree::
-   :maxdepth: 1
-
-   introduction
-   copyright
-   changelog
-   install
-   interface
-   classic
-   db_api
-   svn
-   mailinglist
-   future
-   examples
-
-Indices and tables
-==================
-
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`

Copied: trunk/docs/index.txt (from r657, trunk/docs/index.rst)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/docs/index.txt        Sat Dec  5 10:53:27 2015        (r658, copy of 
r657, trunk/docs/index.rst)
@@ -0,0 +1,31 @@
+.. PyGreSQL documentation master file, created by
+   sphinx-quickstart on Thu Nov  1 07:47:06 2012.
+   You can adapt this file completely to your liking, but it should at least
+   contain the root `toctree` directive.
+
+PyGreSQL - PostgreSQL module for Python
+=======================================
+
+Contents:
+
+.. toctree::
+   :maxdepth: 1
+
+   introduction
+   copyright
+   changelog
+   install
+   interface
+   classic
+   db_api
+   svn
+   mailinglist
+   future
+   examples
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to