From 0d9669f907379c55e4d8617d1339118381de560a Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Thu, 12 Apr 2018 00:05:44 +0700 Subject: [PATCH] Add link to .mli as a stand in for the api docs --- doc/configurator.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/configurator.rst b/doc/configurator.rst index e2ea6ce4..5f449f39 100644 --- a/doc/configurator.rst +++ b/doc/configurator.rst @@ -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 +`__. 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