Skip to content

Commit f98fbca

Browse files
Use pst admonitions (#284)
1 parent 843cb47 commit f98fbca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec-0001/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Endorsing this SPEC means agreeing, in principle, with the advantages of lazy lo
4949

5050
### Ecosystem Adoption
5151

52-
{{< notice warning >}}
52+
{{< admonition warning >}}
5353
We do not recommend lazy loading for all projects. E.g., small projects with low import overheads do not need it. Lazy loading is useful when you are concerned about subpackage import times, but also want to make those subpackages available for interactive exploration in, e.g., IPython.
54-
{{< /notice >}}
54+
{{< /admonition >}}
5555

5656
Adopting this SPEC means implementing, using the `lazy_loader` package or any other mechanism (such as module `__getattr__`), lazy loading of subpackages and, if desired, subpackage attributes.
5757

0 commit comments

Comments
 (0)