Skip to content

Commit

Permalink
modify \docs\source\quick-start.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeqfu committed Nov 10, 2020
1 parent 49fe58a commit 48e44cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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()<pyrcs.collector.LineData>` (see below).

.. code-block:: python
Expand Down Expand Up @@ -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()<pyrcs.collector.OtherAssets>` that contains all classes under the category of `other assets`_ (see below).

.. code-block:: python
Expand Down

0 comments on commit 48e44cd

Please sign in to comment.