This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via c39c3259220603258048fa0144a00dd8b5ab0f59 (commit)
from 5472d04ec20ec59fe253b4171f7b6a06198b7449 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/c39c3259220603258048fa0144a00dd8b5ab0f59
commit c39c3259220603258048fa0144a00dd8b5ab0f59
Author: Oleg Broytman <ph...@ph...>
Date: Sat Mar 14 05:31:52 2015 +0300
Build Python3.html and link to it from index.html
diff --git a/docs/index.txt b/docs/index.txt
index b61229e..28ada36 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -18,6 +18,7 @@ Documentation
=============
* `News and updates <News.html>`_
+* `SQLObject and Python 3 <Python3.html>`_
* `Main SQLObject documentation <SQLObject.html>`_
* `Frequently Asked Questions <FAQ.html>`_
* `sqlbuilder documentation <SQLBuilder.html>`_
diff --git a/docs/rebuild b/docs/rebuild
index 65729f8..82e6cc6 100755
--- a/docs/rebuild
+++ b/docs/rebuild
@@ -7,7 +7,7 @@ PYTHONPATH="$parent${PYTHONPATH:+:$PYTHONPATH}"
export PYTHONPATH
NORMAL="Authors DeveloperGuide FAQ Inheritance
- News News1 News2 News3 News4
+ News News1 News2 News3 News4 Python3
SQLBuilder SQLObject SelectResults TODO Versioning Views
community download index links sqlobject-admin"
diff --git a/setup.cfg b/setup.cfg
index 3736ba9..012082a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,7 +19,7 @@ ignore = E401,F403
theme = pythonpaste.org
docs = docs/index.txt docs/Authors.txt docs/DeveloperGuide.txt docs/FAQ.txt
docs/Inheritance.txt docs/News.txt docs/News1.txt docs/News2.txt
- docs/News3.txt docs/News4.txt docs/SQLBuilder.txt
+ docs/News3.txt docs/News4.txt docs/Python3.txt docs/SQLBuilder.txt
docs/SQLObject.txt docs/SelectResults.txt docs/TODO.txt
docs/Versioning.txt docs/Views.txt docs/community.txt docs/download.txt
docs/links.txt docs/sqlobject-admin.txt
-----------------------------------------------------------------------
Summary of changes:
docs/index.txt | 1 +
docs/rebuild | 2 +-
setup.cfg | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
SQLObject development repository
|