Changes
Page history
Update Home
authored
Feb 06, 2025
by
Steinar Hjellvik
Show whitespace changes
Inline
Side-by-side
Home.md
View page @
d1c7b3f1
...
@@ -7,17 +7,17 @@ See the menu to the right for further details.
...
@@ -7,17 +7,17 @@ See the menu to the right for further details.
```
text
```
text
├── .vscode/ <- Visual Studio Code configuration
├── .vscode/ <- Visual Studio Code configuration
├── docs/ <- Documentation files
├── docs/ <- Documentation files
├── scripts/ <- Script to verify license
├── src
├── src
| └── osducli/ <- CLI source code (see 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
├─ gitlab-ci.yml <- Gitlab pipeline configuration
├─ LICENSE.md <- License information
├─ LICENSE.md <- License information
├─ nose2.cfg <- Nose2 testing configuration
├─ pylintrc <- Pylint linting configuration
├─ pylintrc <- Pylint linting configuration
├─ pyproject.toml <- Project definition file
├─ README.md <- Main readme document
├─ README.md <- Main readme document
├── README.rst <- Readme with change information included in package
├── README.rst <- Readme with change information included in package
├── requirements-dev.txt <- Package dependencies for development
├── setup.py <- Package distribution configuration
└── tox.ini <- tox configuration multi python isolated testing
└── tox.ini <- tox configuration multi python isolated testing
```
```
\ No newline at end of file