From 52ecc23f7e0a0093909b076daccdc95e8e0e1cec Mon Sep 17 00:00:00 2001 From: Radoslav Pitonak Date: Thu, 18 Jan 2018 23:42:43 +0000 Subject: [PATCH 1/2] Fix references to standard API in the documentation --- docs/api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 9073b166..f63823e8 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1,14 +1,14 @@ -Standard API +Core API ============ -The Standard API includes all of the core API calls that are made +The Core API includes all of the core API calls that are made available by the current `IOTA Reference Implementation `__. These methods are "low level" and generally do not need to be called directly. -For the full documentation of all the Standard API calls, please refer +For the full documentation of all the Core API calls, please refer to the `official documentation `__. Extended API From 37be26bb4cfd05ad9a57b29dee4812f2daeb0c45 Mon Sep 17 00:00:00 2001 From: Radoslav Pitonak Date: Fri, 26 Jan 2018 21:42:24 +0000 Subject: [PATCH 2/2] Formatting change --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index f63823e8..f0af315a 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1,5 +1,5 @@ Core API -============ +======== The Core API includes all of the core API calls that are made available by the current `IOTA Reference