Add link to .mli as a stand in for the api docs

This commit is contained in:
Rudi Grinberg 2018-04-12 00:05:44 +07:00
parent 9673d4eaf9
commit 0d9669f907
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ Usage
=====
We'll describe configurator with a simple example. Everything else can be easily
learned by studying configurator's API.
learned by studying `configurator's API
<https://github.com/ocaml/dune/blob/master/src/configurator/v1.mli>`__.
To use configurator, we write an executable that will query the system using
configurator's API and output a set of targets reflecting the results. For