LoginSignup
1
2

More than 3 years have passed since last update.

Qumicoのドキュメントを作る方法

Posted at

先日 組込Deep Learning向けのフレームワーク Qumicoが公開されました。

readmeも何もないので困りますね。
mkdocsを使ってドキュメントを作る方法です。

まずはmkdocsをインストールしましょう。

pip install mkdocs
pip install mkdocs-material
pip install pygments

次にgit cloneしたディレクトリの下のdocsへ移動し、mkdocsをつかってドキュメントを作成してください。

cd docs
mkdocs build

siteディレクトリにindex.htmlが作成されるので、そこからブラウザでドキュメントを見てください。

Happy Hacking!

1
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2