Skip to content

Handbook for Data Science and Artifitial Intellegenge

Notifications You must be signed in to change notification settings

tswsxk/HandBook

Repository files navigation

How to make the HB4DSAI

Quick start

Using pip install to install the dependencies.

pip install requirements.txt

To install the sphinx mx-theme (which is exactly the same with d2l)

pip install https://github.com/mli/notedown/tarball/master
cd handbook/
git submodule add https://github.com/mli/mx-theme.git

and then modify the following two lines in conf.py:

html_theme_path = ['mxtheme']
html_theme = 'mxtheme'

More

Generate the handbook html

make html

Refer to Autodoc for the information how I generate and publish the blog.

Notice

The math support is not well in sphinx for markdown, so I use pandoc to transform .md file to .rst, the details can also be found in Autodoc.

To enable the math convention, all .md should be specified in the variable md_include in conf.py.

Builder Log

icon search

About

Handbook for Data Science and Artifitial Intellegenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published