Skip to main content

update_versions Namespace

Definition

namespace update_versions { ... }

Variables Index

current_version = sys.argv[1]
docs_dir = os.path.dirname(os.path.abspath(__file__))
strentry_template = ...
strentry_template_no_docs = ...
file_contents = f.read()
FIRST_RELEASE_WITH_DOCS = version.Version('1.4.0')
listlatest_version = versions[0]
reverse
strtable_contents = ""
strtemplate = entry_template
listversions = ...

Variables

current_version

str update_versions::current_version = sys.argv[1]

Definition at line 38 of file update_versions.py.

38 current_version = sys.argv[1]

docs_dir

update_versions.docs_dir = os.path.dirname(os.path.abspath(__file__))

Definition at line 34 of file update_versions.py.

34 docs_dir = os.path.dirname(os.path.abspath(__file__))

entry_template

str update_versions.entry_template
Initialiser
= """\ <tr> <td>%(version)s%(current)s</td> <td><a href="/fusion-engine/%(version)s/index.html">Documentation</a></td> <td><a href="https://github.com/PointOneNav/fusion-engine-client/releases/tag/%(version)s">Release Notes</a></td> </tr> """

Definition at line 10 of file update_versions.py.

10 entry_template = """\

entry_template_no_docs

str update_versions.entry_template_no_docs
Initialiser
= """\ <tr> <td>%(version)s%(current)s</td> <td></td> <td><a href="https://github.com/PointOneNav/fusion-engine-client/releases/tag/%(version)s">Release Notes</a></td> </tr> """

Definition at line 18 of file update_versions.py.

18 entry_template_no_docs = """\

file_contents

update_versions.file_contents = f.read()

Definition at line 43 of file update_versions.py.

43 file_contents = f.read()

FIRST_RELEASE_WITH_DOCS

update_versions.FIRST_RELEASE_WITH_DOCS = version.Version('1.4.0')

Definition at line 55 of file update_versions.py.

55 FIRST_RELEASE_WITH_DOCS = version.Version('1.4.0')

latest_version

list update_versions.latest_version = versions[0]

Definition at line 31 of file update_versions.py.

31 latest_version = versions[0]

reverse

update_versions.reverse

Definition at line 30 of file update_versions.py.

30 versions.sort(reverse=True)

table_contents

str update_versions.table_contents = ""

Definition at line 59 of file update_versions.py.

59 table_contents = ""

template

str update_versions::template = entry_template

Definition at line 62 of file update_versions.py.

62 template = entry_template

versions

list update_versions.versions
Initialiser
= [version.parse(v.lstrip('v')) for v in subprocess.check_output(['git', 'tag']).decode('utf-8').strip().split() if v.startswith('v')]

Definition at line 27 of file update_versions.py.

27 versions = [version.parse(v.lstrip('v'))

The documentation for this namespace was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.