Searched refs:build_docs (Results 1 – 9 of 9) sorted by relevance
/external/fmtlib/doc/ |
D | build.py | 51 def build_docs(version='dev', **kwargs): function 114 build_docs(sys.argv[1])
|
/external/pigweed/pw_docgen/py/pw_docgen/ |
D | docgen.py | 69 def build_docs(src_dir: str, dst_dir: str) -> int: function 137 return build_docs(args.sphinx_build_dir, args.out_dir)
|
/external/tensorflow/tensorflow/tools/docs/ |
D | generate2.py | 158 def build_docs(output_dir, code_url_prefix, search_hints, gen_report): function 285 build_docs(
|
D | generate2_test.py | 53 generate2.build_docs(
|
/external/cn-cbor/ |
D | CMakeLists.txt | 25 option ( build_docs "Create docs using Doxygen" ${DOXYGEN_FOUND} ) option 120 if (build_docs)
|
/external/igt-gpu-tools/ |
D | meson.build | 81 build_docs = get_option('docs') variable 305 gtk_doc = dependency('gtk-doc', required : build_docs) 306 python3 = find_program('python3', required : build_docs) 309 elif build_docs.enabled()
|
/external/fmtlib/support/ |
D | travis-build.py | 49 html_dir = build.build_docs()
|
D | manage.py | 189 build.build_docs(version, doc_dir=target_doc_dir,
|
/external/python/oauth2client/ |
D | tox.ini | 112 commands = {toxinidir}/scripts/build_docs.sh
|