diff --git a/docs/source/quick-start.rst b/docs/source/quick-start.rst index 9a51849..396fa90 100644 --- a/docs/source/quick-start.rst +++ b/docs/source/quick-start.rst @@ -27,7 +27,7 @@ Now we can create an instance for getting the location codes: .. note:: - An alternative way of creating the instance is through the class :ref:`LineData()<_line_data>` (see below). + An alternative way of creating the instance is through the class :py:class:`LineData()` (see below). .. code-block:: python @@ -212,7 +212,7 @@ The `railway station data`_ (incl. the station name, ELR, mileage, status, owner .. note:: - Alternatively, the instance ``stn`` can also be defined through :ref:`OtherAssets()<_other_assets>` that contains all classes under the category of `other assets`_ (see below). + Alternatively, the instance ``stn`` can also be defined through :py:class:`OtherAssets()` that contains all classes under the category of `other assets`_ (see below). .. code-block:: python