Skip to content

Commit

Permalink
Merge pull request #36 from bis-med-it/linting
Browse files Browse the repository at this point in the history
Linting & cleanup
  • Loading branch information
osirello authored Oct 24, 2023
2 parents 276bd6e + a0f720e commit 7bed355
Show file tree
Hide file tree
Showing 11 changed files with 472 additions and 320 deletions.
2 changes: 1 addition & 1 deletion docs_src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ For a clean build, please run from the root of the repository:
sphinx-build -E docs_src docs
```

The resulting 'docs' folder of the main branch will be published through GitHub pages.
The resulting 'docs' folder of the main branch will be published through GitHub pages.
4 changes: 2 additions & 2 deletions docs_src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ Example of `.yaml` structure (the elements need to follow the indicated order to

- `downloadYN`: indicates ("Yes"/"No") whether the download of the data behind the chart

- `dsdLink`: an URL of an application or file containing related the datastructure data
- `dsdLink`: an URL of an application or file containing related the datastructure data

- `metadataLink`: an URL of an application or file containing reference metadata (e.g. used in the info button). This is field is mandatory if `dsdLink` is provided.

- `DATA`: an URL of an application or file containing data
- `DATA`: an URL of an application or file containing data
4 changes: 3 additions & 1 deletion docs_src/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ Working in the global Python environment as opposed to project-specific virtual
We recommend to use [virtual environments](https://docs.python.org/3/library/venv.html>) for running this Python project with the correct package versions.

### SSL: CERTIFICATE_VERIFY_FAILED

A wrong configuration of the virtual environment with `venv` may lead to the error below or a white screen issue in the dashboard:
`[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)`

Please make sure you initiate your `venv` with the `--system-site-packages` flag such as:
```sh

```sh
virtualenv venv --system-site-packages
```
42 changes: 21 additions & 21 deletions images/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 23 additions & 23 deletions images/pylint.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7bed355

Please sign in to comment.