tesseract v5.3.3.20231005
|
Public Member Functions | |
def | __init__ (self, dot_version) |
def | GetFilesToBranch (self) |
def | BranchFiles (self) |
def | UpdateLinksInBranchedFiles (self) |
Public Attributes | |
wiki_dir | |
version_prefix | |
files_to_branch | |
search_for_re | |
replace_with | |
project | |
Branches ...
Definition at line 89 of file release_docs.py.
def release_docs.WikiBrancher.__init__ | ( | self, | |
dot_version | |||
) |
Definition at line 92 of file release_docs.py.
def release_docs.WikiBrancher.BranchFiles | ( | self | ) |
Branches the .wiki files needed to be branched.
Definition at line 127 of file release_docs.py.
def release_docs.WikiBrancher.GetFilesToBranch | ( | self | ) |
Returns a list of .wiki file names that need to be branched.
Definition at line 117 of file release_docs.py.
def release_docs.WikiBrancher.UpdateLinksInBranchedFiles | ( | self | ) |
Definition at line 137 of file release_docs.py.
release_docs.WikiBrancher.files_to_branch |
Definition at line 99 of file release_docs.py.
release_docs.WikiBrancher.project |
Definition at line 120 of file release_docs.py.
release_docs.WikiBrancher.replace_with |
Definition at line 115 of file release_docs.py.
release_docs.WikiBrancher.search_for_re |
Definition at line 107 of file release_docs.py.
release_docs.WikiBrancher.version_prefix |
Definition at line 98 of file release_docs.py.
release_docs.WikiBrancher.wiki_dir |
Definition at line 96 of file release_docs.py.