Author: cito
Date: Thu Jan  7 11:26:45 2016
New Revision: 696

Log:
Minor doc fixes, remove index.html

The index.html file is not needed any more
as the whole website is now created by Sphinx.

Deleted:
   branches/4.x/docs/index.html
Modified:
   branches/4.x/docs/contents/index.rst
   branches/4.x/docs/contents/pgdb/cursor.rst
   branches/4.x/docs/contents/pgdb/types.rst
   branches/4.x/docs/index.rst

Modified: branches/4.x/docs/contents/index.rst
==============================================================================
--- branches/4.x/docs/contents/index.rst        Wed Jan  6 16:42:50 2016        
(r695)
+++ branches/4.x/docs/contents/index.rst        Thu Jan  7 11:26:45 2016        
(r696)
@@ -1,4 +1,3 @@
-
 The PyGreSQL documentation
 ==========================
 

Modified: branches/4.x/docs/contents/pgdb/cursor.rst
==============================================================================
--- branches/4.x/docs/contents/pgdb/cursor.rst  Wed Jan  6 16:42:50 2016        
(r695)
+++ branches/4.x/docs/contents/pgdb/cursor.rst  Thu Jan  7 11:26:45 2016        
(r696)
@@ -180,7 +180,7 @@
     Process rows before they are returned
 
     :param list row: the currently processed row of the result set
-    :returns: the transformed row that the cursor methods shall return
+    :returns: the transformed row that the fetch methods shall return
 
 .. note::
 

Modified: branches/4.x/docs/contents/pgdb/types.rst
==============================================================================
--- branches/4.x/docs/contents/pgdb/types.rst   Wed Jan  6 16:42:50 2016        
(r695)
+++ branches/4.x/docs/contents/pgdb/types.rst   Thu Jan  7 11:26:45 2016        
(r696)
@@ -59,7 +59,7 @@
 
     Used to describe the ``oid`` column of PostgreSQL database tables
 
-.. note:
+.. note::
 
     The following more specific types are not part of the DB-API 2 standard.
 

