Files
recon-pipeline/docs/index.rst
epi052 5e4d71d32a Add docs (#3)
* initial work on sphinx docs; much left to do

* first pass at docs complete; still has some warts
2020-01-27 05:45:42 -06:00

42 lines
773 B
ReStructuredText

==============
recon-pipeline
==============
``recon-pipeline`` was designed to chain together multiple security tools as part of a Flow-Based Programming paradigm.
Each component is part of a network of "black box" processes. These components exchange data between each other and
can be reconnected in different ways to form different applications without any internal changes.
Getting Started
===============
.. include:: overview/summary.rst
.. toctree::
:maxdepth: 2
:hidden:
overview/index
Changing the Code
=================
.. toctree::
:maxdepth: 1
modifications/index
API Reference
=============
.. toctree::
:maxdepth: 2
api/index
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`