Closed choldgraf closed 4 years ago
Thanks. Just check out http://book.d2l.ai/
Very cool - thanks for the link. Just FYI Jupyter Book actually now uses Sphinx entirely for building books as well - we just finished a total re-write: check out the docs if you're curious (jupyterbook.org)
What flavor of markdown are you all using? In our case we ended up creating a slight extension of CommonMark so that you can use Sphinx directives and other rST features inside of markdown: https://myst-parser.readthedocs.io/en/latest/
Hey there 👋 - this is a really amazing resource! I work on an open source project called Jupyter Book that builds books similar to this one, and I am really curious what your build / website infrastructure looks like! Trying to see if I can find some pieces of inspiration in your infra :-)