Deleted: branches/4.x/docs/index.html
==============================================================================
--- branches/4.x/docs/index.html        Thu Jan  7 11:26:45 2016        (r695)
+++ /dev/null   00:00:00 1970   (deleted)
@@ -1,183 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-<head>
-  <title>PyGreSQL - PostgreSQL module for Python</title>
-  <meta http-equiv="Content-Type" content="text/html; CHARSET=iso-8859-1">
-  <meta name="description" content="PyGreSQL homepage">
-  <meta name="keywords" content="PyGreSQL, Python, PostgreSQL, database, 
driver, DB-API, pg, pgdb">
-  <style type="text/css">
-  <!--
-  body {
-    margin: 8pt;
-    padding: 8pt;
-    background-color: #f8f8ff;
-    color: #000008;
-    text-align: justify;
-    font-family: Arial, Verdana, Helvetica, sans-serif;
-    font-size: 12pt; }
-  a {
-    text-decoration: none; }
-  a:hover {
-    text-decoration: underline; }
-  h1, h2 {
-    color: #006; }
-  h1 {
-    padding-top: 16pt;
-    font-size: 18pt; }
-  h2 {
-    padding-top: 8pt;
-    font-size: 16pt; }
-  ul {
-    list-style-type: none; }
-  ul li {
-    margin-top: 4pt;
-    font-size: 13pt; }
-  ul ul li {
-    margin-top: 2pt;
-    font-size: 12pt; }
-  #title {
-    position: absolute;
-    top: 0px;
-    left: 16px;
-    font-size: 36px;
-    font-style: italic;
-    letter-spacing: 5px;
-    color: #666;
-    z-index: 600; }
-  #version {
-    position: absolute;
-    top: 42px;
-    left: 64px;
-    font-size: 11px;
-    font-style: italic;
-    letter-spacing: 5px;
-    color: #000;
-    z-index: 610; }
-  #banner {
-    position: absolute;
-    padding-top: 0px;
-    padding-bottom: 0px;
-    text-align: center;
-    top: 27px;
-    left: 0px;
-    width: 100%;
-    height: 30px;
-    background: #ccd4e2;
-    z-index: 550;
-    border-top: 1px #999 solid;
-    border-bottom: 1px #999 solid; }
-  #bannertext {
-    position: absolute;
-    text-align: center;
-    font-size: 14px;
-    font-weight: bold;
-    letter-spacing: 4px;
-    color: #000066;
-    top: 39px;
-    right: 5%;
-    z-index: 560; }
-  #content {
-    margin: 36px 20px 2px 20px;
-    padding: 4pt 8pt 4pt 16pt;
-    border-left: 1px dashed #555;
-    border-bottom: 1px dashed #555; }
-  #copyright {
-    padding-top: 6pt;
-    font-size: 10pt;
-    color: #333;
-    text-align: center; }
-  -->
-  </style>
-</head>
-
-<body>
-
-  <div id="title">PyGreSQL</div>
-  <div id="version">Version 4.2</div>
-  <div id="banner"></div>
-  <div id="bannertext">:: PostgreSQL module for Python ::</div>
-
-  <div id="content">
-
-    <h1>PyGreSQL &ndash; PostgreSQL module for Python</h1>
-
-    <p><b>PyGreSQL</b> is an <em>open-source</em>
-    <a href="http://www.python.org";>Python</a> module
-    that interfaces to a <a href="http://www.postgresql.org";>PostgreSQL</a> 
database.
-    It embeds the PostgreSQL query library to allow easy use of the powerful 
PostgreSQL
-    features from a Python script.</p>
-
-    <p>This software is copyright &copy; 1995, Pascal Andre.<br />
-    Further modifications are copyright &copy; 1997-2008 by D'Arcy J.M. 
Cain.<br />
-    Further modifications are copyright &copy; 2009-2016 by the PyGreSQL 
team</p>
-
-    <p>See the
-    <a href="readme.html#copyright-notice">copyright notice</a>
-    for detailed information.</p>
-
-    <a name="documentation"></a>
-    <h2>Documentation</h2>
-
-    <p>The following information is also available in the <b>docs</b> folder 
of the distribution:</p>
-
-    <ul>
-      <li><a href="readme.html"><b>readme</b> &ndash; General Information</a>
-        <ul>
-          <li><a href="readme.html#copyright-notice">Copyright notice</a></li>
-          <li><a href="readme.html#introduction">Introduction</a></li>
-          <li><a href="readme.html#where-to-get">Where to get ... ?</a></li>
-          <li><a href="readme.html#distribution-files">Distribution 
files</a></li>
-        </ul></li>
-      <li><a href="announce.html"><b>announce</b> &ndash; Last 
announcement</a></li>
-      <li><a href="install.html"><b>install</b> &ndash; Installation</a></li>
-      <li><a href="pg.html"><b>pg</b> &ndash; The &ldquo;classic&rdquo; 
PyGreSQL interface</a></li>
-      <li><a href="pgdb.html"><b>pgdb</b> &ndash; The DB-API compliant 
PyGreSQL interface</a></li>
-      <li><a href="changelog.html"><b>changelog</b> &ndash; Historical 
changes</a></li>
-      <li><a href="future.html"><b>future</b> &ndash; Future 
directions</a></li>
-    </ul>
-
-    <a name="svn"></a>
-    <h2>SVN Access</h2>
-
-    <p>
-    The SVN repository can be checked out from svn://svn.PyGreSQL.org/pygresql.
-    It is also available through the
-    <a href="http://trac.vex.net:8000/pgtracker/browser/trunk";>online
-    SVN repository</a></p>
-
-    <a name="mailinglist"></a>
-    <h2>Mailing list</h2>
-
-    <p>You can join
-    <a href="https://mail.vex.net/mailman/listinfo.cgi/pygresql";>the mailing
-    list</a> to discuss future development of the PyGreSQL interface.
-    This is usually a low volume list except when there are new features
-    being added.</p>
-
-    <a name="examples"></a>
-    <h2>Examples</h2>
-
-    <p>I am starting to collect examples of applications that use PyGreSQL.
-    So far I only have a few but if you have an example for me, you can
-    either send me the files or the URL for me to point to.</p>
-
-    <p>Here is a <a href="http://ontario.bikerides.ca";>List of motorcycle
-    rides in Ontario</a> that uses a PostgreSQL database to store the
-    rides. There is a link at the bottom of the page to view the source 
code.</p>
-
-    <p>
-    Oleg Broytmann has written a simple example
-    <a href="http://phdru.name/Software/Python/#rgb_example";>RGB
-    database demo</a>.
-    </p>
-
-  </div>
-
-  <div id="copyright">
-  Created and maintained by D'Arcy J.M. Cain &ndash;
-  last update: $Date$.<br />
-  If you have any comments, <a href="mailto:[email protected]";>send mail</a> 
to me.
-  </div>
-</body>
-</html>

Modified: branches/4.x/docs/index.rst
==============================================================================
--- branches/4.x/docs/index.rst Wed Jan  6 16:42:50 2016        (r695)
+++ branches/4.x/docs/index.rst Thu Jan  7 11:26:45 2016        (r696)
@@ -1,7 +1,4 @@
-.. 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 documentation master file
 
 Welcome to PyGreSQL
 ===================
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to