Skip to content

Commit

Permalink
Merge pull request #6 from MoritzBrueckner/master
Browse files Browse the repository at this point in the history
Display Armory version in logic nodes reference
  • Loading branch information
luboslenco authored Oct 31, 2020
2 parents 5219dcf + 273cd11 commit a657d6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make_node_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
from nodeitems_utils import NodeItem

from arm.logicnode import arm_nodes
import arm.props

ensurepip.bootstrap()
os.environ.pop("PIP_REQ_TRACKER", None)
Expand Down Expand Up @@ -180,6 +181,8 @@ def run():
f" and {Link(label='open a pull request', url='https://github.com/armory3d/armory/wiki/contribute#creating-a-pull-request')}."
" Thank you for contributing to this reference!")))

Document.add(Paragraph(Italic(f"This reference was built for {Bold(f'Armory {arm.props.arm_version}')}.")))

Document.add(HorizontalRule())

with HeaderSubLevel():
Expand Down

0 comments on commit a657d6e

Please sign in to comment.