Philippe Muller
8f361aa3de
Fix typo: s/me/be/
2018-10-02 11:26:24 +08:00
Joseph Nix
d7aa16568e
[checkboxes] Fixing incorrect example; .id -> ._id
2018-07-05 20:18:43 -05:00
Joseph Nix
845b9b4dc1
[missing-events] Document the rest of the Lektor plugin events.
2018-05-14 23:39:17 -05:00
Joseph Nix
e3f5b2187d
Fixed code snippet, missing `.
2018-04-20 17:34:30 -05:00
Joseph Nix
5e4390b453
Grammar and meaning tweaks: in hands -> in hand, what it does -> what it is.
2018-04-17 16:16:47 -05:00
Joseph Nix
7a552b05da
[master] Minor rewording of process-template-context content.
2018-04-12 15:10:12 -05:00
Joseph Nix
75c5e25cec
Merge pull request #178 from xlotlu/docs-changes
...
_attachment_type: some rephrasing
2018-03-31 15:35:04 -05:00
Joseph Nix
7345e0c44f
is -> are
2018-03-31 15:34:49 -05:00
Ionuț Ciocîrlan
50c3c9d872
_attachment_type: some rephrasing
2018-02-22 16:35:01 +02:00
Ionuț Ciocîrlan
6005db06fa
fix typo
2018-02-19 21:22:54 +02:00
Joseph Nix
a93b7adfb5
Grammar tweak for thumbnail api page.
2018-01-18 10:49:33 -06:00
Joseph Nix
92d2508a60
Merge pull request #128 from tariquesani/patch-1
...
Added documentation for quality parameter
2018-01-18 10:45:51 -06:00
Joseph Nix
63551fca17
Merge pull request #100 from singingwolfboy/py3
...
Document Python 3 support
2017-06-12 16:58:18 -05:00
Mark Steve Samson
0b363747da
Fix example
2017-04-25 15:22:00 +08:00
David Baumgold
357ade9b6e
Merge pull request #129 from tariquesani/patch-2
...
Added documentname and description to the list
2017-02-20 21:13:16 -05:00
Gabe Koscky
656b32fe68
Fix wording
2016-12-31 00:10:35 -05:00
elJorno
5827521025
Update contents.lr
...
Fixed a small typo
2016-12-15 15:53:33 +01:00
Dr. Tarique Sani
67c5dc346e
Added documentname and description to the list
2016-11-21 10:43:26 +05:30
Dr. Tarique Sani
6414ed8f2c
Added documentation for quality parameter
...
Added documentation for quality parameter for thumbnail()
2016-11-21 10:36:27 +05:30
William Vincent
ae9025399d
Fix grammatical typos
...
A few small things...
2016-09-17 15:55:35 -04:00
David Baumgold
c9419a2d0f
Merge pull request #102 from aepsil0n/typo
...
Fix typo "net" → "next"
2016-07-22 12:04:03 -04:00
David Baumgold
10296444df
Close <li> tags
...
Because valid HTML is better than invalid HTML
2016-07-22 11:47:12 -04:00
Eduard Bopp
e3d829d312
Fix typo "net" → "next"
2016-06-28 11:51:19 +02:00
David Baumgold
a98b2fe9f9
Document Python 3 support
...
Now that Lektor supports Python 3, we need to document this support.
This change is perhaps a bit extreme: it replaces all explicit
references to Python 2.7 with explicit references to Python 3.5.
However, it's a good start, and it can and should be reviewed before
being merged.
2016-06-02 21:55:55 -07:00
priestch
390c83b79c
typo fix in pad api documentation
2016-05-31 21:12:37 +08:00
David Barragán Merino
99c777e7bc
Fix a typo
2016-04-03 20:24:31 +02:00
Armin Ronacher
78784cd34f
Added missing version info for datetime. This fixes #82
2016-03-17 17:29:26 +01:00
Armin Ronacher
4ed3604b21
Merge pull request #81 from jacobpewitt/patch-1
...
Fixed a typo in the example
2016-03-17 17:26:45 +01:00
Armin Ronacher
c2850b17ba
Added documentation for cropping
2016-03-10 12:27:44 +01:00
Armin Ronacher
46194503c6
Added get-alts
2016-03-10 12:23:37 +01:00
Jacob Pewitt
dc43b9a912
Fixed a typo in the example
...
It said type = text instead of type = html
2016-03-04 16:45:38 -05:00
Gunbei
a28217c251
Fix typos, misspellings, duplicate words
2016-02-12 00:08:53 +01:00
A. Jesse Jiryu Davis
00b85759d9
Update the "Adding Field Type" howto.
...
Closes #48 .
2016-02-07 07:00:14 -05:00
A. Jesse Jiryu Davis
0a3ea7e567
typo in "filter"
2016-02-03 16:07:50 -05:00
A. Jesse Jiryu Davis
0dc883806e
Fix link from query to expression page.
2016-02-01 06:34:41 -05:00
A. Jesse Jiryu Davis
0dc29c6bae
Document new get_siblings() method.
...
get_prev_sibling and get_next_sibling removed in https://github.com/lektor/lektor/pull/118
2016-01-31 06:35:51 -05:00
Armin Ronacher
d78db16dde
Update contents.lr
2016-01-25 11:51:50 -08:00
Armin Ronacher
b081fd1383
Merge pull request #52 from item4/datetime
...
datetime type and datetimeformat filter
2016-01-24 08:54:48 -08:00
A. Jesse Jiryu Davis
c80637d044
Document process_image().
2016-01-21 22:54:28 -08:00
Armin Ronacher
fa1cb9b207
Merge pull request #58 from lektor/feature/documentation
...
Typo fixes
2016-01-19 15:57:48 -08:00
Elias Zeitfogel
6a447d2240
Typo fixes
2016-01-19 23:44:09 +01:00
Kim Jin Su
236dfce427
Add docs for datetimeformat filter
2016-01-13 08:06:47 +09:00
Kim Jin Su
23365af57d
Add docs for datetime type
2016-01-13 08:06:33 +09:00
A. Jesse Jiryu Davis
a883531bad
Document new Query.distinct method.
2016-01-10 15:35:37 -05:00
Armin Ronacher
b3ff365a8a
Documented virtual paths
2016-01-09 10:24:39 +01:00
buckket
a5fb11727f
Fixed typo in the example code of the query method.
2016-01-08 14:06:28 +01:00
A. Jesse Jiryu Davis
20a79ce1f1
get_prev/next_sibling docs.
2016-01-06 16:53:47 -05:00
Armin Ronacher
48ef6fc9dc
Merge pull request #38 from ajdavis/custom-type-howto
...
How to add a custom type with a plugin.
2016-01-06 22:02:50 +01:00
Armin Ronacher
6fabb41ed1
Added add_type
2016-01-02 22:14:42 +01:00
Armin Ronacher
c18389172f
Updated docs on types
2016-01-02 22:14:42 +01:00