Skip to content

Commit f0f0fae

Browse files
committed
Update docs for pip install
1 parent f620d4c commit f0f0fae

8 files changed

+1442
-1270
lines changed

devel/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1 class="pudge-member-page-heading">Download SQLObject</h1>
3535
with <a href="https://pip.pypa.io/en/latest/" class="reference external">pip</a> or <a href="https://setuptools.readthedocs.io/en/latest/easy_install.html" class="reference external">easy_install</a>.</p>
3636
<p>You can install the latest release with:</p>
3737
<pre class="literal-block">
38-
pip -U SQLObject
38+
pip install -U SQLObject
3939
</pre>
4040
<p>or:</p>
4141
<pre class="literal-block">

devel/module-sqlobject-index.html

Lines changed: 1023 additions & 1024 deletions
Large diffs are not rendered by default.

devel/module-sqlobject.col-index.html

Lines changed: 3 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,13 +1594,6 @@ <h1>Index of the <tt>col</tt> module</h1>
15941594
</a>
15951595
<a href="sqlobject/col.py.html?f=377&amp;l=380#377">...</a>
15961596
<small></small>
1597-
</li><li class="routine">
1598-
<span class="prefix">f</span>
1599-
<a href="class-sqlobject.col.DecimalCol.baseClass.html#getDbEncoding">
1600-
<tt>getDbEncoding</tt>
1601-
</a>
1602-
<a href="sqlobject/col.py.html?f=424&amp;l=439#424">...</a>
1603-
<small></small>
16041597
</li><li class="routine">
16051598
<span class="prefix">f</span>
16061599
<a href="class-sqlobject.col.DecimalCol.baseClass.html#__init__">
@@ -1643,20 +1636,6 @@ <h1>Index of the <tt>col</tt> module</h1>
16431636
</a>
16441637
<a href="sqlobject/col.py.html?f=374&amp;l=376#374">...</a>
16451638
<small></small>
1646-
</li><li class="routine">
1647-
<span class="prefix">f</span>
1648-
<a href="class-sqlobject.col.DecimalCol.baseClass.html#createSQL">
1649-
<tt>createSQL</tt>
1650-
</a>
1651-
<a href="sqlobject/col.py.html?f=317&amp;l=319#317">...</a>
1652-
<small></small>
1653-
</li><li class="routine">
1654-
<span class="prefix">f</span>
1655-
<a href="class-sqlobject.col.DecimalCol.baseClass.html#__delete__">
1656-
<tt>__delete__</tt>
1657-
</a>
1658-
<a href="sqlobject/col.py.html?f=421&amp;l=423#421">...</a>
1659-
<small></small>
16601639
</li>
16611640
</ul>
16621641
</li>
@@ -1768,10 +1747,10 @@ <h1>Index of the <tt>col</tt> module</h1>
17681747
<small></small>
17691748
</li><li class="routine">
17701749
<span class="prefix">f</span>
1771-
<a href="class-sqlobject.col.SmallIntCol.baseClass.html#mysqlCreateSQL">
1772-
<tt>mysqlCreateSQL</tt>
1750+
<a href="class-sqlobject.col.SmallIntCol.baseClass.html#sqliteCreateSQL">
1751+
<tt>sqliteCreateSQL</tt>
17731752
</a>
1774-
<a href="sqlobject/col.py.html?f=364&amp;l=367#364">...</a>
1753+
<a href="sqlobject/col.py.html?f=371&amp;l=373#371">...</a>
17751754
<small></small>
17761755
</li><li class="routine">
17771756
<span class="prefix">f</span>
@@ -1885,13 +1864,6 @@ <h1>Index of the <tt>col</tt> module</h1>
18851864
<ul>
18861865
<li class="routine">
18871866
<span class="prefix">f</span>
1888-
<a href="class-sqlobject.col.SOForeignKey.html#mssqlCreateSQL">
1889-
<tt>mssqlCreateSQL</tt>
1890-
</a>
1891-
<a href="sqlobject/col.py.html?f=1055&amp;l=1065#1055">...</a>
1892-
<small></small>
1893-
</li><li class="routine">
1894-
<span class="prefix">f</span>
18951867
<a href="class-sqlobject.col.SOForeignKey.html#getDbEncoding">
18961868
<tt>getDbEncoding</tt>
18971869
</a>
@@ -1980,13 +1952,6 @@ <h1>Index of the <tt>col</tt> module</h1>
19801952
</a>
19811953
<a href="sqlobject/col.py.html?f=424&amp;l=439#424">...</a>
19821954
<small></small>
1983-
</li><li class="routine">
1984-
<span class="prefix">f</span>
1985-
<a href="class-sqlobject.col.JSONCol.baseClass.html#maxdbCreateSQL">
1986-
<tt>maxdbCreateSQL</tt>
1987-
</a>
1988-
<a href="sqlobject/col.py.html?f=393&amp;l=395#393">...</a>
1989-
<small></small>
19901955
</li><li class="routine">
19911956
<span class="prefix">f</span>
19921957
<a href="class-sqlobject.col.JSONCol.baseClass.html#sqliteCreateSQL">
@@ -2225,13 +2190,6 @@ <h1>Index of the <tt>col</tt> module</h1>
22252190
<ul>
22262191
<li class="routine">
22272192
<span class="prefix">f</span>
2228-
<a href="class-sqlobject.col.EnumCol.html#withClass">
2229-
<tt>withClass</tt>
2230-
</a>
2231-
<a href="sqlobject/col.py.html?f=463&amp;l=469#463">...</a>
2232-
<small></small>
2233-
</li><li class="routine">
2234-
<span class="prefix">f</span>
22352193
<a href="class-sqlobject.col.EnumCol.html#__init__">
22362194
<tt>__init__</tt>
22372195
</a>
@@ -2247,21 +2205,6 @@ <h1>Index of the <tt>col</tt> module</h1>
22472205
<a href="sqlobject/col.py.html?f=1905&amp;l=1907#1905">...</a>
22482206
<small></small>
22492207
<ul>
2250-
<li class="routine">
2251-
<span class="prefix">f</span>
2252-
<a href="class-sqlobject.col.UuidCol.html#withClass">
2253-
<tt>withClass</tt>
2254-
</a>
2255-
<a href="sqlobject/col.py.html?f=463&amp;l=469#463">...</a>
2256-
<small></small>
2257-
</li><li class="routine">
2258-
<span class="prefix">f</span>
2259-
<a href="class-sqlobject.col.UuidCol.html#__init__">
2260-
<tt>__init__</tt>
2261-
</a>
2262-
<a href="sqlobject/col.py.html?f=445&amp;l=451#445">...</a>
2263-
<small></small>
2264-
</li>
22652208
</ul>
22662209
</li>
22672210
<li class="routine">

