From 9bb4e89b8ac2bf8a9b815b2899244602fe8853d5 Mon Sep 17 00:00:00 2001 From: Gary Woodfine Date: Tue, 6 Feb 2018 11:19:30 +0000 Subject: [PATCH] added more content to test docs --- docs/Getting-started.rst | 14 +++++++++++++- docs/index.rst | 8 ++++---- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/docs/Getting-started.rst b/docs/Getting-started.rst index 3598559..44811e9 100644 --- a/docs/Getting-started.rst +++ b/docs/Getting-started.rst @@ -14,4 +14,16 @@ What makes AutoMapper interesting is that it provides some interesting conventio How to install ============== Threenine.map is available via a nuget package `Threenine.map -`_. \ No newline at end of file +`_. + +Install via package manager : +:: + + Install-Package Threenine.Map + +Or using the dotnet core cli : +:: + + dotnet add package Threenine.Map + + diff --git a/docs/index.rst b/docs/index.rst index 6197186..cc5ef5d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,11 +20,7 @@ .. _feature-docs: -.. toctree:: - :maxdepth: 2 - :caption: Feature Documentation - MappingConfigurationFactory Introduction ============ @@ -39,5 +35,9 @@ Threenine.Map supports the following platforms: * .NET 4.5.2+ * .NET Platform Standard 2.0 +.. toctree:: + :maxdepth: 2 + :caption: Feature Documentation + MappingConfigurationFactory