Skip to content

Commit

Permalink
DOC Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
luispedro committed Jan 4, 2019
1 parent 87f0539 commit b22189e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions docs/sources/command-line-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,28 @@ NGLess can generate large temporary files. By default it uses the system's
temporary directory, but it is often a good idea to set it to a path with a lot
of free disk space:

-t,--temporary-directory ARG
Directory where to store temporary files


--search-path ARG Reference search directories (replace <references> in
script)
--index-path ARG Index path (directory where indices are stored)
-t,--temporary-directory ARG
Directory where to store temporary files
--search-path ARG Reference search directories (replace <references> in
script)
--index-path ARG Index path (directory where indices are stored)


## Debugging

A few options are useful for debugging:

-n,--validate-only Only validate input, do not run script
--subsample Subsample mode: quickly test a pipeline by discarding
99% of the input
--trace Set highest verbosity mode
--no-trace opposite of --trace
--keep-temporary-files Whether to keep temporary files (default is delete
them)
--no-keep-temporary-files
opposite of --keep-temporary-files
-n,--validate-only Only validate input, do not run script
--subsample Subsample mode: quickly test a pipeline by discarding
99% of the input
--trace Set highest verbosity mode
--no-trace opposite of --trace
--keep-temporary-files Whether to keep temporary files (default is delete
them)
--no-keep-temporary-files
opposite of --keep-temporary-files


## QC Reporting
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ User-visible improvements
- Better error messages when version is mis-specified
- Support `NO_COLOR <https://no-color.org/>`__ standard: when ``NO_COLOR`` is
present in the environment, print no colours.
- Always check output file writability (`issue #91 <https://github.com/ngless-toolkit/ngless/issues/91issue )
- Always check output file writability (`issue #91 <https://github.com/ngless-toolkit/ngless/issues/91>`__)
- ``paired()`` now accepts ``encoding`` argument (it was documented to, but mis-implemented)

Internal improvements
Expand Down

0 comments on commit b22189e

Please sign in to comment.