Popular Python recipes tagged "rest"http://code.activestate.com/recipes/langs/python/tags/rest/2015-05-19T07:02:20-07:00ActiveState Code RecipesGenerate Sphinx table (Python)
2015-05-19T07:02:20-07:00Nicolas Laurancehttp://code.activestate.com/recipes/users/4192224/http://code.activestate.com/recipes/579054-generate-sphinx-table/
<p style="color: grey">
Python
recipe 579054
by <a href="/recipes/users/4192224/">Nicolas Laurance</a>
(<a href="/recipes/tags/rest/">rest</a>, <a href="/recipes/tags/sphinx/">sphinx</a>).
</p>
<p>This function will take a list of tuples and transform it into a list of string representing the data as a ReST Sphinx table.</p>