Skip to content

Commit 42e1cc2

Browse files
authored
Merge pull request #16 from r3w0p/1.2.2
1.2.2
2 parents c4aa294 + e1c31d2 commit 42e1cc2

19 files changed

+85
-48
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/).

bobocep/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
__author__ = """r3w0p"""
1010
__email__ = "rr33ww00pp@gmail.com"
11-
__version__ = "1.2.1"
11+
__version__ = "1.2.2"
1212

1313
from bobocep.bobocep import BoboError, BoboJSONable, BoboJSONableError

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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
project = "BoboCEP"
1717
copyright = "2019-2024 r3w0p"
1818
author = "r3w0p"
19-
version = "1.2.1"
19+
version = "1.2.2"
2020

2121
# -- General configuration ---------------------------------------------------
2222
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -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
==========

0 commit comments

Comments
 (0)