Skip to content

Commit

Permalink
Documentation formatting (microsoft#28)
Browse files Browse the repository at this point in the history
* library installation graphic

* resize library installation graphic (microsoft#25)

* Docs/issue 2 (microsoft#27)

* resize library installation graphic

* doc update
  • Loading branch information
giventocode committed Feb 13, 2020
1 parent 9cd3730 commit 9471e5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
- [Nutter CLI](#nutter-cli)
* [Getting Started with the Nutter CLI](#getting-started-with-the-nutter-cli)
- [Examples](#examples)
* [1. Listing Test Notebooks](#1-listing-test-notebooks)
* [2. Executing Test Notebooks](#2-executing-test-notebooks)
* [Listing Test Notebooks](#listing-test-notebooks)
* [Executing Test Notebooks](#executing-test-notebooks)
* [Run single test notebook](#run-single-test-notebook)
* [Run multiple tests notebooks](#run-multiple-tests-notebooks)
* [Parallel Execution](#parallel-execution)
Expand Down Expand Up @@ -197,7 +197,7 @@ __Note:__ For more information about personal access tokens review [Databricks

## Examples

### 1. Listing Test Notebooks
### Listing Test Notebooks

The following command list all test notebooks in the folder ```/dataload```

Expand All @@ -215,7 +215,7 @@ You can list all test notebooks in the folder structure using the ```--recursive
nutter list /dataload --recursive
```

### 2. Executing Test Notebooks
### Executing Test Notebooks

The ```run``` command schedules the execution of test notebooks and waits for their result.

Expand Down

0 comments on commit 9471e5e

Please sign in to comment.