devel/module-sqlobject.dbconnection-index.html

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ <h1>Index of the <tt>dbconnection</tt> module</h1>
216216
<ul>
217217
<li class="routine">
218218
<span class="prefix">f</span>
219-
<a href="class-sqlobject.dbconnection.LogWriter.html#__init__">
220-
<tt>__init__</tt>
219+
<a href="class-sqlobject.dbconnection.LogWriter.html#write">
220+
<tt>write</tt>
221221
</a>
222-
<a href="sqlobject/dbconnection.py.html?f=52&amp;l=56#52">...</a>
222+
<a href="sqlobject/dbconnection.py.html?f=57&amp;l=59#57">...</a>
223223
<small></small>
224224
</li>
225225
</ul>
@@ -262,6 +262,13 @@ <h1>Index of the <tt>dbconnection</tt> module</h1>
262262
<ul>
263263
<li class="routine">
264264
<span class="prefix">f</span>
265+
<a href="class-sqlobject.dbconnection.Transaction.html#queryOne">
266+
<tt>queryOne</tt>
267+
</a>
268+
<a href="sqlobject/dbconnection.py.html?f=812&amp;l=815#812">...</a>
269+
<small></small>
270+
</li><li class="routine">
271+
<span class="prefix">f</span>
265272
<a href="class-sqlobject.dbconnection.Transaction.html#rollback">
266273
<tt>rollback</tt>
267274
</a>
@@ -340,6 +347,13 @@ <h1>Index of the <tt>dbconnection</tt> module</h1>
340347
</a>
341348
<a href="sqlobject/dbconnection.py.html?f=754&amp;l=756#754">...</a>
342349
<small></small>
350+
</li><li class="routine">
351+
<span class="prefix">f</span>
352+
<a href="class-sqlobject.dbconnection.Iteration.html#next">
353+
<tt>next</tt>
354+
</a>
355+
<a href="sqlobject/dbconnection.py.html?f=757&amp;l=773#757">...</a>
356+
<small></small>
343357
</li><li class="routine">
344358
<span class="prefix">f</span>
345359
<a href="class-sqlobject.dbconnection.Iteration.html#__iter__">
@@ -560,6 +574,13 @@ <h1>Index of the <tt>dbconnection</tt> module</h1>
560574
</a>
561575
<a href="sqlobject/dbconnection.py.html?f=541&amp;l=548#541">...</a>
562576
<small></small>
577+
</li><li class="routine">
578+
<span class="prefix">f</span>
579+
<a href="class-sqlobject.dbconnection.DBAPI.html#dropTable">
580+
<tt>dropTable</tt>
581+
</a>
582+
<a href="sqlobject/dbconnection.py.html?f=586&amp;l=588#586">...</a>
583+
<small></small>
563584
</li><li class="routine">
564585
<span class="prefix">f</span>
565586
<a href="class-sqlobject.dbconnection.DBAPI.html#clearTable">
@@ -588,13 +609,6 @@ <h1>Index of the <tt>dbconnection</tt> module</h1>
588609
</a>
589610
<a href="sqlobject/dbconnection.py.html?f=702&amp;l=704#702">...</a>
590611
<small></small>
591-
</li><li class="routine">
592-
<span class="prefix">f</span>
593-
<a href="class-sqlobject.dbconnection.DBAPI.html#queryOne">
594-
<tt>queryOne</tt>
595-
</a>
596-
<a href="sqlobject/dbconnection.py.html?f=481&amp;l=483#481">...</a>
597-
<small></small>
598612
</li><li class="routine">
599613
<span class="prefix">f</span>
600614
<a href="class-sqlobject.dbconnection.DBAPI.html#queryInsertID">

