Commit f944f499 by James Tauber

Merge pull request #9 from jtauber/master

fixed RST formatting of roadmap list
parents f9787ce3 e96d6904
...@@ -13,15 +13,17 @@ Roadmap ...@@ -13,15 +13,17 @@ Roadmap
------- -------
In the very near future the following features are planned: In the very near future the following features are planned:
* Layered contexts - allowing data to be injected into events even without * Layered contexts - allowing data to be injected into events even without
having to pass around all of said data to every location where the events having to pass around all of said data to every location where the events
are emitted. are emitted.
* Django integration - provide a Django app that allows events to easily be * Django integration - provide a Django app that allows events to easily be
captured by web applications. captured by web applications.
* Dynamic documentation and event metadata - allow event emitters to document * Dynamic documentation and event metadata - allow event emitters to document
the event types, and persist this documentation along with the events so the event types, and persist this documentation along with the events so
that it can be referenced during analysis to provide context about what that it can be referenced during analysis to provide context about what
the event is and when it is emitted. the event is and when it is emitted.
Documentation Documentation
------------- -------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment