Merge pull request #2265 from bward/publish-docs-redundancy

Remove redundancy from publish docs. Fixes #2233.
This commit is contained in:
Justin Mayer 2018-03-23 12:45:41 +01:00 committed by GitHub
commit f761f95288
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,8 +25,8 @@ argument, like so::
pelican --write-selected output/posts/my-post-title.html
Note that you must specify the path to the generated *output* file — not the
source content. To determine the output file path, use the ``--debug`` flag to
determine the correct file name and location. If desired, ``--write-selected``
source content. To determine the output file name and location, use the
``--debug`` flag. If desired, ``--write-selected``
can take a comma-separated list of paths or can be configured as a setting.
(See: :ref:`writing_only_selected_content`)