devel/module-sqlobject.joins-index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -488,13 +488,6 @@ <h1>Index of the <tt>joins</tt> module</h1>
488488
<ul>
489489
<li class="routine">
490490
<span class="prefix">f</span>
491-
<a href="class-sqlobject.joins.SingleJoin.baseClass.html#hasIntermediateTable">
492-
<tt>hasIntermediateTable</tt>
493-
</a>
494-
<a href="sqlobject/joins.py.html?f=94&amp;l=96#94">...</a>
495-
<small></small>
496-
</li><li class="routine">
497-
<span class="prefix">f</span>
498491
<a href="class-sqlobject.joins.SingleJoin.baseClass.html#__init__">
499492
<tt>__init__</tt>
500493
</a>

devel/module-sqlobject.manager-index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -481,13 +481,6 @@ <h1>Index of the <tt>manager</tt> module</h1>
481481
</a>
482482
<a href="sqlobject/manager/command.py.html?f=550&amp;l=564#550">...</a>
483483
<small></small>
484-
</li><li class="routine">
485-
<span class="prefix">f</span>
486-
<a href="class-sqlobject.manager.command.CommandExecute.html#classes_from_module">
487-
<tt>classes_from_module</tt>
488-
</a>
489-
<a href="sqlobject/manager/command.py.html?f=384&amp;l=399#384">...</a>
490-
<small></small>
491484
</li><li class="routine">
492485
<span class="prefix">f</span>
493486
<a href="class-sqlobject.manager.command.CommandExecute.html#connection">
@@ -677,6 +670,13 @@ <h1>Index of the <tt>manager</tt> module</h1>
677670
- <span class="rst">Shortens a filename to make it relative to the current
678671
directory (if it can). For display purposes.</span>
679672
</small>
673+
</li><li class="routine">
674+
<span class="prefix">f</span>
675+
<a href="class-sqlobject.manager.command.CommandHelp.html#connection">
676+
<tt>connection</tt>
677+
</a>
678+
<a href="sqlobject/manager/command.py.html?f=400&amp;l=411#400">...</a>
679+
<small></small>
680680
</li><li class="routine">
681681
<span class="prefix">f</span>
682682
<a href="class-sqlobject.manager.command.CommandHelp.html#classes">

