Skip to content

Commit 3fd9ec8

Browse files
committed
updated dev requirements; sphinx pdf output fix
1 parent c4aa294 commit 3fd9ec8

16 files changed

+81
-44
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ https://doi.org/10.21105/joss.05858)
2828
https://ko-fi.com/r3w0p)
2929
<br/>
3030

31-
3231
`BoboCEP` is a [Complex Event Processing](https://en.wikipedia.org/wiki/Complex_event_processing) (CEP) engine
3332
designed for [edge computing](https://en.wikipedia.org/wiki/Edge_computing) in
3433
[Internet of Things](https://en.wikipedia.org/wiki/Internet_of_things) (IoT) systems
@@ -37,10 +36,16 @@ It provides [fault tolerance](https://en.wikipedia.org/wiki/Fault_tolerance) (FT
3736
[active replication](https://en.wikipedia.org/wiki/Replication_(computing)) of
3837
partially-completed complex events across multiple instances of the software.
3938

40-
4139
## License
4240

43-
`BoboCEP` is open source, as per the
41+
It is an open source project, as per the
4442
[Open Source Definition](https://opensource.org/osd).
45-
The code in this repository can be redistributed and/or modified under the terms of the
43+
The [source code](https://github.com/r3w0p/bobocep)
44+
can be redistributed and/or modified under the terms of the
4645
[MIT License](https://github.com/r3w0p/bobocep/blob/main/LICENSE).
46+
47+
## Documentation
48+
49+
Documentation is hosted by [Read the Docs](https://bobocep.readthedocs.io),
50+
which also provides a
51+
[PDF version](https://bobocep.readthedocs.io/_/downloads/en/latest/pdf/).

docs/actions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
-------
1+
=======
22
Actions
3-
-------
3+
=======
44

55
On the completion of a pattern's run, the Producer is notified and
66
produces a complex event in response, which represents the detection

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
'sphinx.ext.coverage',
2929
'sphinx.ext.doctest',
3030
'sphinx.ext.viewcode',
31-
32-
'sphinx_mdinclude',
3331
'sphinx_rtd_theme'
3432
]
3533

docs/contributing.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
------------
1+
============
22
Contributing
3-
------------
3+
============
44

55
If you would like to contribute to the :code:`BoboCEP` project, please consult
66
the `CONTRIBUTING.md <https://github.com/r3w0p/bobocep/blob/main/CONTRIBUTING.md>`_
@@ -14,8 +14,4 @@ Here are other ways through which you can contribute.
1414
* `Report any security vulnerabilities <https://github.com/r3w0p/bobocep/security/policy>`_
1515
that you become aware of.
1616

17-
* Donate to the project via the following.
18-
19-
.. image:: https://ko-fi.com/img/githubbutton_sm.svg
20-
:alt: Ko-fi
21-
:target: https://ko-fi.com/r3w0p
17+
* Donate to the project via `Ko-fi <https://ko-fi.com/r3w0p>`_.

docs/developer_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---------------
1+
===============
22
Developer Guide
3-
---------------
3+
===============
44

55
Dependencies
66
============

docs/distributed.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
-----------
1+
===========
22
Distributed
3-
-----------
3+
===========
44

55
:code:`BoboCEP` is able to be distributed over multiple devices for
66
fault-tolerant CEP at the network edge.

docs/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--------
1+
========
22
Examples
3-
--------
3+
========
44

55
Simple
66
======

docs/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---------------
1+
===============
22
Getting Started
3-
---------------
3+
===============
44

55
Complex Event Processing
66
========================

docs/glossary.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--------
1+
========
22
Glossary
3-
--------
3+
========
44

55
Contiguity
66
==========

docs/index.rst

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,43 @@
1-
.. mdinclude:: ../README.md
1+
=======
2+
BoboCEP
3+
=======
4+
5+
.. rubric:: About
6+
7+
:code:`BoboCEP` is a
8+
`Complex Event Processing <https://en.wikipedia.org/wiki/Complex_event_processing>`_
9+
(CEP) engine designed for
10+
`edge computing <https://en.wikipedia.org/wiki/Edge_computing>`_
11+
in
12+
`Internet of Things <https://en.wikipedia.org/wiki/Internet_of_things>`_
13+
(IoT) systems to facilitate inferential reasoning and decision-making on streaming data.
14+
It provides
15+
`fault tolerance <https://en.wikipedia.org/wiki/Fault_tolerance>`_
16+
(FT) via the
17+
`active replication <https://en.wikipedia.org/wiki/Replication_(computing)>`_
18+
of partially-completed complex events across multiple instances of the software.
19+
20+
.. rubric:: License
21+
22+
It is an open source project, as per the
23+
`Open Source Definition <https://opensource.org/osd>`_.
24+
The
25+
`source code <https://github.com/r3w0p/bobocep>`_
26+
can be redistributed and/or modified under the terms of the
27+
`MIT License <https://github.com/r3w0p/bobocep/blob/main/LICENSE>`_.
28+
29+
.. rubric:: Documentation
30+
31+
Documentation is hosted by `Read the Docs <https://bobocep.readthedocs.io>`_,
32+
which also provides a
33+
`PDF version <https://bobocep.readthedocs.io/_/downloads/en/latest/pdf/>`_.
34+
35+
36+
.. toctree::
37+
:caption: Contents
38+
:maxdepth: 0
39+
:hidden:
40+
241

342
.. toctree::
443
:caption: Introduction

0 commit comments

Comments
 (0)