Skip to content

Commit

Permalink
Update docs and Release.md
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com>
  • Loading branch information
DimedS committed Jan 14, 2024
1 parent b49b243 commit 34e66c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

## Breaking changes to the API
* Added logging about not using async mode in `SequentiallRunner` and `ParallelRunner`.
* Changed input format for tools option obtained from --config file from numbers to short names.

## Documentation changes
* Added documentations about `bootstrap_project` and `configure_project`.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/starters/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The configuration file must contain:

Additionally, the configuration file may contain:

* `tools`: The tools to customise your project setup with. Select from comma-separated values, ranges, or 'all/none'. Omitting this from your configuration file will result in the default selection of `none`.
* `tools`: The tools to customise your project setup with. Select from comma-separated values `lint, test, log, docs, data, pyspark, viz` or `all/none`. Omitting this from your configuration file will result in the default selection of `none`.
* `example`: Indicate `yes` or `no` to select whether you would like your project to be populated with example code. Omitting this from your configuration file will result in the default selection of `no`.

The `output_dir` can be specified as `~` for the home directory or `.` for the current working directory. Here is an example `config.yml`, which assumes that a directory named `~/code` already exists:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/starters/new_project_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ As an alternative to the interactive project creation workflow, you can also sup
"my project"

"tools":
"2-6"
"lint, test, log, docs, data, pyspark, viz"

"example_pipeline":
"y"
Expand Down

0 comments on commit 34e66c3

Please sign in to comment.