Skip to content

Commit

Permalink
Added getting started guide to test doc contents
Browse files Browse the repository at this point in the history
  • Loading branch information
garywoodfine committed Feb 6, 2018
1 parent 6090ea3 commit f666eff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/Getting-started.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Getting Started Guide
=====================

What is Threenine.Map
=====================

Threenine.Map is a code library to enable easier and leaner object-object mapper. Under the hood it makes use of the most popular C# object-object mapper Automapper

Object-object mapping works by transforming an input object of one type into an output object of a different type.

What makes AutoMapper interesting is that it provides some interesting conventions to take the dirty work out of figuring out how to map type A to type B. As long as type B follows AutoMapper's established convention, almost zero configuration is needed to map two types.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
:caption: Contents:


Threenine.Map documentation
=========================================
Introduction
============

Threenine.Map helps you do this by just implementing one of the mapping interfaces in your view models and domain models, and you're set!

Expand Down

0 comments on commit f666eff

Please sign in to comment.