Update Home authored by Mark Hewitt's avatar Mark Hewitt
...@@ -2,14 +2,13 @@ This wiki contains developer related information for working with the OSDU CLI. ...@@ -2,14 +2,13 @@ This wiki contains developer related information for working with the OSDU CLI.
See the menu to the right for further details. See the menu to the right for further details.
## Repository Structure ## Repository Structure
```text ```text
├── .vscode/ <- Visual Studio Code configuration ├── .vscode/ <- Visual Studio Code configuration
├── docs/ <- Documentation files ├── docs/ <- Documentation files
├── src ├── src
| └── osducli/ <- CLI source code (see [Code Structure](Code-Structure)) | └── osducli/ <- CLI source code (see Code Structure)
├── tests/ <- Unit tests ├── tests/ <- Unit tests
├─ .flake8 <- Flake8 linting configuration ├─ .flake8 <- Flake8 linting configuration
├─ .gitignore <- Paths that git should not track ├─ .gitignore <- Paths that git should not track
... ...
......