Skip to content

Commit 1b481d4

Browse files
Further documentation updates.
1 parent 0392aae commit 1b481d4

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

Diff for: doc/src/index.rst

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ against Oracle Database 21c, 19c, 18c, 12c, and 11.2.
1515
:ref:`license <license>`. Changes in python-oracledb releases can be found in
1616
the :ref:`release notes <releasenotes>`.
1717

18+
You can use assistive technology products, such as screen readers, while you
19+
work with the python-oracledb documentation. You can also use the keyboard
20+
instead of the mouse.
21+
1822
User Guide
1923
==========
2024

@@ -70,6 +74,11 @@ API Manual
7074
api_manual/soda.rst
7175
api_manual/deprecations.rst
7276

77+
.. toctree::
78+
:maxdepth: 1
79+
80+
release_notes.rst
81+
license.rst
7382

7483
Indices and tables
7584
==================

Diff for: doc/src/user_guide/installation.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -793,12 +793,12 @@ In order to install using the source on GitHub, use the following commands::
793793
python setup.py build
794794
python setup.py install
795795

796-
Note that if you download a source zip file directly from GitHub then
797-
you will also need to download an `ODPI-C
798-
<https://github.com/oracle/odpi>`__ source zip file and extract it
799-
inside the directory called "odpi".
796+
Note that if you download a source zip file directly from GitHub then you will
797+
also need to download an `ODPI-C <https://github.com/oracle/odpi>`__ source zip
798+
file and put the extracted contents inside the subdirectory
799+
"python-oracledb-*/src/oracledb/impl/thick/odpi".
800800
801-
python-oracledb source code is also available from opensource.oracle.com. This
801+
Python-oracledb source code is also available from opensource.oracle.com. This
802802
can be installed with::
803803

804804
git clone --recurse-submodules git://opensource.oracle.com/git/oracle/python-oracledb.git

0 commit comments

Comments
 (0)