From b0a2c82fdf8b6c125a6b9a468d2ddbe851d6b298 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 28 Sep 2016 23:28:51 -0400 Subject: [PATCH] WIP --- docs/API-index.md | 3 +++ docs/API.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 docs/API-index.md diff --git a/docs/API-index.md b/docs/API-index.md new file mode 100644 index 00000000..b29770a4 --- /dev/null +++ b/docs/API-index.md @@ -0,0 +1,3 @@ + +[`load`](api/scheme/load.md#load) +[`write`](api/scheme/write.md#write) diff --git a/docs/API.md b/docs/API.md index fd74fab8..36b6054a 100644 --- a/docs/API.md +++ b/docs/API.md @@ -1,7 +1,7 @@ # R7RS Libraries -This section of the Cyclone Scheme API is based on the specification from [R7RS Scheme Specification](r7rs.pdf). The R7RS document may be used to provide more detailed API information if the API provided here is not sufficient. +This section of the Cyclone API is based on the [R7RS Scheme Specification](r7rs.pdf). The R7RS document may be used to provide detailed information in addition to the following API sections. - Cyclone runtime - [`scheme base`](api/scheme/base.md) @@ -20,7 +20,7 @@ This section of the Cyclone Scheme API is based on the specification from [R