Reporting

After adding data, you will need to report and analyse them. Data can filtered using orgs, cats and countries.

The first way to visualize data is a Graph. It will show you relations and links between events and idents.

.. osint:graph:: full
   :label: full
   :caption: Full graph

Another way is the table Report :

.. osint:report:: full
   :label: full
   :caption: Full report

If you want to export your data, you can check the Csv directive.

Data are indexed in multiples indexes. You can add a link to them using :

:ref:`osint-osint`

You can also add a link to one entry using

:osint:ref:`ident.github`

All is here, time to generate the quest and open _build/html/index.html in your favorite browser.

make doc

If you have problem to generate the quest, clean it before :

make clean
make doc

You can change the template used for the html ages in conf.py.

html_theme = 'alabaster'

Try to change it to ‘traditional’, ‘scrolls’, ‘nature’, … Look at these templates

What to do next ? Look at the directives details and plugins fucntionalities.

For the developpers, sphinxcontrib-osint support plugins. Look at developer page.

Look at the source of the example quest and visit the quest generated.