d2l-ai / d2l-en

Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
https://D2L.ai
Other
23.24k stars 4.27k forks source link

What infrastructure do you use to build this site? #852

Closed choldgraf closed 4 years ago

choldgraf commented 4 years ago

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 :-)

astonzhang commented 4 years ago

Thanks. Just check out http://book.d2l.ai/

choldgraf commented 4 years ago

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/