nyergler / hieroglyph

Generate HTML presentations from plain text sources with all the power of Sphinx.
https://hieroglyph.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
261 stars 73 forks source link

Wish: documentation and slidedeck in one directory structure #170

Open inktvis75 opened 4 years ago

inktvis75 commented 4 years ago

It is maybe already possible, but I have no idea how to do it.

What I want is a directory structure like this:

conf.py ... source/workbook.rst source/slides.rst source/workbook/introduction.rst source/slides.rst/introduction.rst

of course, the content of the introduction.rst is different. If I do a make html or make latexpdf, it should compile workbook.rst and if I execute a make slides, it should create the slide-deck

maybe similar to latex_documents ?