◆ __init__()
| release_docs.WikiBrancher.__init__ |
( |
| self, |
|
|
| dot_version ) |
◆ BranchFiles()
| release_docs.WikiBrancher.BranchFiles |
( |
| self | ) |
|
Branches the .wiki files needed to be branched.
◆ GetFilesToBranch()
| release_docs.WikiBrancher.GetFilesToBranch |
( |
| self | ) |
|
Returns a list of .wiki file names that need to be branched.
◆ UpdateLinksInBranchedFiles()
| release_docs.WikiBrancher.UpdateLinksInBranchedFiles |
( |
| self | ) |
|
◆ files_to_branch
| release_docs.WikiBrancher.files_to_branch = self.GetFilesToBranch() |
◆ project
| release_docs.WikiBrancher.project |
◆ replace_with
| str release_docs.WikiBrancher.replace_with = r'\1%s\2\3' % (self.version_prefix,) |
◆ search_for_re
| release_docs.WikiBrancher.search_for_re |
Initial value:= re.compile(
r'(\[|/wiki/)(%s)([ #])' % '|'.join(page_names))
◆ version_prefix
| str release_docs.WikiBrancher.version_prefix = 'V' + dot_version.replace('.', '_') + '_' |
◆ wiki_dir
| release_docs.WikiBrancher.wiki_dir = svn_root_path + '/wiki' |
The documentation for this class was generated from the following file: