############################################################## Sphinxの備忘録 ############################################################## ========================================================= **Sphinx** とは? ========================================================= * Sphinxはオープンソースの :red:`文書生成ツール` * 主に技術的なドキュメンテーションなどに応用. - プロジェクトの紹介 - コード、ソフトウェア、API、マニュアルなど - 他、様々な技術文書の作成. | ========================================================= 基本の使用方法 ========================================================= .. toctree:: :maxdepth: 1 basics/basics__p1 basics/basics__p2 basics/basics__p3 basics/basics__p4 basics/basics__p5 basics/basics__p6 basics/basics__p7 | ========================================================= Sphinxのカスタマイズ ========================================================= .. toctree:: :maxdepth: 1 customs/customs__p1 customs/customs__p2 customs/customs__p3 customs/customs__p4 customs/customs__p5 customs/customs__p6 customs/customs__p7 | ========================================================= References ========================================================= * Sphinx ( https://www.sphinx-doc.org/en/master/ )