diff --git a/docs/content/docs/config.mkd b/docs/content/docs/config.mkd index 619ca6a..0652a02 100644 --- a/docs/content/docs/config.mkd +++ b/docs/content/docs/config.mkd @@ -3,7 +3,8 @@ slug: config category: docs --- Settings can be changed in the file `config` in the site's root directory. -Possible configuration options (and their defaults) are: +The file is a YAML file. Possible configuration options (and their defaults) +are: - `output_dir` ('output') - The directory in which to place the generated files, e.g., `output_dir: output`. diff --git a/docs/content/docs/content.mkd b/docs/content/docs/content.mkd index b4bd162..f359241 100644 --- a/docs/content/docs/content.mkd +++ b/docs/content/docs/content.mkd @@ -17,8 +17,8 @@ separated by 3 hyphens alone on a line. For example: ligula porta vestibulum et ut sem. Cras hendrerit pulvinar metus at imperdiet. -For more details on how to work with renders, see [the docs about -renderers](/docs/renders/). +For more details on how to work with renderers, see [the docs about +renderers](/docs/renderers/). [mkd]: http://daringfireball.net/projects/markdown/ [rst]: http://docutils.sourceforge.net/rst.html diff --git a/docs/content/docs/hooks.mkd b/docs/content/docs/hooks.mkd index d7006b1..defa244 100644 --- a/docs/content/docs/hooks.mkd +++ b/docs/content/docs/hooks.mkd @@ -24,7 +24,7 @@ directory, make the file `__hooks__.py`. For example: From the `__hooks__.py` file, wok will import the variable `hooks`. This should be a dictionary; The keys are the hook names below, and the values are lists of functions (or other callables) to run for the hooks. Simply give -the names of the functions and (but do not invoke them.) For example: +the names of the functions, but do not invoke them. For example: ::python ''' __hooks__.py diff --git a/docs/content/docs/renderers.mkd b/docs/content/docs/renderers.mkd index 76f3cfd..cf970c3 100644 --- a/docs/content/docs/renderers.mkd +++ b/docs/content/docs/renderers.mkd @@ -1,9 +1,9 @@ -title: Renders +title: Renderers category: docs --- Wok supports several different _renderers_, which take the content of the site and transform it into HTML that is ready to be processed by the rest of wok. -The currently supports renders are +The currently supported renderers are - Markdown - reStructuredText