Skip to content

Commit b577d5e

Browse files
committed
Update development docs
1 parent b6ddaf0 commit b577d5e

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

doc/development.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,19 @@ Contributing
88
Contribute to source code, documentation, examples and report issues:
99
https://github.com/hardbyte/python-can
1010

11+
There is also a `python-can <https://groups.google.com/forum/#!forum/python-can>`__
12+
mailing list for development discussion.
13+
1114

1215
Building & Installing
1316
---------------------
1417

15-
This assumes that the commands are executed from the root of the repository:
18+
The following assumes that the commands are executed from the root of the repository:
1619

1720
- The project can be built and installed with ``python setup.py build`` and
18-
``python setup.py install``.
19-
- The unit tests can be run with ``python setup.py test``. The tests can be run with `python2` and `python3` to check with both major python versions, if they are installed.
21+
``python setup.py install``.
22+
- The unit tests can be run with ``python setup.py test``. The tests can be run with `python2`
23+
and `python3` to check with both major python versions, if they are installed.
2024
- The docs can be built with ``sphinx-build doc/ doc/_build``.
2125

2226

@@ -54,7 +58,7 @@ The modules in ``python-can`` are:
5458
+---------------------------------+------------------------------------------------------+
5559
|:doc:`message <message>` | Contains the interface independent Message object. |
5660
+---------------------------------+------------------------------------------------------+
57-
|:doc:`notifier <api>` | An object which can be used to notify listeners. |
61+
|:doc:`io <listeners>` | Contains a range of file readers and writers. |
5862
+---------------------------------+------------------------------------------------------+
5963
|:doc:`broadcastmanager <bcm>` | Contains interface independent broadcast manager |
6064
| | code. |

0 commit comments

Comments
 (0)