Skip to content
Snippets Groups Projects
Commit 365fea82 authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Documents test

The doc is now containing an item test, which will contains a list of all test written so far
parent b3bf9c2c
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ Content ...@@ -26,7 +26,7 @@ Content
overview/index overview/index
tutorials/index tutorials/index
references/index references/index
tests/index
Indices and tables Indices and tables
================== ==================
......
...@@ -10,3 +10,4 @@ References ...@@ -10,3 +10,4 @@ References
comparing comparing
moving moving
database database
maths
Maths
=====
.. automodule:: navipy.maths
:members:
Constants
---------
.. automodule:: navipy.maths.constants
:members:
Coordinates
-----------
.. automodule:: navipy.maths.coordinates
:members:
Homogeneous transformations
---------------------------
.. automodule:: navipy.maths.homogeneous_transformations
:members:
Euler
~~~~~
.. automodule:: navipy.maths.euler
:members:
Quaternions
~~~~~~~~~~~
.. automodule:: navipy.maths.quaternion
:members:
Random generator
----------------
.. automodule:: navipy.maths.random
:members:
Tools
-----
.. automodule:: navipy.maths.tools
:members:
Processing Processing
---------- ==========
.. automodule:: navipy.processing .. automodule:: navipy.processing
Place code Place code
~~~~~~~~~~ ----------
.. automodule:: navipy.processing.pcode .. automodule:: navipy.processing.pcode
:members: :members:
Brain
=====
No test...
Comparing
=========
.. automodule:: navipy.comparing.test
:members:
Database
========
.. automodule:: navipy.database.test
:members:
=====
Tests
=====
.. toctree::
:maxdepth: 2
brain
sensors
processing
comparing
moving
database
maths
Maths
=====
Constants
---------
No Test
Coordinates
-----------
No Test
Homogeneous transformations
---------------------------
.. automodule:: navipy.maths.test_homogeneous_transformations
:members:
Euler
~~~~~
.. automodule:: navipy.maths.test_euler
:members:
Quaternions
~~~~~~~~~~~
.. automodule:: navipy.maths.test_quaternion
:members:
Random generator
----------------
.. automodule:: navipy.maths.test_random
:members:
Tools
-----
No Test Yet
Moving
======
Agents
~~~~~~
.. automodule:: navipy.moving.test_agent
:members:
Maths
~~~~~
.. automodule:: navipy.moving.test_maths
:members:
Processing
==========
.. automodule:: navipy.processing.test
:members:
Sensors
-------
No test here ...
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment