Skip to content

Commit

Permalink
Merge pull request #39 from bpm-diag/softwareX-documentation
Browse files Browse the repository at this point in the history
Documentation Update using Sphinx
  • Loading branch information
bpm-diag authored Feb 10, 2024
2 parents 3eb5740 + f043020 commit 8d41a97
Show file tree
Hide file tree
Showing 59 changed files with 17,354 additions and 3,019 deletions.
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 4735eaaeff244ff6257cc7ddc67f91ea
config: b2cb672701cb30fdb5bf71fdc37423d5
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/_images/architecture.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 19 additions & 25 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@


<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">

Expand All @@ -11,29 +12,30 @@



<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />







<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../_static/js/modernizr.min.js"></script>


<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>

<script type="text/javascript" src="../_static/js/theme.js"></script>




<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
</head>
Expand Down Expand Up @@ -72,19 +74,18 @@

</div>


<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">






<p class="caption"><span class="caption-text">Main</span></p>
<p class="caption" role="heading"><span class="caption-text">Main</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../main.html">Main</a></li>
</ul>
<p class="caption"><span class="caption-text">Modules</span></p>
<p class="caption" role="heading"><span class="caption-text">Modules</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../modules/gui.html">Graphical User Interface</a></li>
<li class="toctree-l1"><a class="reference internal" href="../modules/action_logger.html">Action logger</a></li>
Expand All @@ -93,15 +94,14 @@
<li class="toctree-l1"><a class="reference internal" href="../modules/process_discovery.html">Process Discovery</a></li>
<li class="toctree-l1"><a class="reference internal" href="../modules/rpa.html">RPA</a></li>
</ul>
<p class="caption"><span class="caption-text">Utils</span></p>
<p class="caption" role="heading"><span class="caption-text">Utils</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../utils.html">Utils</a></li>
</ul>



</div>

</div>
</nav>

Expand Down Expand Up @@ -140,7 +140,7 @@

<ul class="wy-breadcrumbs">

<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="../index.html">Docs</a> &raquo;</li>

<li>Overview: module code</li>

Expand Down Expand Up @@ -176,6 +176,7 @@ <h1>All modules for which code is available</h1>
<li><a href="modules/logProcessing.html">modules.logProcessing</a></li>
<li><a href="modules/mostFrequentRoutine.html">modules.mostFrequentRoutine</a></li>
<li><a href="modules/process_mining.html">modules.process_mining</a></li>
<li><a href="modules/supervision.html">modules.supervision</a></li>
<li><a href="utils/config.html">utils.config</a></li>
<li><a href="utils/utils.html">utils.utils</a></li>
</ul>
Expand All @@ -190,19 +191,11 @@ <h1>All modules for which code is available</h1>

<div role="contentinfo">
<p>

&copy; Copyright 2020, marco2012
&copy; Copyright 2023, marco2012

</p>
</div>



Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a

<a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a>

provided by <a href="https://readthedocs.org">Read the Docs</a>.
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.

</footer>

Expand All @@ -214,6 +207,7 @@ <h1>All modules for which code is available</h1>
</div>



<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
Expand Down
Loading

0 comments on commit 8d41a97

Please sign in to comment.