Skip to content

Commit 74b4f17

Browse files
committed
Update docs (Circle CI, mxDateTime, .coveragerc)
1 parent f0f0fae commit 74b4f17

40 files changed

+2194
-2390
lines changed

devel/DeveloperGuide.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,9 @@ <h1>Testing</h1>
259259
forced to write the test. That's no fun for us, to just be writing
260260
tests. So please, write tests; everything at least needs to be
261261
exercised, even if the tests are absolutely complete.</p>
262-
<p>We now use Travis CI to run tests. See the status:</p>
262+
<p>We now use Travis CI and Circle CI to run tests. See the statuses:</p>
263263
<a href="https://travis-ci.org/sqlobject/sqlobject" class="reference external image-reference"><img src="https://travis-ci.org/sqlobject/sqlobject.svg?branch=master" alt="https://travis-ci.org/sqlobject/sqlobject.svg?branch=master"></a>
264+
<a href="https://circleci.com/gh/sqlobject/sqlobject" class="reference external image-reference"><img src="https://circleci.com/gh/sqlobject/sqlobject.svg?style=shield" alt="https://circleci.com/gh/sqlobject/sqlobject.svg?style=shield"></a>
264265
<p>To avoid triggering unnecessary test run at Travis add text
265266
<a href="https://docs.travis-ci.com/user/customizing-the-build/#skipping-a-build" class="reference external">[skip ci] or [ci skip]</a>
266267
anywhere in your commit messages for commits that don't change code
@@ -269,6 +270,7 @@ <h1>Testing</h1>
269270
to measures code coverage by tests and upload the result for analyzis to
270271
<a href="https://coveralls.io/github/sqlobject/sqlobject" class="reference external">Coveralls</a> and
271272
<a href="https://codecov.io/gh/sqlobject/sqlobject" class="reference external">Codecov</a>.</p>
273+
<a href="https://coveralls.io/github/sqlobject/sqlobject?branch=master" class="reference external image-reference"><img src="https://coveralls.io/repos/github/sqlobject/sqlobject/badge.svg?branch=master" alt="https://coveralls.io/repos/github/sqlobject/sqlobject/badge.svg?branch=master"></a>
272274
</div>
273275
<div class="section" id="documentation">
274276
<h1>Documentation</h1>

devel/News.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ <h2>Features</h2>
6060
<li>Add JsonbCol. Only for PostgreSQL.
6161
Requires psycopg2 >= 2.5.4 and PostgreSQL >= 9.2.</li>
6262
<li>Add JSONCol, a universal json column.</li>
63+
<li>For Python >= 3.4 minimal FormEncode version is now 1.3.1.</li>
64+
<li>If mxDateTime is in use, convert timedelta (returned by MySQL) to
65+
mxDateTime.Time.</li>
6366
</ul>
6467
</div>
6568
<div class="section" id="documentation">
@@ -68,6 +71,7 @@ <h2>Documentation</h2>
6871
<li>Developer's Guide extended to explain SQLObject architecture and how
6972
to create a new column type.</li>
7073
<li>Fix URLs that can be found; remove missing links.</li>
74+
<li>Rename reStructuredText file from *.txt to *.rst.</li>
7175
</ul>
7276
</div>
7377
<div class="section" id="source-code">
@@ -79,8 +83,10 @@ <h2>Source code</h2>
7983
<div class="section" id="tests">
8084
<h2>Tests</h2>
8185
<ul class="simple">
86+
<li>Test are now run at Circle CI.</li>
8287
<li>Use pytest-cov for test coverage. Report test coverage
8388
via coveralls.io and codecov.io.</li>
89+
<li>Install mxDateTime to run date/time tests with it.</li>
8490
</ul>
8591
</div>
8692
</div>

devel/class-sqlobject.col.BLOBCol.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="pudge-member-page-heading">
2323
</a>
2424
</li>
2525
<li>
26-
<a href="sqlobject/col.py.html?f=1812&amp;l=1814#1812" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1819&amp;l=1821#1819" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -101,7 +101,7 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=1812&amp;l=1814#1812" title="sqlobject/col.py:1812">the source</a>
104+
<a href="sqlobject/col.py.html?f=1819&amp;l=1821#1819" title="sqlobject/col.py:1819">the source</a>
105105
for more information.
106106
</small>
107107
</p>

devel/class-sqlobject.col.CurrencyCol.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="pudge-member-page-heading">
2323
</a>
2424
</li>
2525
<li>
26-
<a href="sqlobject/col.py.html?f=1669&amp;l=1671#1669" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1676&amp;l=1678#1676" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -101,7 +101,7 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=1669&amp;l=1671#1669" title="sqlobject/col.py:1669">the source</a>
104+
<a href="sqlobject/col.py.html?f=1676&amp;l=1678#1676" title="sqlobject/col.py:1676">the source</a>
105105
for more information.
106106
</small>
107107
</p>

