Skip to content

Commit fcc9037

Browse files
Start working on documentation
1 parent b603c2d commit fcc9037

File tree

5 files changed

+49
-6
lines changed

5 files changed

+49
-6
lines changed

docs/binlogstream.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
###################
2+
BinLogStreamReader
3+
###################
4+
5+
6+
.. automodule:: pymysqlreplication.binlogstream
7+
:members:

docs/events.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
###################
2+
Events
3+
###################
4+
5+
.. automodule:: pymysqlreplication.event
6+
:members:
7+
8+
==========
9+
Row events
10+
==========
11+
12+
This events are send by MySQL when data are modified.
13+
14+
.. automodule:: pymysqlreplication.row_event
15+
:members:

docs/examples.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
########
2+
Examples
3+
########
4+
5+
You can found a list of working examples here: https://github.com/noplay/python-mysql-replication/tree/master/examples
6+

docs/index.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,22 @@
55
66
Welcome to Python MySQL Replication's documentation!
77
====================================================
8+
Pure Python Implementation of MySQL replication protocol build on top of PyMYSQL
89

910
Contents:
1011

1112
.. toctree::
12-
:maxdepth: 2
13+
:maxdepth: 2
1314

15+
binlogstream
16+
events
17+
examples
18+
licence
1419

15-
16-
.. automodule:: pymysqlreplication.binlogstream
17-
:members:
18-
19-
.. automodule:: pymysqlreplication
20+
Contributing
21+
==============
22+
You can report issues and contribute to the project on:
23+
https://github.com/noplay/python-mysql-replication
2024

2125
Indices and tables
2226
==================

docs/licence.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#######
2+
Licence
3+
#######
4+
5+
Copyright 2012 Julien Duponchelle
6+
7+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0 commit comments

Comments
 (0)