Skip to content

Commit

Permalink
more todos and inclding @stephan-hof comment on compile params flags …
Browse files Browse the repository at this point in the history
…and dont_inherit
  • Loading branch information
loechel committed Mar 2, 2017
1 parent 2c07317 commit 93d634b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
}

# Options for sphinx.ext.todo:
todo_include_todos = False
todo_include_todos = True
todo_emit_warnings = True

# -- Options for HTML output ----------------------------------------------
Expand Down
15 changes: 15 additions & 0 deletions docs/roadmap/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@ A detailed documentation that support usage and further development.

Full code coverage tests.

.. todo::

Complete documentation of all public API elements with docstyle comments
https://www.python.org/dev/peps/pep-0257/
http://thomas-cokelaer.info/tutorials/sphinx/docstring_python.html

.. todo::

Resolve Discussion in https://github.com/zopefoundation/RestrictedPython/pull/39#issuecomment-283074699

compile_restricted optional params flags and dont_inherit will not work as expected with the current implementation.

stephan-hof did propose a solution, should be discussed and if approved implemented.


RestrictedPython 4.1+
---------------------

Expand Down

0 comments on commit 93d634b

Please sign in to comment.