diff --git a/_sources/cli.rst.txt b/_sources/cli.rst.txt index fa469c1..4a67d6f 100644 --- a/_sources/cli.rst.txt +++ b/_sources/cli.rst.txt @@ -27,7 +27,7 @@ See :doc:`data-process` for detail. .. option:: --include=DIR, -I DIR Add search locations for item specified as relative paths. - See also :envvar:`YP_INCLUDE_PATHS`. + See also :envvar:`YP_INCLUDE_PATH`. .. option:: --define=KEY=VALUE, -D KEY=VALUE @@ -141,7 +141,7 @@ The following options apply to both :program:`yp-data`, Environment Variables --------------------- -.. envvar:: YP_INCLUDE_PATHS +.. envvar:: YP_INCLUDE_PATH Set the search path for include files (that are specified as relative locations). Expect a list of folders/directories in the same syntax as diff --git a/_static/documentation_options.js b/_static/documentation_options.js index dcd35d4..b189e14 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.5.3', + VERSION: '0.6.1', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/api.html b/api.html index 8f38c93..dde9dc7 100644 --- a/api.html +++ b/api.html @@ -4,7 +4,7 @@ -
DataProcessor.load_file()
DataProcessor.load_file_schema()
DataProcessor.load_include_file()
DataProcessor.log_settings()
DataProcessor.process_data()
DataProcessor.process_variable()
DataProcessor.validate_data()
Locations for searching include files. Default is the value of the
-YP_INCLUDE_PATH
environment variable split into a list.
YP_INCLUDE_PATH
environment variable split into a list.
Log (info) current settings of the processor.
+Configure basic logging, suitable for most CLI applications.
Basic no-frill format. Stream handler prints message on STDERR.
diff --git a/basic-usage.html b/basic-usage.html index 374450d..198d870 100644 --- a/basic-usage.html +++ b/basic-usage.html @@ -4,7 +4,7 @@ -Add search locations for item specified as relative paths.
-See also YP_INCLUDE_PATHS
.
YP_INCLUDE_PATH
.
Set the search path for include files (that are specified as relative
locations). Expect a list of folders/directories in the same syntax as
a PATH
like variable on the relevant platform. (E.g., a colon separated
diff --git a/data-preprocessor.html b/data-preprocessor.html
index 68b2d47..6833cae 100644
--- a/data-preprocessor.html
+++ b/data-preprocessor.html
@@ -4,7 +4,7 @@
-