converted user guide & tutorials from tex to rst; added them into the whole documentation tree; added html_docs target.
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
.. opencvstd documentation master file, created by
|
||||
sphinx-quickstart on Mon Feb 14 00:30:43 2011.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to opencvstd's documentation!
|
||||
=====================================
|
||||
|
||||
Contents:
|
||||
|
||||
.. highlight:: cpp
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
core/doc/intro.rst
|
||||
core/doc/core.rst
|
||||
imgproc/doc/imgproc.rst
|
||||
highgui/doc/highgui.rst
|
||||
video/doc/video.rst
|
||||
calib3d/doc/calib3d.rst
|
||||
features2d/doc/features2d.rst
|
||||
objdetect/doc/objdetect.rst
|
||||
ml/doc/ml.rst
|
||||
gpu/doc/gpu.rst
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex` * :ref:`modindex` * :ref:`search`
|
17
modules/refman.rst
Normal file
17
modules/refman.rst
Normal file
@@ -0,0 +1,17 @@
|
||||
############################
|
||||
OpenCV 2.x C++ API Reference
|
||||
############################
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
core/doc/intro.rst
|
||||
core/doc/core.rst
|
||||
imgproc/doc/imgproc.rst
|
||||
highgui/doc/highgui.rst
|
||||
video/doc/video.rst
|
||||
calib3d/doc/calib3d.rst
|
||||
features2d/doc/features2d.rst
|
||||
objdetect/doc/objdetect.rst
|
||||
ml/doc/ml.rst
|
||||
gpu/doc/gpu.rst
|
Reference in New Issue
Block a user