From be88560bc99d1478ca9f14beee593322a04c9f00 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Sat, 11 Oct 2014 06:06:51 +0200 Subject: [PATCH] documentation fixes --- README.rst | 14 +++++++------- docs/index.rst | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index 83c62055..7a5be013 100644 --- a/README.rst +++ b/README.rst @@ -150,7 +150,7 @@ And the following to the context processors. # ... "fobi.context_processors.theme". # ... -) + ) Make sure that ``django.core.context_processors.request`` is in ``TEMPLATE_CONTEXT_PROCESSORS`` too. @@ -215,8 +215,8 @@ Django admin interface: If quick installer doesn't work for you, see the manual steps on running the `example project `_. -Also, the `example project `_ -has example theme, form element plugins, handlers and callbacks implemented. +It also has an `example theme `_ +, form element plugins, handlers and callbacks implemented. Take it as a good example of how to customise and extend `Fobi`. Make sure to see how same is done for the `bundled packages `_. @@ -934,7 +934,7 @@ of them you would never need to override. Some others, you would likely want to. Templates that you likely would want to re-write in your custom -theme implemention are marked with three asterics (***): +theme implemention are marked with three asterics (\*\*\*): .. code-block:: none @@ -1065,11 +1065,11 @@ Content plugins are presentational plugins, that make your forms look more - `Dummy `_: Mainly for dev purposes. -- `Image `_: +- `Content image `_: Insert an image. -- `Text `_: +- `Content text `_: Add text. -- `Video `_: +- `Content video `_: Add an embed YouTube or Vimeo video. Bundled form handler plugins diff --git a/docs/index.rst b/docs/index.rst index 053bee69..f35f2398 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -150,7 +150,7 @@ And the following to the context processors. # ... "fobi.context_processors.theme". # ... -) + ) Make sure that ``django.core.context_processors.request`` is in ``TEMPLATE_CONTEXT_PROCESSORS`` too. @@ -215,8 +215,8 @@ Django admin interface: If quick installer doesn't work for you, see the manual steps on running the `example project `_. -Also, the `example project `_ -has example theme, form element plugins, handlers and callbacks implemented. +It also has an `example theme `_ +, form element plugins, handlers and callbacks implemented. Take it as a good example of how to customise and extend `Fobi`. Make sure to see how same is done for the `bundled packages `_. @@ -934,7 +934,7 @@ of them you would never need to override. Some others, you would likely want to. Templates that you likely would want to re-write in your custom -theme implemention are marked with three asterics (***): +theme implemention are marked with three asterics (\*\*\*): .. code-block:: none @@ -1065,11 +1065,11 @@ Content plugins are presentational plugins, that make your forms look more - `Dummy `_: Mainly for dev purposes. -- `Image `_: +- `Content image `_: Insert an image. -- `Text `_: +- `Content text `_: Add text. -- `Video `_: +- `Content video `_: Add an embed YouTube or Vimeo video. Bundled form handler plugins