Skip to content

Commit

Permalink
Merge branch 'master' into issue_296
Browse files Browse the repository at this point in the history
Signed-off-by: Mahdi Alouane <43279493+mmalouane@users.noreply.github.com>
  • Loading branch information
mmalouane committed Oct 30, 2023
2 parents 8ec6df2 + 1ee2503 commit c71c89a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/docs/Quick-Start.md
Expand Up @@ -101,7 +101,7 @@ python simple.py --help
```

```shell
usage: /Users/a635179/Documents/git_repos/open_source/spock/examples/quick-start/simple.py -c [--config] config1 [config2, config3, ...]
usage: ~/Documents/git_repos/open_source/spock/examples/quick-start/simple.py -c [--config] config1 [config2, config3, ...]

Quick start example

Expand All @@ -117,4 +117,4 @@ configuration(s):
### Spock As a Drop In Replacement For Argparser

`spock` can easily be used as a drop in replacement for argparser.
See the docs/example [here](https://fidelity.github.io/spock/ArgParser-Replacement/).
See the docs/example [here](https://fidelity.github.io/spock/ArgParser-Replacement/).
2 changes: 1 addition & 1 deletion website/docs/basics/Define.md
Expand Up @@ -121,7 +121,7 @@ python tutorial.py --help
We should see the help information we added to the docstring(s):

```shell
usage: /Users/a635179/Documents/git_repos/open_source/spock/examples/tutorial/basic/tutorial.py -c [--config] config1 [config2, config3, ...]
usage: ~/Documents/git_repos/open_source/spock/examples/tutorial/basic/tutorial.py -c [--config] config1 [config2, config3, ...]

spock Basic Tutorial

Expand Down

0 comments on commit c71c89a

Please sign in to comment.