OpenJij / OpenJij_Documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenJij Python documentation

This is the Python documentation repository for OpenJij.

before install

You need Pipenv to build this document

$ git submodule update -i
$ pipenv install
$ pipenv shell

build document

$ git submodule update
$ cd Openjij
$ pipenv run python setup.py install
$ cd ..
$ pipenv run sphinx-apidoc -f -o ./source/apis ./OpenJij/openjij -d 2
$ pipenv run make html

Notes

  • This Python documentation uses the Google style docstrings.
  • If the update seems not to be reflected in the HTML files, make sure if the Python files for the documentation are imported from the intended directory when executing make html.
  • Feel free to throw issues if you find typo in the documents!

About


Languages

Language:HTML 91.7%Language:JavaScript 5.7%Language:CSS 2.0%Language:Python 0.4%Language:Batchfile 0.1%Language:Makefile 0.1%