Skip to content

Commit

Permalink
Ascii fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
itsderek23 committed May 15, 2020
1 parent 0047876 commit 365c9b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/project_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ A project created with [`whisk create`](cli_reference.html#whisk-create) generat
│   ├── data <- Scripts to download or generate data.
│   ├── features <- Scripts to turn raw data into features for modeling.
│   └── models <- Scripts to train models and then use trained models to make predictions.
└── model.py <- Scaffolded model class for use with whisk.
└── model.py <- Scaffolded model class for use with whisk.
│   └── visualization <- Scripts to create exploratory and results oriented visualizations.
├── tests <- Tests to ensure the project works as expected.
See https://docs.pytest.org/en/latest/.
See https://docs.pytest.org/en/latest/.
│   ├── test_cli.py
│   └── test_model.py
Expand All @@ -55,9 +55,9 @@ A project created with [`whisk create`](cli_reference.html#whisk-create) generat
├── venv <- The Python3 virtual environment for the project.
── whisk_commands <- Add custom `whisk` CLI commands and override existing ones.
── whisk_commands <- Add custom `whisk` CLI commands and override existing ones.
│ │ Powered by https://click.palletsprojects.com/en/7.x/.
└── app.py
│ └── app.py
├── .envrc <- A default file to auto load/unload environment variables and the venv when entering and
│ exiting the directory via direnv. See https://github.com/direnv/direnv.
Expand Down

0 comments on commit 365c9b0

Please sign in to comment.