troeger / fuzzed

The Open Reliability Editor (ORE) for dependability modeling and analysis.
https://live.ore-project.org
21 stars 9 forks source link

Python code documentation style #113

Open rakhimov opened 7 years ago

rakhimov commented 7 years ago

The Python code documentation seems to follow the JsDoc style. It is better to follow Sphinx-compatible default or Google style for the Python code. This will as well help linters check the documentation coverage.