sphinx

sphinx で日本語の全文検索対応

前まではパッチを当てて〜〜と色々対応しないとダメだった記憶があって放置してたんだけど、 公式を見てたら sphinx 1.1 から対応しているようす。 http://sphinx.pocoo.org/config.html?highlight=search#confval-language http://sphinx.pocoo.org/config.…

sphinx make pdf でエラーになる件

python, sphinx のversion上げたらmake pdf でエラーになった $ make pdf sphinx-build -b pdf -d build/doctrees source build/pdf Running Sphinx v1.1.2 loading pickled environment... done building [pdf]: targets for 12 source files that are out …

sphinx 1.0.7以下で画像が重複してコピーされるbug

sourceディレクトリに直接画像を保存している場合は問題ない。 .. image:: hoge.jpg でも、sourceディレクトリにサブディレクトリを作ってその下に画像を保存していると .. image:: images/hoge.jpg このrstファイルを更新してmake htmlする度に、build/html…

sphinx でスライド作る

sphinx用 s6 (プレゼンライブラリ) install # easy_install sphinxjp.themes.s6 conf.py 編集 extensions = ['sphinxjp.themecore'] html_theme = 's6'

sphinx でtext からドキュメント作成

http://sphinx-users.jp/index.html http://sphinx.shibu.jp/ http://labs.timedia.co.jp/2011/05/sphinx-blockdiag-yokohamapm-201105.html このような、プログラマーがドキュメントを書きたくなってしまうすばらしいツールに乾杯!” reST(reStructuredText…