JeanMaximilienCadic / autosphinx-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python package to create documentation easily with Sphinx

Requirements

pip install -r requirements.txt
pip install autosphinx

Getting Started

from autosphinx import AutoSphinx

sphinx = AutoSphinx(lib_root="/media/jcadic/PythonProjects/project",
                    version="1.0a29",
                    logo_img="/home/jcadic/PythonImages/logo_project.png")

sphinx.run(export_dir="/home/jcadic/PythonDocs/project")

Contributions

Email me at info@cadic.jp for any questions.

About


Languages

Language:Python 97.0%Language:Makefile 3.0%