You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ This library has been written to be [RFC3920](https://datatracker.ietf.org/doc/r
7
7
### Documentation
8
8
9
9
Documentation exists in three formats.
10
-
* The first is the examples that written to show xmpppy in action you can find in the example directory
10
+
* The first is the examples that written to show xmpppy in action you can find in the wiki
11
11
* The second is the wiki pages where describing the idea of library and the ways the goals are achieved.
12
-
* Third is the docstrings. Using epydoc (epydoc -o doc/api --name xmpppy --inheritance listed --graph all xmpp)
12
+
* Third is the docstrings. Using epydoc (epydoc -o doc/api --name xmpppy --inheritance listed --graph all xmpp) and located here: http://archipelproject.github.io/xmpppy/
13
13
14
14
### Installation
15
15
@@ -28,4 +28,4 @@ Here you have several options:
28
28
If you have any questions about xmpppy usage or you have find a bug or want
0 commit comments