Skip to content

Commit a957539

Browse files
authored
Remove twisted/tornado from doc. (#904)
1 parent 95e9581 commit a957539

11 files changed

+1
-48
lines changed

doc/TODO

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ General
88
- Test/update examples
99
- update code to satisfy black
1010
- update code to satisfy mypy
11-
- convert tornado to a plugin
12-
- convert twister to a plugin
1311
- get coverage > 98%
1412
- clean raise to be at frame level
1513
- solve "TO FIX" in code

doc/api/pydoc/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def recurseScan(self, objectList):
485485
PackageDocumentationGenerator(
486486
baseModules=["pymodbus", "__builtin__"],
487487
destinationDirectory="./html/",
488-
exclusions=["math", "string", "twisted"],
488+
exclusions=["math", "string"],
489489
recursionStops=[],
490490
).process()
491491

doc/source/example/async_tornado_client.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/source/example/async_tornado_client_serial.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/source/example/async_twisted_client.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/source/example/async_twisted_client_serial.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/source/example/modules.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ Examples
88

99
async_asyncio_client
1010
async_asyncio_serial_client
11-
async_tornado_client
12-
async_tornado_client_serial
13-
async_twisted_client
14-
async_twisted_client_serial
1511
asynchronous_processor
1612
asynchronous_server
1713
callback_server

doc/source/library/pymodbus.client.asynchronous.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ Subpackages
1414
pymodbus.client.asynchronous.asyncio
1515
pymodbus.client.asynchronous.factory
1616
pymodbus.client.asynchronous.schedulers
17-
pymodbus.client.asynchronous.tornado
18-
pymodbus.client.asynchronous.twisted
1917

2018
Submodules
2119
----------

doc/source/library/pymodbus.client.asynchronous.tornado.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

doc/source/library/pymodbus.client.asynchronous.twisted.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)