diff options
| author | jason | 2017-01-23 20:18:42 -0700 |
|---|---|---|
| committer | jason | 2017-01-23 20:18:42 -0700 |
| commit | f3c64b9a0837dd03584b67179267e1e0ca8edadd (patch) | |
| tree | 4b282f228902334e13415547f9d3ff8e9889d0d4 /_sources/contributing.rst.txt | |
| parent | 4780da086a62543c2bfbf0b98cabc181c4420244 (diff) | |
| download | eventmq-f3c64b9a0837dd03584b67179267e1e0ca8edadd.tar.gz eventmq-f3c64b9a0837dd03584b67179267e1e0ca8edadd.zip | |
update docs
Diffstat (limited to '_sources/contributing.rst.txt')
| -rw-r--r-- | _sources/contributing.rst.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/_sources/contributing.rst.txt b/_sources/contributing.rst.txt new file mode 100644 index 0000000..2489abb --- /dev/null +++ b/_sources/contributing.rst.txt | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | ####################### | ||
| 2 | Contributing to EventMQ | ||
| 3 | ####################### | ||
| 4 | |||
| 5 | A few tips when working on the code | ||
| 6 | |||
| 7 | * Use relative imports. If you use absolute imports then when you `import eventmq.exceptions` it's possible that you receive in return a different version of eventmq. exceptions installed somewhere else on the system. | ||
| 8 | |||
| 9 | .. toctree:: | ||
| 10 | :maxdepth: 1 | ||
| 11 | |||
| 12 | protocol | ||
| 13 | Source Code <https://github.com/enderlabs/eventmq> | ||
| 14 | Issues <https://github.com/enderlabs/eventmq/issues> | ||