Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix minor issues
Some of these are just awkward English things. I also fixed "renders"
to "renderers" because it seemed to be "renders" in some places but
"renderers" in others.
  • Loading branch information
willkg committed Jul 12, 2012
1 parent 6e17f5c commit cd266b9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/content/docs/config.mkd
Expand Up @@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions docs/content/docs/content.mkd
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/hooks.mkd
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down

0 comments on commit cd266b9

Please sign in to comment.