Skip to content

ShoheiKobata/bcapSamples.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bcapSamples.github.io

This repository is for the creation of b-cap communication description pages.

Please see this page.

developd

java install https://www.java.com/en/download/ Graphviz install https://www.graphviz.org/download/ planUML install https://plantuml.com/ja/download

plantuml.jar save it in any directory Pass to "PLANUML" environment variable

extension install

pip install sphinxcontrib-plantuml

change conf.py

extensions += ['sphinxcontrib.plantuml']
plantuml='java -jar $PLANTUML_JAR_PATH'
plantuml_output_format = 'svg'
plantuml_syntax_error_image = True

check

java -jar %PLANTUML%\plantuml.jar aa.pu

Build

cd docs && pipenv run sphinx-autobuild source build/html

About

bcap communication samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published