Skip to content

Commit

Permalink
Merge pull request #44 from bis-med-it/doc_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pietropatelli committed Oct 26, 2023
2 parents babe7f4 + b73a915 commit 2935b67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ We appreciate your interest in contributing. To ensure a smooth and productive c

## Licensing

Please note that the SDMX Dashboard Generator has a [License](LICENCE.pdf). By participating in this project, you acknowledge and accept to comply with it.
Please note that the SDMX Dashboard Generator has a [License](https://github.com/bis-med-it/SDMX-dashboard-generator/blob/main/LICENCE.pdf). By participating in this project, you acknowledge and accept to comply with it.

## How To Contribute

Expand All @@ -29,7 +29,7 @@ If you find an issue to work on, you are welcome to open a PR with a fix.

### Pull Requests

We cordially invite you to use our [pull request template](/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md).
We cordially invite you to use our [pull request template](https://github.com/bis-med-it/SDMX-dashboard-generator/blob/main/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md).

You may open a pull request to:

Expand Down
5 changes: 2 additions & 3 deletions docs_src/index.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Welcome to SDMX Dashboard Generator's documentation!
====================================================

The SDMX Dashboard Generator (SDMX-DG) is an open-source [Dash](https://dash.plotly.com) application that
The SDMX Dashboard Generator (SDMX-DG) is an open-source `Dash <https://dash.plotly.com>`_ application that
generates dynamic dashboards by pulling data and metadata from SDMX Rest API. It supports the version 2.1
of the standard. It leverages the open-source library SDMXthon to retrieve and parse data and metadata in SDMX.
Data and metadata are supported by asynchronous retrieval. A dashboard is composed of several visualizations
as defined by the specifications provided in a .yaml file. The specifications are interpreted by a ChartGenerator
class containing instructions to define the Plotly charts. It has been developed for the
[SDMX Hackathon Global Conference 2023](https://www.sdmx2023.org/hackathon).
class containing instructions to define the Plotly charts. It has been developed for the `SDMX Hackathon Global Conference 2023 <https://www.sdmx2023.org/hackathon>`_.

.. image:: _static/light.png
:width: 1338px
Expand Down
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
dbc.icons.BOOTSTRAP,
]

DOC_LINK = "https://urban-memory-73nlz2m.pages.github.io"
DOC_LINK = "https://bis-med-it.github.io/SDMX-dashboard-generator"

app = Dash(
__name__,
Expand Down

0 comments on commit 2935b67

Please sign in to comment.