Skip to content

Commit

Permalink
Remove twisted/tornado from doc. (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen authored May 24, 2022
1 parent 95e9581 commit a957539
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 48 deletions.
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:


0 comments on commit a957539

Please sign in to comment.