python-cx_Oracle/doc
Anthony Tuininga 0111431430 Update ODPI-C (improve performance, correct handling of objects when dynamic
binding is being used).
2017-08-24 21:50:29 -06:00
..
src Update ODPI-C (improve performance, correct handling of objects when dynamic 2017-08-24 21:50:29 -06:00
Makefile Moved documentation source to separate directory and rename build directory to 2017-02-20 16:15:33 -07:00
README.md Improve documentation. 2017-07-27 20:46:21 -06:00

README.md

The generated cx_Oracle documentation is at http://cx-oracle.readthedocs.io/

This directory contains the documentation source. It is written using reST (re-Structured Text) format source files which are processed using Sphinx and turned into HTML, PDF or ePub documents. If you wish to build these yourself, you need to install Sphinx. Sphinx is available on many Linux distributions as a pre-built package. You can also install Sphinx on all platforms using the Python package manager "pip". For more information on Sphinx, please visit this page:

http://www.sphinx-doc.org

Once Sphinx is installed, the supplied Makefile can be used to build the different targets.