Skip to content

Commit f16ba08

Browse files
authored
minor fixes to usage.rst (#1090)
1 parent b0765a5 commit f16ba08

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

doc/usage.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,18 @@ machine learning algorithms on them and then share the results online.
2929
The following tutorial gives a short introduction on how to install and set up
3030
the OpenML Python connector, followed up by a simple example.
3131

32-
* `:ref:`sphx_glr_examples_20_basic_introduction_tutorial.py`
32+
* :ref:`sphx_glr_examples_20_basic_introduction_tutorial.py`
3333

3434
~~~~~~~~~~~~~
3535
Configuration
3636
~~~~~~~~~~~~~
3737

38-
The configuration file resides in a directory ``.openml`` in the home
39-
directory of the user and is called config. It consists of ``key = value`` pairs
40-
which are separated by newlines. The following keys are defined:
38+
The configuration file resides in a directory ``.config/openml`` in the home
39+
directory of the user and is called config (More specifically, it resides in the
40+
`configuration directory specified by the XDGB Base Directory Specification
41+
<https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html>`_).
42+
It consists of ``key = value`` pairs which are separated by newlines.
43+
The following keys are defined:
4144

4245
* apikey:
4346
* required to access the server. The :ref:`sphx_glr_examples_20_basic_introduction_tutorial.py`

0 commit comments

Comments
 (0)