aboutsummaryrefslogtreecommitdiffstats
path: root/_sources/contributing.rst.txt
diff options
context:
space:
mode:
authorjason2017-01-23 20:18:42 -0700
committerjason2017-01-23 20:18:42 -0700
commitf3c64b9a0837dd03584b67179267e1e0ca8edadd (patch)
tree4b282f228902334e13415547f9d3ff8e9889d0d4 /_sources/contributing.rst.txt
parent4780da086a62543c2bfbf0b98cabc181c4420244 (diff)
downloadeventmq-f3c64b9a0837dd03584b67179267e1e0ca8edadd.tar.gz
eventmq-f3c64b9a0837dd03584b67179267e1e0ca8edadd.zip
update docs
Diffstat (limited to '_sources/contributing.rst.txt')
-rw-r--r--_sources/contributing.rst.txt14
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#######################
2Contributing to EventMQ
3#######################
4
5A 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>