python - Macro or equivalent in reStructuredText? -
i have <form>
times.
.. raw:: html <form action="txmt://open/?url=file:///users/smcho/smcho/works/prgtask/ni/gtest_boost_options/readme.txt"> <button type="submit">edit</button> </form>
is there macro or equivalent in restructuredtext can same result, example?
.. form :: /users/smcho/smcho/works/prgtask/ni/gtest_boost_options/readme.txt
you implement own "form" directive in python. instructions on how that, see http://docutils.sourceforge.net/docs/howto/rst-directives.html
Comments
Post a Comment