File: README.md

package info (click to toggle)
odpic 5.6.3-1
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 4,316 kB
  • sloc: ansic: 42,419; sql: 2,153; makefile: 218; python: 123; sh: 15
file content (16 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
The generated ODPI-C documentation is at
https://oracle.github.io/odpi/doc/index.html

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. The generated ODPI-C documentation found on GitHub can be
built using the command "make html".