Another approach to adding more documentation for --write-selected

This commit is contained in:
Michael Lissner 2014-10-14 12:54:04 -07:00
commit 91d81bfd92
3 changed files with 19 additions and 9 deletions

View file

@ -808,15 +808,10 @@ entire site output is often unnecessary. By specifying only the
desired files as output paths in the ``WRITE_SELECTED`` list,
**only** those files will be written. This list can be also specified
on the command line using the ``--write-selected`` option, which
accepts a comma-separated list of output file paths. By default this
list is empty, so all output is written.
accepts a comma-separated list of output file paths (See
:ref:`site_generation` for details).
An example of doing this might be:
pelican --write-selected output/posts/2014/10/08/in-re-nsl/index.html
You can use the output of the ``--debug`` flag to determine the correct file
names to provide to the ``--write-selected`` flag.
By default this list is empty, so all output is written.
Example settings
================