Skip to content

Commit

Permalink
Fix reStructuredText markup issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ikotler committed Jul 27, 2013
1 parent 42f97f8 commit 37e1ef7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions TODO.rst
@@ -1,25 +1,25 @@
* Add "Embedding Pythonect" Section to Documentation
* Add "Writing Domain-Specific Languages with Pythonect" Section to Documentation
* Add FAQ Page to Documentation
* Add Small Code Example for each New Change in the ChangeLog (http://docs.pythonect.org/en/latest/changelog.html#)
* Modify Pythonect to use logging.getLogger() instead of logging.debug() and etc.
* Add Small Code Example for each New Change in the ChangeLog
* Modify Pythonect to use ``logging.getLogger()`` instead of ``logging.debug()`` and etc.
* Add REST Support for Remote Call Power Feature
* Add SOAP Support for Remote Call Power Feature
* Improve Visual Programming by Recognizing Flowchart Symbols (i.e. http://cnx.org/content/m27193/latest/, Figure #1)
* Improve Visual Programming by Parsing Text on Edges/Lines as Control Flow Conditions (i.e. http://cnx.org/content/m27193/latest/, Figure #3)
* Add Support for GraphML (via NetworkX) + Find Editor + Document
* Add Support for YAML (via Networkx) + Find Editor + Document
* Add Support for JSON (via Networkx) + Find Editor + Document
* Add Support for GEXF (via NetworkX) + Find Editor + Document
* Add Support for GML (via NetworkX) + Find Editor + Document
* Forward `False` if Next Operation Explicitly Reference It
* Improve Visual Programming by Recognizing Flowchart Symbols (See Fig. 1 at http://cnx.org/content/m27193/latest/)
* Improve Visual Programming by Parsing Text on Lines as Control Flow Conditions (See Fig. 3 at http://cnx.org/content/m27193/latest/)
* Add Support for GraphML (via `NetworkX <http://networkx.github.io/>`_) + Find Editor + Document
* Add Support for YAML (via `NetworkX <http://networkx.github.io/>`_) + Find Editor + Document
* Add Support for JSON (via `NetworkX <http://networkx.github.io/>`_) + Find Editor + Document
* Add Support for GEXF (via `NetworkX <http://networkx.github.io/>`_) + Find Editor + Document
* Add Support for GML (via `NetworkX <http://networkx.github.io/>`_) + Find Editor + Document
* Forward ``False`` if Next Operation Explicitly Reference It
* Add More Code Examples
* Add More Unit Tests
* Add Support for Python3k
* Add Support for IronPython
* Add Support for Stackless Python
* Reduce Multiple `locals_` and `globals_` to Single Copy
* Add Support for `IronPython <http://ironpython.net/>`_
* Add Support for `Stackless Python <http://www.stackless.com/>`_
* Reduce Multiple ``locals_`` and ``globals_`` to Single Copy
* Add Support for GPU?
* Add Support for Grouping (e.g. [x -> y] foobar will equal [x@foobar -> y@foobar])
* Plugin for Dia to run Diagram within Dia
* Plugin for Eclipse to run Workflow within Eclipse
* Add Support for Grouping (e.g. ``[x -> y]@foobar`` will equal ``[x@foobar -> y@foobar]``)
* `Python Plugin for Dia <https://wiki.gnome.org/Dia/Python>`_ to run Diagram within `Dia <https://wiki.gnome.org/Dia>`_
* Plugin for Eclipse to run Workflow within `Eclipse <http://www.eclipse.org/jwt/>`_

0 comments on commit 37e1ef7

Please sign in to comment.