[SQL-CVS] r4632 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2013-08-11 20:06:15
|
Author: phd Date: Sun Aug 11 14:06:09 2013 New Revision: 4632 Log: Merged revision 4631 from branch 1.5: fixed links; removed dead links Modified: SQLObject/trunk/docs/DeveloperGuide.txt SQLObject/trunk/docs/community.txt Modified: SQLObject/trunk/docs/DeveloperGuide.txt ============================================================================== --- SQLObject/trunk/docs/DeveloperGuide.txt Sun Aug 11 14:04:34 2013 (r4631) +++ SQLObject/trunk/docs/DeveloperGuide.txt Sun Aug 11 14:06:09 2013 (r4632) @@ -8,9 +8,7 @@ .. _start: These are some notes on developing SQLObject. I'll try to expand them -as things come up. If you are committing to the SQLObject repository, -please also read ``/using-this-repository.txt``, which is just about -file layout and repository cooperation. +as things come up. -- Ian Bicking Modified: SQLObject/trunk/docs/community.txt ============================================================================== --- SQLObject/trunk/docs/community.txt Sun Aug 11 14:04:34 2013 (r4631) +++ SQLObject/trunk/docs/community.txt Sun Aug 11 14:06:09 2013 (r4632) @@ -16,13 +16,13 @@ <http://sourceforge.net/tracker/?group_id=74338&atid=540674>`_. Development takes place in the `subversion repository -<repository.html>`_. There are `development docs`_. If you are +<download.html#repository>`_. There are `development docs`_. If you are interested in contributing you should read the `Developer Guide -<docs/DeveloperGuide.html>`_. +<DeveloperGuide.html>`_. .. _`development docs`: /devel/ -The `Author List <docs/Authors.html>`_ tries to list all the major +The `Author List <Authors.html>`_ tries to list all the major contributors. One can also contribute to `community-editable recipe/documentation site |