Skip to content

pn11/learning-dl-and-phys

 
 

Repository files navigation

Learning Deep Learning and Physics

開発情報

Sphinx で書いていきます。マークアップは reStructuredText(reST)ではなく Markdown を使います。 Poetry を使って Sphinx 環境を作るために、 shotakaha/kumaroot を fork させて頂きました。

環境構築

Poetry による Python 環境の構築

が参考になります。

$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python

で Poetry をインストールして、 PATH を設定後、

poetry install

すると必要パッケージがインストールされます。

ビルド

poetry run make html

build/html に HTML が生成されます。

License

Releases

No releases published

Packages

No packages published