Mercurial > piecrust2
comparison docs/api/00__index.md @ 503:61d53d2163d6
docs: Start a proper "code/API" section.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 23 Jul 2015 23:35:11 -0700 |
parents | |
children | 94d7d5e38571 |
comparison
equal
deleted
inserted
replaced
502:f07b7562328f | 503:61d53d2163d6 |
---|---|
1 --- | |
2 title: Code | |
3 --- | |
4 | |
5 PieCrust can be extended with plugins in order to support additional features | |
6 such as new [formatters][1], [processors][2], or [template engines][3] (among | |
7 other things). | |
8 | |
9 [Creating a plugin][4] is very easy in itself, but requires making a | |
10 `setuptools` package in order to be easily shared with other people. | |
11 | |
12 | |
13 [1]: {{docurl('content/formatters')}} | |
14 [2]: {{docurl('asset-pipeline')}} | |
15 [3]: {{docurl('content/templating')}} | |
16 [4]: {{apiurl('plugins')}} | |
17 |