Repository: tinkerpop
Updated Branches:
  refs/heads/asciidoc-header [created] cff12774a


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cff12774/gremlin-archetype/gremlin-archetype-tinkergraph/src/main/resources/archetype-resources/README.asciidoc
----------------------------------------------------------------------
diff --git 
a/gremlin-archetype/gremlin-archetype-tinkergraph/src/main/resources/archetype-resources/README.asciidoc
 
b/gremlin-archetype/gremlin-archetype-tinkergraph/src/main/resources/archetype-resources/README.asciidoc
index 59d5aff..ddb6de6 100644
--- 
a/gremlin-archetype/gremlin-archetype-tinkergraph/src/main/resources/archetype-resources/README.asciidoc
+++ 
b/gremlin-archetype/gremlin-archetype-tinkergraph/src/main/resources/archetype-resources/README.asciidoc
@@ -14,22 +14,19 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 ////
-Simple TinkerPop Application
-============================
+= Simple TinkerPop Application
 
 This is a simple starter project that demonstrates how a basic TinkerPop 
project is structured with Maven. This project
 uses 
link:http://tinkerpop.apache.org/docs/${project.version}/reference/#tinkergraph-gremlin[TinkerGraph]
 as an
 embedded graph database, loads it with some data and then executes a shortest 
path calculation, printing the results.
 
-Prerequisites
--------------
+== Prerequisites
 
 * Java 8 Update 40+
 * link:https://maven.apache.org/[Maven 3.x]
 
-Building and Running
---------------------
+== Building and Running
 
 [source,text]
 mvn clean package
-mvn exec:java -Dexec.mainClass="${package}.App"
\ No newline at end of file
+mvn exec:java -Dexec.mainClass="${package}.App"

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cff12774/gremlin-server/src/test/scripts/README.asciidoc
----------------------------------------------------------------------
diff --git a/gremlin-server/src/test/scripts/README.asciidoc 
b/gremlin-server/src/test/scripts/README.asciidoc
index f6ea434..81ca5fb 100644
--- a/gremlin-server/src/test/scripts/README.asciidoc
+++ b/gremlin-server/src/test/scripts/README.asciidoc
@@ -14,4 +14,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 ////
-This directory holds scripts used by other projects (e.g. GLVs) to start and 
stop instances of Gremlin Server.
\ No newline at end of file
+This directory holds scripts used by other projects (e.g. GLVs) to start and 
stop instances of Gremlin Server.

Reply via email to