Mercurial > piecrust2
annotate docs/templates/api.html @ 1094:ea6cbd6d2af5
internal: Disable macOS file-system wrappers.
Apparently new versions of macOS don't need this anymore. I'm keeping it
around since it might be necessary to re-enable them by detecting the OS
version.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 17 Feb 2018 11:50:17 -0800 |
parents | 94d7d5e38571 |
children |
rev | line source |
---|---|
1053
94d7d5e38571
docs: Upgrade to Bootstrap 4 and Sass.
Ludovic Chabant <ludovic@chabant.com>
parents:
503
diff
changeset
|
1 {% set header_class = 'pc-code' %} |
503
61d53d2163d6
docs: Start a proper "code/API" section.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 {% extends "section-page.html" %} |
61d53d2163d6
docs: Start a proper "code/API" section.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 |