Skip to content

Commit

Permalink
Merge pull request #521 from EducationalTestingService/desilinguist-p…
Browse files Browse the repository at this point in the history
…atch-1

Fix buggy link to `run_configuration()`
  • Loading branch information
desilinguist committed Sep 24, 2019
2 parents 651449a + e3f73a1 commit f91714a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ There are three main entry points into the SKLL codebase:
``run_experiment <config_file>``, the following happens (at a high level):

- the configuration file is handed off to the
`run_configuration() <https://github.com/EducationalTestingService/skll/blob/master/skll/experiments.py#L981>`__ function in ``experiments.py``.
`run_configuration() <https://github.com/EducationalTestingService/skll/blob/master/skll/experiments.py#L989>`__ function in ``experiments.py``.
- a `SKLLConfigParser <https://github.com/EducationalTestingService/skll/blob/master/skll/config.py#L34>`__ object is instantiated from ``config.py``
that parses all of the relevant fields out of the given
configuration file.
Expand Down

0 comments on commit f91714a

Please sign in to comment.