Skip to content

Ayumu50/dp-100

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sphinx Templates

種類

  • markdown
  • jupyter
  • jupyter + markdown

インストールガイド

Pythonをインストールしていることが前提となります。 Pythonのインストール方法を下記で説明しています。

Windowsの方(Anacondaでインストールを前提)

python -m pip install sphinx
python -m pip install recommonmark
python -m pip install nbsphinx
python -m pip install sphinx_rtd_theme

Macの方(Home Brewでインストールを前提)

pip3 instal sphinx
pip3 install recommonmark
pip3 install nbsphinx
pip3 install sphinx_rtd_theme

ビルド手順

HTMLファイルをビルドする手順は以下の通りです。

Windowsの方

./make.bat html

Macの方

make html

About

dp-100 の日本語ノートブックです。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors