Commit 37cc0d4b authored by Federico Vaga's avatar Federico Vaga

doc: change severity of some notes

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 4de6b6a0
......@@ -95,7 +95,7 @@ All these functions are based on the generic :c:func:`readl()` and
gpio_set(11);
}
.. warning::
.. note::
In order to keep your code clean and future proof, do not use generic
functions when a specific one is available. The example above makes it
......@@ -213,7 +213,7 @@ These functions are enough to send and receive messages with both HMQ and RMQ.
Following a list of lower level functions which actually are used to implement
the ones above.
.. warning::
.. note::
In principle, you should never use the lower level API. These functions
are used to provide services for the higher level API
......
......@@ -26,7 +26,7 @@ PyMockTurtle depends on:
- Mock Turtle Linux driver loaded;
.. warning::
.. note::
The module has been tested with Python 3.5. In principle it should work
as well on any 3.x version. Compatibility with Python 2.7 has not been
verified. Open an issue if you find Python version incompatibilities.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment