From 04a774994c9c5a26a7b273aacebb5bd2db7463cc Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 29 Aug 2017 12:33:33 +0000 Subject: [PATCH] Explicit API link --- index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.md b/index.md index 46bbe95c..0474fde5 100644 --- a/index.md +++ b/index.md @@ -52,6 +52,8 @@ Documentation - The [User Manual](docs/User-Manual) covers in detail how to use Cyclone, and provides information and API documentation on the Scheme language features implemented by Cyclone. +- An [API Reference](docs/API) is available for all libraries provided by Cyclone, including a complete alphabetical listing. + - If you need a resource to start learning the Scheme language you may want to try a classic textbook such as [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html). - Finally, this [benchmarks](http://ecraven.github.io/r7rs-benchmarks/benchmark.html) page by [ecraven](https://github.com/ecraven) compares the performance of Cyclone with other Schemes.