devel/module-sqlobject.manager.command-index.html

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -962,39 +962,18 @@ <h1>Index of the <tt>command</tt> module</h1>
962962
</li>
963963
<li class="routine">
964964
<span class="prefix">f</span>
965-
<a href="class-sqlobject.manager.command.CommandUpgrade.html#find_last_version">
966-
<tt>find_last_version</tt>
967-
</a>
968-
<a href="sqlobject/manager/command.py.html?f=1137&amp;l=1147#1137">...</a>
969-
<small></small>
970-
</li><li class="routine">
971-
<span class="prefix">f</span>
972965
<a href="class-sqlobject.manager.command.CommandUpgrade.html#ini_config">
973966
<tt>ini_config</tt>
974967
</a>
975968
<a href="sqlobject/manager/command.py.html?f=425&amp;l=467#425">...</a>
976969
<small></small>
977-
</li><li class="routine">
978-
<span class="prefix">f</span>
979-
<a href="class-sqlobject.manager.command.CommandUpgrade.html#current_version">
980-
<tt>current_version</tt>
981-
</a>
982-
<a href="sqlobject/manager/command.py.html?f=1236&amp;l=1249#1236">...</a>
983-
<small></small>
984970
</li><li class="routine">
985971
<span class="prefix">f</span>
986972
<a href="class-sqlobject.manager.command.CommandUpgrade.html#update_db">
987973
<tt>update_db</tt>
988974
</a>
989975
<a href="sqlobject/manager/command.py.html?f=1080&amp;l=1096#1080">...</a>
990976
<small></small>
991-
</li><li class="routine">
992-
<span class="prefix">f</span>
993-
<a href="class-sqlobject.manager.command.CommandUpgrade.html#config">
994-
<tt>config</tt>
995-
</a>
996-
<a href="sqlobject/manager/command.py.html?f=412&amp;l=424#412">...</a>
997-
<small></small>
998977
</li><li class="routine">
999978
<span class="prefix">f</span>
1000979
<a href="class-sqlobject.manager.command.CommandUpgrade.html#orderClassesByDependencyLevel">
@@ -1007,20 +986,6 @@ <h1>Index of the <tt>command</tt> module</h1>
1007986
top level (independant) classes to the deepest level.
1008987
The dependency tree is defined by the foreign key relations.</span>
1009988
</small>
1010-
</li><li class="routine">
1011-
<span class="prefix">f</span>
1012-
<a href="class-sqlobject.manager.command.CommandUpgrade.html#config_from_egg">
1013-
<tt>config_from_egg</tt>
1014-
</a>
1015-
<a href="sqlobject/manager/command.py.html?f=523&amp;l=542#523">...</a>
1016-
<small></small>
1017-
</li><li class="routine">
1018-
<span class="prefix">f</span>
1019-
<a href="class-sqlobject.manager.command.CommandUpgrade.html#connection">
1020-
<tt>connection</tt>
1021-
</a>
1022-
<a href="sqlobject/manager/command.py.html?f=400&amp;l=411#400">...</a>
1023-
<small></small>
1024989
</li><li class="routine">
1025990
<span class="prefix">f</span>
1026991
<a href="class-sqlobject.manager.command.CommandUpgrade.html#base_dir">

0 commit comments

Comments
 (0)