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:
parent
6dc4426151
commit
14a0bc13ce
@ -1,4 +1,5 @@
|
||||
# generated from all_modules.py.mako
|
||||
# (by running `make templates` in `core`)
|
||||
# do not edit manually!
|
||||
# flake8: noqa
|
||||
# fmt: off
|
||||
|
@ -1,4 +1,5 @@
|
||||
# generated from all_modules.py.mako
|
||||
# (by running `make templates` in `core`)
|
||||
# do not edit manually!
|
||||
# flake8: noqa
|
||||
# fmt: off
|
||||
|
@ -1,4 +1,5 @@
|
||||
# generated from coininfo.py.mako
|
||||
# (by running `make templates` in `core`)
|
||||
# do not edit manually!
|
||||
from typing import Any
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
# generated from coininfo.py.mako
|
||||
# (by running `make templates` in `core`)
|
||||
# do not edit manually!
|
||||
from typing import Any
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
# generated from networks.py.mako
|
||||
# (by running `make templates` in `core`)
|
||||
# do not edit manually!
|
||||
from typing import Iterator
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
# generated from networks.py.mako
|
||||
# (by running `make templates` in `core`)
|
||||
# do not edit manually!
|
||||
from typing import Iterator
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
# generated from tokens.py.mako
|
||||
# (by running `make templates` in `core`)
|
||||
# do not edit manually!
|
||||
# fmt: off
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
# generated from tokens.py.mako
|
||||
# (by running `make templates` in `core`)
|
||||
# do not edit manually!
|
||||
# fmt: off
|
||||
<%
|
||||
|
@ -1,4 +1,5 @@
|
||||
# generated from nem_mosaics.py.mako
|
||||
# (by running `make templates` in `core`)
|
||||
# do not edit manually!
|
||||
|
||||
from typing import Iterator
|
||||
|
@ -1,4 +1,5 @@
|
||||
# generated from nem_mosaics.py.mako
|
||||
# (by running `make templates` in `core`)
|
||||
# do not edit manually!
|
||||
|
||||
from typing import Iterator
|
||||
|
@ -1,4 +1,5 @@
|
||||
# generated from knownapps.py.mako
|
||||
# (by running `make templates` in `core`)
|
||||
# do not edit manually!
|
||||
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
# generated from knownapps.py.mako
|
||||
# (by running `make templates` in `core`)
|
||||
# do not edit manually!
|
||||
|
||||
|
||||
|
@ -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:
|
||||
|
@ -1,4 +1,5 @@
|
||||
# generated from resources.py.mako
|
||||
# (by running `make templates` in `core`)
|
||||
# do not edit manually!
|
||||
# fmt: off
|
||||
<%
|
||||
|
Loading…
Reference in New Issue
Block a user