Reorganize COPYING file for auto-detection of licenses
[alexxy/gromacs.git] / src / external / googletest / googlemock / docs / Documentation.md
1 This page lists all documentation markdown files for Google Mock **(the
2 current git version)**
3 -- **if you use a former version of Google Mock, please read the
4 documentation for that specific version instead (e.g. by checking out
5 the respective git branch/tag).**
6
7   * [ForDummies](ForDummies.md) -- start here if you are new to Google Mock.
8   * [CheatSheet](CheatSheet.md) -- a quick reference.
9   * [CookBook](CookBook.md) -- recipes for doing various tasks using Google Mock.
10   * [FrequentlyAskedQuestions](FrequentlyAskedQuestions.md) -- check here before asking a question on the mailing list.
11
12 To contribute code to Google Mock, read:
13
14   * [CONTRIBUTING](../CONTRIBUTING.md) -- read this _before_ writing your first patch.
15   * [Pump Manual](../../googletest/docs/PumpManual.md) -- how we generate some of Google Mock's source files.