Skip to content

Commit 249ad8f

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into dev
2 parents f07dcee + d14318f commit 249ad8f

File tree

74 files changed

+352
-332
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+352
-332
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ matrix:
1010
python: "3.5"
1111
- os: linux
1212
python: "3.6"
13+
# - os: linux
14+
# python: "3.7"
1315
- os: osx
1416
osx_image: xcode8.3
1517
language: generic

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,14 @@ Version 1.5.1
5353
5454
res = client.read_holding_registers(...)
5555
if not res.isError():
56+
5657
# proceed
58+
5759
else:
5860
# handle error or raise
5961
62+
"""
63+
6064
* Add examples for MEI read device information request
6165
6266
Version 1.5.0

doc/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# Add any Sphinx extension module names here, as strings. They can be
4646
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4747
# ones.
48-
extensions = ['sphinx.ext.autodoc', 'recommonmark']
48+
extensions = ['sphinx.ext.autodoc', 'm2r', 'recommonmark']
4949

5050
# Add any paths that contain templates here, relative to this directory.
5151
templates_path = ['_templates']
@@ -112,7 +112,8 @@
112112
# Add any paths that contain custom static files (such as style sheets) here,
113113
# relative to this directory. They are copied after the builtin static files,
114114
# so a file named "default.css" will overwrite the builtin "default.css".
115-
html_static_path = ['_static']
115+
# html_static_path = ['_static']
116+
html_static_path = []
116117

117118
# Custom sidebar templates, must be a dictionary that maps document names
118119
# to template names.

doc/source/library/pymodbus.client.async.asyncio.rst

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

doc/source/library/pymodbus.client.async.factory.rst

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

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

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

doc/source/library/pymodbus.client.async.schedulers.rst

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

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

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

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

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pymodbus\.client\.asynchronous\.asyncio package
2+
===============================================
3+
4+
.. automodule:: pymodbus.client.asynchronous.asyncio
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
8+

0 commit comments

Comments
 (0)