From 67542eeb10c8714e455a80aa5eb0590c64d5b4b0 Mon Sep 17 00:00:00 2001 From: matt raffel Date: Tue, 27 Nov 2018 09:33:05 -0700 Subject: [PATCH] updated formatting Signed-off-by: matt raffel --- index.rst => README.rst | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) rename index.rst => README.rst (78%) diff --git a/index.rst b/README.rst similarity index 78% rename from index.rst rename to README.rst index 2c8f5db..3640875 100644 --- a/index.rst +++ b/README.rst @@ -1,8 +1,11 @@ -# WHAT - +========================================================= +WHAT +========================================================= This project provides .NET facade for using IndySDK C callable API. -# WHY +========================================================= +WHY +========================================================= IndySDK project does include a .NET wrapper. The IndySDK DotNet wrapper expects developers to know the intrisic details of IndySDK, explicitly needing to know the data @@ -25,23 +28,33 @@ handling as well, unfortunately) - DotNetPay serves as an example for implementing specific Indy SDK Payment API. - For you developers, a true object oriented implementation that follows SOLID principles. -# LICENSE +LICENSE +--------------------- + MIT Apache 2.0 -# Components of this project +Components of this project +--------------------- + See [PROJECTS.md](PROJECTS.md) -# Project Documentation +Project Documentation +--------------------- + [PROJECTS.md](PROJECTS.md) - describes the projects that make up this repo [TESTING.md](TESTING.md) - how to setup environment for running the tests [TODOS.md](TODOS.md) - important engineering topics to be completed -## Acknowledgements +Acknowledgements +--------------------- + Thank you to the indy-sdk-dotnet wrapper project members for assistance, even if indirectly helping us. It would have been much more time consuming if we only had the IndySDK rust libraries to rely on for information. -# See Also +See Also +--------------------- + https://github.com/hyperledger/indy-sdk \ No newline at end of file