You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/09/02 14:35:07 UTC

[2/2] tinkerpop git commit: Minor fixes to formatting and text in docs

Minor fixes to formatting and text in docs


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/718a5eca
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/718a5eca
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/718a5eca

Branch: refs/heads/master
Commit: 718a5eca9c90fd4c536a4f58ae8cb2e9ecf4034f
Parents: fac4015
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Sep 2 10:33:44 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Sep 2 10:33:44 2016 -0400

----------------------------------------------------------------------
 docs/src/dev/developer/administration.asciidoc | 8 ++++----
 docs/src/reference/intro.asciidoc              | 2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/718a5eca/docs/src/dev/developer/administration.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/administration.asciidoc b/docs/src/dev/developer/administration.asciidoc
index 39fea01..fda8ecb 100644
--- a/docs/src/dev/developer/administration.asciidoc
+++ b/docs/src/dev/developer/administration.asciidoc
@@ -77,12 +77,12 @@ Assuming the iCLA included items from step 3, the secretary will handle account
 the PMC chair to link:http://www.apache.org/dev/pmc.html#newcommitter[handle such things]. Once the account is
 established the PMC chair will then need to:
 
-1. Validate that the iCLA is on file either through link:https://svn.apache.org/repos/private/foundation/officers/[svn]
+. Validate that the iCLA is on file either through link:https://svn.apache.org/repos/private/foundation/officers/[svn]
 or through link:http://people.apache.org/committer-index.html[people.apache.org].
-1. Request that the account be created. The PMC Chair may do this through the link:http://infra.apache.org/[Account Request Form].
-1. Once verified, provide the new committer access to the repository, which is most easily done through
+. Request that the account be created. The PMC Chair may do this through the link:http://infra.apache.org/[Account Request Form].
+. Once verified, provide the new committer access to the repository, which is most easily done through
 link:https://whimsy.apache.org/roster/committee/[Whimsy].
-1. Send an announcement email to the developer and user mailing lists with the template below.
+. Send an announcement email to the developer and user mailing lists with the template below.
 
 [source,text]
 ----

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/718a5eca/docs/src/reference/intro.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/intro.asciidoc b/docs/src/reference/intro.asciidoc
index 01df052..d38e23b 100644
--- a/docs/src/reference/intro.asciidoc
+++ b/docs/src/reference/intro.asciidoc
@@ -380,6 +380,8 @@ and link:http://mrhaki.blogspot.de/2009/08/groovy-goodness-turn-methods-into.htm
 <4> Groovy is lenient on object typing and Java is not. When the parameter type of the lambda is not known,
 typecasting is required.
 
+Please see the <<gremlin-variants, Gremlin Variants>> section for more information on this topic.
+
 Graph System Integration
 ------------------------