devel/class-sqlobject.col.DateCol.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="pudge-member-page-heading">
2323
</a>
2424
</li>
2525
<li>
26-
<a href="sqlobject/col.py.html?f=1472&amp;l=1474#1472" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1479&amp;l=1481#1479" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -101,7 +101,7 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=1472&amp;l=1474#1472" title="sqlobject/col.py:1472">the source</a>
104+
<a href="sqlobject/col.py.html?f=1479&amp;l=1481#1479" title="sqlobject/col.py:1479">the source</a>
105105
for more information.
106106
</small>
107107
</p>

devel/class-sqlobject.col.DateTimeCol.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="pudge-member-page-heading">
2323
</a>
2424
</li>
2525
<li>
26-
<a href="sqlobject/col.py.html?f=1393&amp;l=1406#1393" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1400&amp;l=1413#1400" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -101,15 +101,15 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
101101
<a name="now"></a>
102102
<h4 class="pudge-member-name"><span class="prefix">f</span>
103103
<tt><a href="class-sqlobject.col.DateTimeCol.html#now" class="pudge-obj-link">now</a>()</tt>
104-
<a href="sqlobject/col.py.html?f=1396&amp;l=1406#1396" title="View Source">...</a>
104+
<a href="sqlobject/col.py.html?f=1403&amp;l=1413#1403" title="View Source">...</a>
105105
</h4>
106106
<div class="pudge-section rst">
107107
</div>
108108
</div>
109109
<p>
110110
<small>
111111
See
112-
<a href="sqlobject/col.py.html?f=1393&amp;l=1406#1393" title="sqlobject/col.py:1393">the source</a>
112+
<a href="sqlobject/col.py.html?f=1400&amp;l=1413#1400" title="sqlobject/col.py:1400">the source</a>
113113
for more information.
114114
</small>
115115
</p>

devel/class-sqlobject.col.DecimalCol.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="pudge-member-page-heading">
2323
</a>
2424
</li>
2525
<li>
26-
<a href="sqlobject/col.py.html?f=1657&amp;l=1659#1657" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1664&amp;l=1666#1664" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -101,7 +101,7 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=1657&amp;l=1659#1657" title="sqlobject/col.py:1657">the source</a>
104+
<a href="sqlobject/col.py.html?f=1664&amp;l=1666#1664" title="sqlobject/col.py:1664">the source</a>
105105
for more information.
106106
</small>
107107
</p>

devel/class-sqlobject.col.DecimalStringCol.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="pudge-member-page-heading">
2323
</a>
2424
</li>
2525
<li>
26-
<a href="sqlobject/col.py.html?f=1721&amp;l=1723#1721" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1728&amp;l=1730#1728" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -101,7 +101,7 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=1721&amp;l=1723#1721" title="sqlobject/col.py:1721">the source</a>
104+
<a href="sqlobject/col.py.html?f=1728&amp;l=1730#1728" title="sqlobject/col.py:1728">the source</a>
105105
for more information.
106106
</small>
107107
</p>

devel/class-sqlobject.col.JSONCol.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="pudge-member-page-heading">
2323
</a>
2424
</li>
2525
<li>
26-
<a href="sqlobject/col.py.html?f=1970&amp;l=1972#1970" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1977&amp;l=1979#1977" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -101,7 +101,7 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=1970&amp;l=1972#1970" title="sqlobject/col.py:1970">the source</a>
104+
<a href="sqlobject/col.py.html?f=1977&amp;l=1979#1977" title="sqlobject/col.py:1977">the source</a>
105105
for more information.
106106
</small>
107107
</p>

devel/class-sqlobject.col.JsonbCol.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 class="pudge-member-page-heading">
2323
</a>
2424
</li>
2525
<li>
26-
<a href="sqlobject/col.py.html?f=1935&amp;l=1937#1935" class="pudge-section-link">
26+
<a href="sqlobject/col.py.html?f=1942&amp;l=1944#1942" class="pudge-section-link">
2727
Source
2828
</a>
2929
</li>
@@ -101,7 +101,7 @@ <h4 class="pudge-member-name"><span class="prefix">f</span>
101101
<p>
102102
<small>
103103
See
104-
<a href="sqlobject/col.py.html?f=1935&amp;l=1937#1935" title="sqlobject/col.py:1935">the source</a>
104+
<a href="sqlobject/col.py.html?f=1942&amp;l=1944#1942" title="sqlobject/col.py:1942">the source</a>
105105
for more information.
106106
</small>
107107
</p>

0 commit comments

Comments
 (0)