diff options
Diffstat (limited to 'contributing.html')
| -rw-r--r-- | contributing.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/contributing.html b/contributing.html index 79d9616..acdb2b0 100644 --- a/contributing.html +++ b/contributing.html | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | 31 | ||
| 32 | 32 | ||
| 33 | <link rel="top" title="EventMQ 0 documentation" href="index.html"/> | 33 | <link rel="top" title="EventMQ 0 documentation" href="index.html"/> |
| 34 | <link rel="next" title="EventMQ Protocol Specification" href="protocol.html"/> | 34 | <link rel="next" title="Goals" href="protocol.html"/> |
| 35 | <link rel="prev" title="timeutils – Time Utilites" href="utils/timeutils.html"/> | 35 | <link rel="prev" title="timeutils – Time Utilites" href="utils/timeutils.html"/> |
| 36 | 36 | ||
| 37 | 37 | ||
| @@ -84,7 +84,10 @@ | |||
| 84 | <ul class="current"> | 84 | <ul class="current"> |
| 85 | <li class="toctree-l1"><a class="reference internal" href="api.html">API Documentation</a></li> | 85 | <li class="toctree-l1"><a class="reference internal" href="api.html">API Documentation</a></li> |
| 86 | <li class="toctree-l1 current"><a class="current reference internal" href="">Contributing to EventMQ</a><ul> | 86 | <li class="toctree-l1 current"><a class="current reference internal" href="">Contributing to EventMQ</a><ul> |
| 87 | <li class="toctree-l2"><a class="reference internal" href="protocol.html">EventMQ Protocol Specification</a></li> | 87 | <li class="toctree-l2"><a class="reference internal" href="protocol.html">Goals</a></li> |
| 88 | <li class="toctree-l2"><a class="reference internal" href="protocol.html#license">License</a></li> | ||
| 89 | <li class="toctree-l2"><a class="reference internal" href="protocol.html#language">Language</a></li> | ||
| 90 | <li class="toctree-l2"><a class="reference internal" href="protocol.html#architecture">Architecture</a></li> | ||
| 88 | <li class="toctree-l2"><a class="reference external" href="https://github.com/enderlabs/eventmq">Source Code</a></li> | 91 | <li class="toctree-l2"><a class="reference external" href="https://github.com/enderlabs/eventmq">Source Code</a></li> |
| 89 | <li class="toctree-l2"><a class="reference external" href="https://github.com/enderlabs/eventmq/issues">Issues</a></li> | 92 | <li class="toctree-l2"><a class="reference external" href="https://github.com/enderlabs/eventmq/issues">Issues</a></li> |
| 90 | </ul> | 93 | </ul> |
| @@ -143,7 +146,10 @@ | |||
| 143 | </div></blockquote> | 146 | </div></blockquote> |
| 144 | <div class="toctree-wrapper compound"> | 147 | <div class="toctree-wrapper compound"> |
| 145 | <ul> | 148 | <ul> |
| 146 | <li class="toctree-l1"><a class="reference internal" href="protocol.html">EventMQ Protocol Specification</a></li> | 149 | <li class="toctree-l1"><a class="reference internal" href="protocol.html">Goals</a></li> |
| 150 | <li class="toctree-l1"><a class="reference internal" href="protocol.html#license">License</a></li> | ||
| 151 | <li class="toctree-l1"><a class="reference internal" href="protocol.html#language">Language</a></li> | ||
| 152 | <li class="toctree-l1"><a class="reference internal" href="protocol.html#architecture">Architecture</a></li> | ||
| 147 | <li class="toctree-l1"><a class="reference external" href="https://github.com/enderlabs/eventmq">Source Code</a></li> | 153 | <li class="toctree-l1"><a class="reference external" href="https://github.com/enderlabs/eventmq">Source Code</a></li> |
| 148 | <li class="toctree-l1"><a class="reference external" href="https://github.com/enderlabs/eventmq/issues">Issues</a></li> | 154 | <li class="toctree-l1"><a class="reference external" href="https://github.com/enderlabs/eventmq/issues">Issues</a></li> |
| 149 | </ul> | 155 | </ul> |
| @@ -157,7 +163,7 @@ | |||
| 157 | 163 | ||
| 158 | <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> | 164 | <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> |
| 159 | 165 | ||
| 160 | <a href="protocol.html" class="btn btn-neutral float-right" title="EventMQ Protocol Specification" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> | 166 | <a href="protocol.html" class="btn btn-neutral float-right" title="Goals" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> |
| 161 | 167 | ||
| 162 | 168 | ||
| 163 | <a href="utils/timeutils.html" class="btn btn-neutral" title="timeutils – Time Utilites" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> | 169 | <a href="utils/timeutils.html" class="btn btn-neutral" title="timeutils – Time Utilites" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> |