mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-06 08:59:15 +00:00
chore(docs): mention that .mako files are rendered by make templates
[no changelog]
This commit is contained in:
parent
6dc4426151
commit
14a0bc13ce
@ -1,4 +1,5 @@
|
|||||||
# generated from all_modules.py.mako
|
# generated from all_modules.py.mako
|
||||||
|
# (by running `make templates` in `core`)
|
||||||
# do not edit manually!
|
# do not edit manually!
|
||||||
# flake8: noqa
|
# flake8: noqa
|
||||||
# fmt: off
|
# fmt: off
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# generated from all_modules.py.mako
|
# generated from all_modules.py.mako
|
||||||
|
# (by running `make templates` in `core`)
|
||||||
# do not edit manually!
|
# do not edit manually!
|
||||||
# flake8: noqa
|
# flake8: noqa
|
||||||
# fmt: off
|
# fmt: off
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# generated from coininfo.py.mako
|
# generated from coininfo.py.mako
|
||||||
|
# (by running `make templates` in `core`)
|
||||||
# do not edit manually!
|
# do not edit manually!
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# generated from coininfo.py.mako
|
# generated from coininfo.py.mako
|
||||||
|
# (by running `make templates` in `core`)
|
||||||
# do not edit manually!
|
# do not edit manually!
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# generated from networks.py.mako
|
# generated from networks.py.mako
|
||||||
|
# (by running `make templates` in `core`)
|
||||||
# do not edit manually!
|
# do not edit manually!
|
||||||
from typing import Iterator
|
from typing import Iterator
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# generated from networks.py.mako
|
# generated from networks.py.mako
|
||||||
|
# (by running `make templates` in `core`)
|
||||||
# do not edit manually!
|
# do not edit manually!
|
||||||
from typing import Iterator
|
from typing import Iterator
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# generated from tokens.py.mako
|
# generated from tokens.py.mako
|
||||||
|
# (by running `make templates` in `core`)
|
||||||
# do not edit manually!
|
# do not edit manually!
|
||||||
# fmt: off
|
# fmt: off
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# generated from tokens.py.mako
|
# generated from tokens.py.mako
|
||||||
|
# (by running `make templates` in `core`)
|
||||||
# do not edit manually!
|
# do not edit manually!
|
||||||
# fmt: off
|
# fmt: off
|
||||||
<%
|
<%
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# generated from nem_mosaics.py.mako
|
# generated from nem_mosaics.py.mako
|
||||||
|
# (by running `make templates` in `core`)
|
||||||
# do not edit manually!
|
# do not edit manually!
|
||||||
|
|
||||||
from typing import Iterator
|
from typing import Iterator
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# generated from nem_mosaics.py.mako
|
# generated from nem_mosaics.py.mako
|
||||||
|
# (by running `make templates` in `core`)
|
||||||
# do not edit manually!
|
# do not edit manually!
|
||||||
|
|
||||||
from typing import Iterator
|
from typing import Iterator
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# generated from knownapps.py.mako
|
# generated from knownapps.py.mako
|
||||||
|
# (by running `make templates` in `core`)
|
||||||
# do not edit manually!
|
# do not edit manually!
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# generated from knownapps.py.mako
|
# generated from knownapps.py.mako
|
||||||
|
# (by running `make templates` in `core`)
|
||||||
# do not edit manually!
|
# do not edit manually!
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
try:
|
try:
|
||||||
from .resources import load_resource
|
from .resources import load_resource
|
||||||
except ImportError:
|
except ImportError:
|
||||||
raise RuntimeError("Please regenerate resources via 'make res'")
|
raise RuntimeError("Please regenerate resources via 'make templates'")
|
||||||
|
|
||||||
|
|
||||||
def load(name: str) -> bytes:
|
def load(name: str) -> bytes:
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# generated from resources.py.mako
|
# generated from resources.py.mako
|
||||||
|
# (by running `make templates` in `core`)
|
||||||
# do not edit manually!
|
# do not edit manually!
|
||||||
# fmt: off
|
# fmt: off
|
||||||
<%
|
<%
|
||||||
|
Loading…
Reference in New Issue
Block a user