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
2 changes: 0 additions & 2 deletions doc/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ General
- Test/update examples
- update code to satisfy black
- update code to satisfy mypy
- convert tornado to a plugin
- convert twister to a plugin
- get coverage > 98%
- clean raise to be at frame level
- solve "TO FIX" in code
Expand Down
2 changes: 1 addition & 1 deletion doc/api/pydoc/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def recurseScan(self, objectList):
PackageDocumentationGenerator(
baseModules=["pymodbus", "__builtin__"],
destinationDirectory="./html/",
exclusions=["math", "string", "twisted"],
exclusions=["math", "string"],
recursionStops=[],
).process()

Expand Down
4 changes: 0 additions & 4 deletions doc/source/example/async_tornado_client.rst

This file was deleted.

4 changes: 0 additions & 4 deletions doc/source/example/async_tornado_client_serial.rst

This file was deleted.

4 changes: 0 additions & 4 deletions doc/source/example/async_twisted_client.rst

This file was deleted.

4 changes: 0 additions & 4 deletions doc/source/example/async_twisted_client_serial.rst

This file was deleted.

4 changes: 0 additions & 4 deletions doc/source/example/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ Examples

async_asyncio_client
async_asyncio_serial_client
async_tornado_client
async_tornado_client_serial
async_twisted_client
async_twisted_client_serial
asynchronous_processor
asynchronous_server
callback_server
Expand Down
2 changes: 0 additions & 2 deletions doc/source/library/pymodbus.client.asynchronous.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Subpackages
pymodbus.client.asynchronous.asyncio
pymodbus.client.asynchronous.factory
pymodbus.client.asynchronous.schedulers
pymodbus.client.asynchronous.tornado
pymodbus.client.asynchronous.twisted

Submodules
----------
Expand Down
8 changes: 0 additions & 8 deletions doc/source/library/pymodbus.client.asynchronous.tornado.rst

This file was deleted.

8 changes: 0 additions & 8 deletions doc/source/library/pymodbus.client.asynchronous.twisted.rst

This file was deleted.

7 changes: 0 additions & 7 deletions doc/source/library/pymodbus.internal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,5 @@ pymodbus\.internal package
Submodules
----------

pymodbus\.internal\.ptwisted module
-----------------------------------

.. automodule:: pymodbus.internal.ptwisted
:members:
:undoc-members:
:show-inheritance: