From 2714e07f06e5309a293fba2c03c13f7a0964149a Mon Sep 17 00:00:00 2001 From: jart Date: Fri, 15 Jul 2016 13:08:56 -0700 Subject: [PATCH] Follow 80 column rule in docs Markdown ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=127570507 --- docs/app-engine-architecture.md | 3 ++- docs/developing.md | 3 ++- docs/install.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/app-engine-architecture.md b/docs/app-engine-architecture.md index cdbccdc23..7ca73cf0d 100644 --- a/docs/app-engine-architecture.md +++ b/docs/app-engine-architecture.md @@ -1,6 +1,7 @@ # App Engine architecture -This document contains information on the overall architecture of the Domain Registry project as it is implemented in App Engine. +This document contains information on the overall architecture of the Domain +Registry project as it is implemented in App Engine. ## Modules diff --git a/docs/developing.md b/docs/developing.md index 4ac317558..cb4d13070 100644 --- a/docs/developing.md +++ b/docs/developing.md @@ -1,3 +1,4 @@ # Developing -Advice on how to do development on the Domain Registry codebase (including how to set up an IDE environment and run tests). +Advice on how to do development on the Domain Registry codebase (including how +to set up an IDE environment and run tests). diff --git a/docs/install.md b/docs/install.md index 419e75b20..90aaf9486 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,3 +1,4 @@ # Installation -Information on how to download and install the Domain Registry project and get a working running instance. +Information on how to download and install the Domain Registry project and get a +working running instance.