Skip to content

Instantly share code, notes, and snippets.

@c0ldlimit
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c0ldlimit/6781549fc52a259f3c73 to your computer and use it in GitHub Desktop.
Save c0ldlimit/6781549fc52a259f3c73 to your computer and use it in GitHub Desktop.
#sphinx python notes
# embedding some arbitrary rst file
.. include:: some_table.txt
# embedding arbitrary html from a file
# http://docutils.sourceforge.net/docs/ref/rst/directives.html#include
.. raw:: html
# creating pdf with Sphinx and rst2pdf
# http://thyagjs.blogspot.com/2012/05/create-pdf-document-from-your-sphinx.html
# creating pdf from tex
# http://stackoverflow.com/questions/13155509/how-to-create-pdf-documentation-with-sphinx-in-windows
# http://get-software.net/systems/win32/miktex/setup/
# http://stackoverflow.com/questions/5422997/sphinx-docs-remove-blank-pages-from-generated-pdfs
#For SVG support, you need to install svg2rlg or use the inkscape extension.
#https://sites.google.com/site/nickfolse/home/sphinx-latexpdf-output-with-svg-images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment