Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Please select a topic in the left hand column.
source/api_changes
source/client
source/server
source/repl
source/simulator3
source/simulator
source/simulator/simulator
Expand Down
Binary file modified doc/source/_static/examples.tgz
Binary file not shown.
Binary file modified doc/source/_static/examples.zip
Binary file not shown.
1 change: 0 additions & 1 deletion doc/source/internals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Pymodbus internals
:caption: Contents:

library/nullmodem.rst
library/datastore.rst
library/framer.rst
library/constants.rst
library/pymodbus.rst
Expand Down
28 changes: 0 additions & 28 deletions doc/source/library/datastore.rst

This file was deleted.

20 changes: 0 additions & 20 deletions doc/source/repl.rst

This file was deleted.

5 changes: 5 additions & 0 deletions doc/source/server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ applications to use the server as if it was synchronous.
:members:
:undoc-members:
:show-inheritance:

Datastore for server
--------------------

:ref:`Datastore definitions`
4 changes: 2 additions & 2 deletions doc/source/simulator/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Usage examples
:language: python


Class definitions
^^^^^^^^^^^^^^^^^
Datastore definitions
^^^^^^^^^^^^^^^^^^^^^
.. autoclass:: pymodbus.simulator.DataType
:members:
:undoc-members:
Expand Down
2 changes: 1 addition & 1 deletion doc/source/simulator3.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Simulator (3.x)
===============

.. warning:: Beginning with v3.9.0 and ending with v4.0.0 this simulator will be replaced by a new version.
.. warning:: Beginning with v3.9.0 and ending with v4.0.0 this simulator will be removed by a new version.

The simulator is a full fledged modbus simulator, which is
constantly being evolved with user ideas / amendments.
Expand Down