HomeSort by relevance Sort by last modified time
    Searched refs:relative_path_to_root (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/tools/docs/
parser.py 260 def replace_references(self, string, relative_path_to_root):
267 `relative_path_to_root` is the relative path from the document
270 the same API docset, `relative_path_to_root` can be set to
277 relative_path_to_root: The relative path from the containing document to
286 return self._one_ref(match, relative_path_to_root)
295 return self._one_ref(match, relative_path_to_root)
303 def python_link(self, link_text, ref_full_name, relative_path_to_root,
317 relative_path_to_root: The relative path from the location of the current
324 url = self.reference_to_url(ref_full_name, relative_path_to_root)
342 def reference_to_url(self, ref_full_name, relative_path_to_root)
    [all...]
generate_lib.py 486 relative_path_to_root = os.path.join(depth, api_docs_relpath, 'python')
514 relative_path_to_root)

Completed in 86 milliseconds