#pragma section-numbers off [[TableOfContents]] = 概要 = = 公式サイト = http://sphinx.pocoo.org/ = 関連サイト = http://sphinx.shibu.jp/ = テーマ = * [https://github.com/guzzle/guzzle_sphinx_theme GitHub - guzzle/guzzle_sphinx_theme: Sphinx theme used by Guzzle] * [https://github.com/bashtage/sphinx-material/ GitHub - bashtage/sphinx-material: A material-based, responsive theme inspired by mkdocs-material] * https://github.com/pradyunsg/furo = 関連ツール = * [https://bitbucket.org/birkenfeld/sphinx-contrib/ birkenfeld / sphinx-contrib / overview – Bitbucket] * [http://tk0miya.bitbucket.org/blockdiag/build/html/ blockdiag - simple block-diagram image generator — blockdiag v1.0 documentation] * https://bitbucket.org/birkenfeld/sphinx-contrib/src/tip/bitbucket/sphinxcontrib/bitbucket.py = インストール = = 設定 = = テンプレート = http://book.dehlia.in/c-cpp-eclipse/ = API ドキュメント生成 = {{{ # 初期生成 sphinx-apidoc -F -o docs/ apps/ # 上書き生成 sphinx-apidoc -f -o docs/ apps/ }}} * [http://tell-k.hatenablog.com/entry/2012/01/17/002542 Sphinx で自動的にAPIリファレンスを作成したい - Study08.net 対シンバシ殲滅用人型機動兵器] = PDF化 = * ["wkhtmltopdf"] = 利用方法 = = 参考サイト = ---- CategoryPython CategoryDocumentation