Skip to content

Commit 2cde157

Browse files
authored
README: add links to documentations and examples
1 parent 111c98b commit 2cde157

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ There are three advantages of implementing a pure Python library:
6969

7070
- Maintainability: It is much easier to develop and debug native Python
7171
modules than modules written in C.
72+
73+
Documentation
74+
~~~~~~~~~~~~~
75+
76+
The reference manual is not finished by far, but is probably still useful. It can be `browsed online <http://python-xlib.sourceforge.net/doc/html/index.html>`__.
77+
78+
There are also some `example programs <examples/>`__ and, of course, `the standard X11 documentation <http://tronche.com/gui/x/xlib/>`__ applies.
79+
7280

7381
Project status
7482
~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)