Notebooks in Sphinx?
Converting the notebooks to ReST with nbconvert, then using sphinx on the .rst files gives a pretty decent effect, except that the title levels are off a little. I need to look into hosting for the notebooks, maybe on MS Azure. In the meantime, I prefer the HTML made by Sphinx to the HTML made by nbconvert directly. It has index and cross refs and the code blocks scroll horizontally which is crucial for wide Joy traces. And Garamond. God bless Garamond. For the Sphinx docs I'm going to edit the notebook ReST files by hand, diverging from the originals.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
Thun |release| Documentation
|
||||
============================
|
||||
|
||||
Thun is dialect of Joy written in Python.
|
||||
Thun is dialect of Joy written in Python 2.
|
||||
|
||||
`Joy`_ is a programming language created by Manfred von Thun that is easy to
|
||||
use and understand and has many other nice properties. This Python
|
||||
@@ -75,7 +75,7 @@ interesting aspects. It's quite a treasure trove.
|
||||
Documentation on Thun Dialect
|
||||
-----------------------------
|
||||
|
||||
Thun is implemented in Python. The following is specific information for this dialect of Joy.
|
||||
The following is specific information for this dialect of Joy.
|
||||
There are also some Jupyter notebooks.
|
||||
|
||||
.. toctree::
|
||||
|
||||
Reference in New Issue
Block a user