1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-15 23:56:12 +00:00

chore(docs): mention that .mako files are rendered by make templates

[no changelog]
This commit is contained in:
grdddj 2022-04-28 12:22:53 +02:00 committed by Jiří Musil
parent 6dc4426151
commit 14a0bc13ce
14 changed files with 14 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# generated from all_modules.py.mako
# (by running `make templates` in `core`)
# do not edit manually!
# flake8: noqa
# fmt: off

View File

@ -1,4 +1,5 @@
# generated from all_modules.py.mako
# (by running `make templates` in `core`)
# do not edit manually!
# flake8: noqa
# fmt: off

View File

@ -1,4 +1,5 @@
# generated from coininfo.py.mako
# (by running `make templates` in `core`)
# do not edit manually!
from typing import Any

View File

@ -1,4 +1,5 @@
# generated from coininfo.py.mako
# (by running `make templates` in `core`)
# do not edit manually!
from typing import Any

View File

@ -1,4 +1,5 @@
# generated from networks.py.mako
# (by running `make templates` in `core`)
# do not edit manually!
from typing import Iterator

View File

@ -1,4 +1,5 @@
# generated from networks.py.mako
# (by running `make templates` in `core`)
# do not edit manually!
from typing import Iterator

View File

@ -1,4 +1,5 @@
# generated from tokens.py.mako
# (by running `make templates` in `core`)
# do not edit manually!
# fmt: off

View File

@ -1,4 +1,5 @@
# generated from tokens.py.mako
# (by running `make templates` in `core`)
# do not edit manually!
# fmt: off
<%

View File

@ -1,4 +1,5 @@
# generated from nem_mosaics.py.mako
# (by running `make templates` in `core`)
# do not edit manually!
from typing import Iterator

View File

@ -1,4 +1,5 @@
# generated from nem_mosaics.py.mako
# (by running `make templates` in `core`)
# do not edit manually!
from typing import Iterator

View File

@ -1,4 +1,5 @@
# generated from knownapps.py.mako
# (by running `make templates` in `core`)
# do not edit manually!

View File

@ -1,4 +1,5 @@
# generated from knownapps.py.mako
# (by running `make templates` in `core`)
# do not edit manually!

View File

@ -1,7 +1,7 @@
try:
from .resources import load_resource
except ImportError:
raise RuntimeError("Please regenerate resources via 'make res'")
raise RuntimeError("Please regenerate resources via 'make templates'")
def load(name: str) -> bytes:

View File

@ -1,4 +1,5 @@
# generated from resources.py.mako
# (by running `make templates` in `core`)
# do not edit manually!
# fmt: off
<%