MCPcopy Create free account
hub / github.com/JeremyBYU/polylidar / _gen_python_api_docs

Method _gen_python_api_docs

src_docs/make_docs.py:262–271  ·  view source on GitHub ↗

Generate Python docs. Each module, class and function gets one .rst file.

(self)

Source from the content-addressed store, hash-verified

260 self._run_sphinx()
261
262 def _gen_python_api_docs(self):
263 """
264 Generate Python docs.
265 Each module, class and function gets one .rst file.
266 """
267 # self.python_api_output_dir cannot be a temp dir, since other
268 # "*.rst" files reference it
269 pd = PyAPIDocsBuilder(self.python_api_output_dir,
270 self.documented_modules)
271 pd.generate_rst()
272
273 def _run_sphinx(self):
274 """

Callers 1

runMethod · 0.95

Calls 2

generate_rstMethod · 0.95
PyAPIDocsBuilderClass · 0.85

Tested by

no test coverage detected