Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 30, 2014
1 parent e326a9e commit 1100cd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pyquickhelper/serverdoc/documentation_server.py
Expand Up @@ -215,6 +215,9 @@ def feed(self, any, script_python = False, params = { }):
print ( tbl.tohtml(class_table="myclasstable") )
</script>
@endcode
The server does not interpret Python, to do that, you need to use
`pyrsslocal <http://www.xavierdupre.fr/app/pyrsslocal/helpsphinx/index.html>`_.
"""
if isinstance (any, bytes) :
if script_python :
Expand Down

0 comments on commit 1100cd4

Please sign in to comment.