LoginSignup
5
5

More than 5 years have passed since last update.

sphinxでdocstringから自動でドキュメント生成

Last updated at Posted at 2014-05-04

個人メモ.

[参考] http://tell-k.hatenablog.com/entry/2012/01/17/002542

$ sphinx-apidoc -F -o docs/ apps/ 

-F: はsphinxドキュメントを1から作る.
-f: 上書き.

conf.pyの

conf.py
#sys.path.insert(0, os.path.abspath('.'))

コメントアウトを外して,パスを設定する.

5
5
0

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
5
5