Skip to content

Commit

Permalink
Merge pull request #246 from matrx-software/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
thaije committed Jan 15, 2021
2 parents cc4e4f2 + 7adb810 commit 42a91fa
Show file tree
Hide file tree
Showing 21 changed files with 16 additions and 504 deletions.
Binary file added dist/matrx-2.0.3-py3-none-any.whl
Binary file not shown.
Binary file added dist/matrx-2.0.3.tar.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@

# -- Project information -----------------------------------------------------
# The full version, including alpha/beta/rc tags
release = '0.0.1'
release = '2.0'

project = 'MATRX %s Manual' % release
copyright = '2019, The MATRX Team at TNO.nl'
author = 'The MATRX Team at TNO.nl'
copyright = '2020, The MATRX Team at matrx-software.com'
author = 'The MATRX Team at matrx-software.com'


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -106,7 +106,7 @@

html_theme = 'sphinx_rtd_theme'

html_static_path = ['tutorials/images', '_static', '../build/html/_static']
html_static_path = ['_static', '../build/html/_static']

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
5 changes: 0 additions & 5 deletions docs/source/developer_info/changelog.rst

This file was deleted.

31 changes: 0 additions & 31 deletions docs/source/developer_info/how_to_contribute.rst

This file was deleted.

45 changes: 7 additions & 38 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,46 +13,17 @@
MATRX documentation
======================

Welcome! This is the documentation for Man-Agent Teaming; Rapid eXperimentation Software (MATRX).
Welcome! This is the class and function reference documentation for the huMan-Agent Teaming; Rapid eXperimentation Software (MATRX).

MATRX a 2D-discrete testbed to facilitate Human Agent Teaming (HAT) research. The original use case in MATRX is an urban search and rescue operation in which pairs of a human and an autonomous system have to locate and rescue victims. However, MATRX is very versatile and can, therefore, also be used in many other cases.
After having installed MATRX (|matrx_install_guide|) and having tried out one or more tutorials (see the tutorials on the |matrx_tutorials|), additional information can be found here on specific classes, functions and parameters that are not described in a tutorial.

.. |matrx_install_guide| raw:: html

Getting started
===============

.. container:: hidden_caption

.. toctree::
:caption: Getting started
:maxdepth: 1

general_info/aboutmatrx.rst
installation/installing.rst
tutorials/tutorials.rst
tutorials/examples.rst
reference_by_category.rst


For developers
===============

.. toctree::
:maxdepth: 1
:hidden:
:caption: For Developers

developer_info/how_to_contribute.rst
developer_info/changelog.rst

.. container:: bullet_list

* :ref:`How to contribute`
* :ref:`Changelog`
* :ref:`genindex`

<a href="https://matrx-software.com/docs/tutorials/basics/installation/" target="_blank">see installing MATRX</a>

.. |matrx_tutorials| raw:: html

<a href="https://matrx-software.com/tutorials/" target="_blank">MATRX website</a>

.. _Reference by Category:
Reference by Category
Expand All @@ -78,7 +49,7 @@ Reference by Category

.. container:: descr

.. figure:: _static//images/worlds_banner.jpg
.. figure:: _static/images/worlds_banner.jpg
:target: sections/worlds.html

:ref:`Worlds`
Expand Down Expand Up @@ -116,7 +87,6 @@ Reference by Category
:ref:`Goals`
Goals can be specified that track progress and determine when the simulation should end.


.. container:: descr

.. figure:: _static/images/shape_banner.jpg
Expand All @@ -125,7 +95,6 @@ Reference by Category
:ref:`Cases`
Defining a world containing objects, agents, actions, and simulation goals.


.. container:: descr

.. figure:: _static/images/utils_banner.jpg
Expand Down
37 changes: 0 additions & 37 deletions docs/source/installation/installing.rst

This file was deleted.

4 changes: 2 additions & 2 deletions docs/source/reference_by_category.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _Reference by category page
.. _Reference:

================
Reference by category
Expand All @@ -25,7 +25,7 @@ Reference by category

.. container:: descr

.. figure:: _static//images/worlds_banner.jpg
.. figure:: _static/images/worlds_banner.jpg
:target: sections/worlds.html

:ref:`Worlds`
Expand Down
2 changes: 1 addition & 1 deletion docs/source/sections/cases.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _Scenarios:
.. _Cases:

==============
Scenarios
Expand Down
2 changes: 1 addition & 1 deletion docs/source/sections/objects.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _Object placement:
.. _Objects:

================
Object placement
Expand Down
2 changes: 1 addition & 1 deletion docs/source/sections/simgoals.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _Simulation goals:
.. _Goals:

================
Simulation goals
Expand Down
48 changes: 0 additions & 48 deletions docs/source/tutorials/adding_objects.rst

This file was deleted.

22 changes: 0 additions & 22 deletions docs/source/tutorials/agent_implementation.rst

This file was deleted.

98 changes: 0 additions & 98 deletions docs/source/tutorials/bw4t_part1.rst

This file was deleted.

0 comments on commit 42a91fa

Please sign in to comment.