Skip to content

Commit e47866d

Browse files
committed
Fix links and improve text
1 parent 9b47ca9 commit e47866d

File tree

1 file changed

+29
-23
lines changed

1 file changed

+29
-23
lines changed

index.html

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
<img class="headerLogo" alt="python-oracledb logo" src="logo.png" />
4949
</div>
5050
<div class="headerContent">
51-
<h1 class="headerTitle">Python python-oracledb version 1.0</h1>
51+
<h1 class="headerTitle">Python python-oracledb Driver</h1>
5252
<nav class="headerNav" role="navigation">
5353
<ul>
5454
<li><a href="https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html" >Installation</a></li>
5555
<li><a href="https://python-oracledb.readthedocs.io/en/latest/index.html">Documentation</a></li>
5656
<li><a href="https://python-oracledb.readthedocs.io/en/latest/release_notes.html#releasenotes">Release Notes</a></li>
57-
<li><a href="https://github.com/oracle/python-oracledb">Source code</a></li>
5857
<li><a href="https://github.com/oracle/python-oracledb/discussions">Help</a></li>
58+
<li><a href="https://github.com/oracle/python-oracledb">Source code</a></li>
5959
</ul>
6060
</nav>
6161
</div>
@@ -67,7 +67,7 @@ <h1 class="headerTitle">Python python-oracledb version 1.0</h1>
6767
<div class="container">
6868

6969
<div id="about">
70-
<h2>The python-oracledb driver for Oracle Database</h2>
70+
<h2>The python-oracledb 1.0 driver for Oracle Database</h2>
7171

7272
<p>
7373

@@ -101,25 +101,25 @@ <h2>Getting Started</h2>
101101

102102
<ul>
103103

104-
<li>
104+
<li>
105105

106-
<p><a
106+
<p><a
107107
href="https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html#quickstart"
108108
>Quick Start: Developing Python Applications for Oracle
109-
Database</a></p>
109+
Database</a></p>
110110

111-
</li>
111+
</li>
112112

113-
<li>
113+
<li>
114114

115-
<p><a href="
116-
https://oracle.github.io/python-oracledb/samples/tutorial/Python-and-Oracle-Database-The-New-Wave-of-Scripting.html">Python
117-
and Oracle Database Tutorial: The New Wave of Scripting</a></p>
115+
<p><a href="
116+
https://oracle.github.io/python-oracledb/samples/tutorial/Python-and-Oracle-Database-The-New-Wave-of-Scripting.html">Python
117+
and Oracle Database Tutorial: The New Wave of Scripting</a></p>
118118

119-
</li>
119+
</li>
120120

121121
<li><p><a
122-
href="https://github.com/oracle/python-python-oracledb/tree/main/samples"
122+
href="https://github.com/oracle/python-oracledb/tree/main/samples"
123123
>Samples</a></p></li>
124124

125125
</ul>
@@ -141,19 +141,21 @@ <h2>Dependencies</h2>
141141

142142
<ul>
143143

144-
<li>
144+
<li>
145145

146-
<p><strong>Python versions 3.6 through 3.10</strong>.</p>
146+
<p><strong>Python versions 3.6 through 3.10</strong>.</p>
147147

148-
<p> Pre-built packages on <a
149-
href="https://pypi.org/project/oracledb" >PyPI</a> vary with
150-
Python version support on each operating system.</p>
148+
<p> Pre-built packages on <a
149+
href="https://pypi.org/project/oracledb" >PyPI</a> are available for Windows Python 3.7 or later, for macOS
150+
Python 3.8 or later, and for Linux Python 3.6 or later.</p>
151151

152-
</li>
152+
<p>Source code is also available.</p>
153153

154-
<li>
154+
</li>
155+
156+
<li>
155157

156-
<p><strong>Oracle Client libraries are optional</strong>.</p>
158+
<p><strong>Oracle Client libraries are optional</strong>.</p>
157159

158160
<p><strong>Thin mode</strong>: By default, python-oracledb is a
159161
'Thin' driver which connects directly to Oracle Database. This
@@ -219,7 +221,7 @@ <h2>Help</h2>
219221
<div id="tests">
220222
<h2>Tests</h2>
221223

222-
<p>See the <a href="https://github.com/oracle/python-oracledb/tree/main/test" >test suite</a>.</p>
224+
<p>See the <a href="https://github.com/oracle/python-oracledb/tree/main/tests" >test suite</a>.</p>
223225

224226
</div> <!-- /tests -->
225227

@@ -321,7 +323,11 @@ <h2>Features</h2>
321323

322324
</ul>
323325

324-
<p>Some features above are only available in Thick mode.</p>
326+
<p>Some features above are only available in Thick mode. See the user
327+
documentation <a
328+
href="https://python-oracledb.readthedocs.io/en/latest/user_guide/appendix_a.html"
329+
>Oracle Database Features Supported by python-oracledb</a> for more
330+
information.</p>
325331

326332
<p>Python DB API specification exclusions:</p>
327333
<ul>

0 commit comments

Comments
 (0)