Skip to content

Commit 0a02aff

Browse files
committed
prepare doc for 1.1
1 parent b151eee commit 0a02aff

File tree

12 files changed

+57
-28
lines changed

12 files changed

+57
-28
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGES
22
=======
33

4+
1.1
5+
---
6+
7+
* Make a binary wheel for all platforms (#232)
48
1.0
59
---
610

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ Special thanks to
3333
* Thomas Hergenhahn for his libnodave.
3434
* Thomas W for his S7comm wireshark plugin
3535
* `Fabian Beitler <https://github.com/swamper123>`_ and `Nikteliy <https://github.com/nikteliy>`_ for their contributions towards the 1.0 release
36+
* `Lautaro Nahuel Dapino <https://github.com/lautarodapin>`_ for his contributions.
3637

3738

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
21
Util
32
====
43

5-
64
.. automodule:: snap7.util
75
:members:

doc/_static/.phony

Whitespace-only changes.

doc/development.rst

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
===========
12
development
23
===========
34

45
Github
56
------
67

78
We develop python-snap7 on `github <https://github.com/gijzelaerr/python-snap7>`_.
8-
If you have any problems with python-snap7 please raise an issue in the
9+
If you have questions about python-snap7 please raise a question in the
10+
`Q&A discussion sessions <https://github.com/gijzelaerr/python-snap7/discussions/categories/q-a>`_.
11+
If you have a bug or feature request for python-snap7 please raise an issue in the
912
`issue tracker <https://github.com/gijzelaerr/python-snap7/issues>`_. Even better
1013
is if you have a solution to problem! In that case you can make our live easier
1114
by following these steps:
@@ -39,7 +42,16 @@ installed.
3942
Credits
4043
-------
4144

42-
python-snap7 is created by Gijs Molenaar and Stephan Preeker.
45+
python-snap7 is created by:
46+
47+
* Gijs Molenaar (gijs at pythonic dot nl)
48+
* Stephan Preeker (stephan at preeker dot net)
49+
50+
51+
Special thanks to:
4352

44-
Special thanks to go to Davide Nardella for creating snap7, Thomas Hergenhahn
45-
for his libnodave and Thomas W for his S7comm wireshark plugin.
53+
* Davide Nardella for creating snap7
54+
* Thomas Hergenhahn for his libnodave
55+
* Thomas W for his S7comm wireshark plugin
56+
* `Fabian Beitler <https://github.com/swamper123>`_ and `Nikteliy <https://github.com/nikteliy>`_ for their contributions towards the 1.0 release
57+
* `Lautaro Nahuel Dapino <https://github.com/lautarodapin>`_ for his contributions.

doc/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Contents:
1414
introduction
1515
installation
1616
development
17-
client
18-
server
19-
partner
20-
logo
2117

22-
util
18+
API/client
19+
API/server
20+
API/partner
21+
API/logo
22+
API/util
2323

2424

2525

0 commit comments

Comments
 (0)