Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Jul 19, 2019
1 parent 2789576 commit e5a2f4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 32 deletions.
10 changes: 5 additions & 5 deletions docs/admin/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ Installation
Server
-------

Please refer to the README in github https://github.com/ExtensiveAutomation/extensiveautomation-server/blob/stable/README.md
Please refer to the README in `github <https://github.com/ExtensiveAutomation/extensiveautomation-server/blob/master/README.md>`_

Plugins
--------------

Please refer to the README in github https://github.com/ExtensiveAutomation/extensiveautomation-plugins-server/blob/stable/README.md
Please refer to the README in `github <https://github.com/ExtensiveAutomation/extensiveautomation-plugins-server/blob/master/README.md>`_

Qt Client
------

Please refer to the README in github https://github.com/ExtensiveAutomation/extensiveautomation-appclient/blob/stable/README.md
Please refer to the README in `github <https://github.com/ExtensiveAutomation/extensiveautomation-appclient/blob/master/README.md>`_

Toolbox
--------------

Please refer to the README in github https://github.com/ExtensiveAutomation/extensiveautomation-apptoolbox/blob/stable/README.md
Please refer to the README in `github <https://github.com/ExtensiveAutomation/extensiveautomation-apptoolbox/blob/master/README.md>`_

Plugins for client
--------------

Please refer to the README in github https://github.com/ExtensiveAutomation/extensiveautomation-plugins-client/blob/stable/README.md
Please refer to the README in `github <https://github.com/ExtensiveAutomation/extensiveautomation-plugins-client/blob/master/README.md>`_
10 changes: 5 additions & 5 deletions docs/developer/contributions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ Solution development
Qt client application
~~~~~~~~~~~~~~

Please refer to the README in https://github.com/ExtensiveAutomation/extensiveautomation-appclient/blob/stable/README.md
Please refer to the `README < https://github.com/ExtensiveAutomation/extensiveautomation-appclient/blob/master/README.md>`_

Toolbox
~~~~~~~~~~~~~~

Please refer to the README in https://github.com/ExtensiveAutomation/extensiveautomation-apptoolbox/blob/stable/README.md
Please refer to the `README < https://github.com/ExtensiveAutomation/extensiveautomation-apptoolbox/blob/master/README.md>`_

Server
~~~~~~~

Please refer to the README in https://github.com/ExtensiveAutomation/extensiveautomation-server/blob/stable/README.md
Please refer to the `README <https://github.com/ExtensiveAutomation/extensiveautomation-server/blob/master/README.md>`_


Plugins development for servers
----------------------

Please refer to the README in https://github.com/ExtensiveAutomation/extensiveautomation-plugins-server/blob/stable/README.md
Please refer to the `README <https://github.com/ExtensiveAutomation/extensiveautomation-plugins-server/blob/master/README.md>`_


Plugins development for qt client and agents
------------------------------------------

Please refer to the README in https://github.com/ExtensiveAutomation/extensiveautomation-plugins-client/blob/stable/README.md
Please refer to the `README <https://github.com/ExtensiveAutomation/extensiveautomation-plugins-client/blob/master/README.md>`_


Documentation
Expand Down
22 changes: 0 additions & 22 deletions docs/features/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -639,28 +639,6 @@ Example to read the variable:
for d in input('DATA').splitlines():
Trace(self).info( d )
Using a probe
-------------------

To use a probe, you need 2 things:
- Deploy the toolbox and start the desired probe.
- Declare the probe in the test.

To select the probe in the test, it must be activated and configured in the test (tab ``Miscellaneous> Probes``)

.. image:: /_static/images/examples/probe_tab.png

When a probe is activated on a test, running the test automatically initializes the probe.

.. image:: /_static/images/examples/probe_starting.png

After execution, all the files collected by the probe are downloaded to the server and accessible from the graphical client.

.. image:: /_static/images/examples/probe_test_archives.png

.. note :: It is possible to use multiple probes in one test.
Using an agent
-------------------

Expand Down

0 comments on commit e5a2f4d

Please sign in to comment.