Skip to content

29rou/OpenJij_Documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 91.7%
  • JavaScript 5.7%
  • CSS 2.0%
  • Other 0.6%