Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved Issue WHO dataset missing function call section in doc #181 #192

Merged
merged 5 commits into from
Apr 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/skmatter/datasets/descr/who_dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ where the corresponding file names are `API_{dataset}_DS2_excel_en_{version}.xls

This dataset, intended only for demonstration, contains 2020 country-year pairings and
the corresponding values above.
Function Call
-------------

.. function:: skmatter.datasets.load_who_dataset

Data Set Characteristics
------------------------
Expand All @@ -47,7 +51,7 @@ References
Reference Code
--------------

and compiled through the following script, where the datasets have been placed in a
The following script is compiled, where the datasets have been placed in a
folder named ``who_data``:

.. code-block:: python
Expand Down