blob: 2e72a50636a249060717b01f75b08172002c455a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
.. orcus documentation master file, created by
sphinx-quickstart on Tue Sep 22 20:54:14 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
.. _index:
Orcus documentation
===================
Orcus is a library that provides a collection of standalone file processing
filters and utilities. It was originally focused on providing filters for
spreadsheet documents, but filters for other types of documents have been
added to the mix.
Contents:
.. toctree::
:maxdepth: 1
overview/index.rst
cpp/index.rst
python/index.rst
cli/index.rst
notes/index.rst
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`
|