[tinkerpop] branch tp33 updated (cff5267 -> 4125f94)

2019-03-29 Thread rdale
This is an automated email from the ASF dual-hosted git repository.

rdale pushed a change to branch tp33
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


from cff5267  escape __ with + CTR
 add 4125f94  render code blocks at EOF - CTR

No new revisions were added by this update.

Summary of changes:
 docs/preprocessor/awk/tabify.awk | 7 +++
 1 file changed, 7 insertions(+)



[tinkerpop] branch master updated: render code blocks at EOF - CTR

2019-03-29 Thread rdale
This is an automated email from the ASF dual-hosted git repository.

rdale pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
 new 4125f94  render code blocks at EOF - CTR
 new 667134d  Merge branch 'tp33'
4125f94 is described below

commit 4125f949928067767bf19ed1cca14357cec657fc
Author: Robert Dale 
AuthorDate: Fri Mar 29 15:41:29 2019 -0400

render code blocks at EOF - CTR
---
 docs/preprocessor/awk/tabify.awk | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/docs/preprocessor/awk/tabify.awk b/docs/preprocessor/awk/tabify.awk
index 28e7cf6..d6ffacc 100644
--- a/docs/preprocessor/awk/tabify.awk
+++ b/docs/preprocessor/awk/tabify.awk
@@ -126,3 +126,10 @@ BEGIN {
 else code = code "\n" $0
   }
 }
+
+END {
+  # EOF
+  if (status == 3) {
+print_tabs(next_id, tabs, blocks)
+  }
+}



[tinkerpop] branch master updated: fixed linked - CTR

2019-03-29 Thread rdale
This is an automated email from the ASF dual-hosted git repository.

rdale pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
 new cfd50f1  fixed linked - CTR
cfd50f1 is described below

commit cfd50f12573e79451e5b244c855e00a7a2296cd9
Author: Robert Dale 
AuthorDate: Fri Mar 29 13:49:41 2019 -0400

fixed linked - CTR
---
 docs/src/dev/developer/administration.asciidoc | 4 ++--
 docs/src/dev/developer/contributing.asciidoc   | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/src/dev/developer/administration.asciidoc 
b/docs/src/dev/developer/administration.asciidoc
index 6eea3ab..7b82792 100644
--- a/docs/src/dev/developer/administration.asciidoc
+++ b/docs/src/dev/developer/administration.asciidoc
@@ -188,7 +188,7 @@ https://svn.apache.org/repos/private/foundation/board
 [[contributor-listing]]
 == Contributor Listing
 
-Contributions can come in <> and extend well 
beyond code contributions. TinkerPop
+Contributions can come in <> and extend well 
beyond code contributions. TinkerPop
 strives to ensure that contributions are honestly and accurately recognized 
for the benefit of the individuals who
 help make TinkerPop possible.
 
@@ -228,4 +228,4 @@ Please take a moment to update your bio directly in Git[2] 
or, if you would pref
 [1] http://tinkerpop.apache.org/#contributors
 [2] http://tinkerpop.apache.org/docs/current/dev/developer/#contributor-listing
 [3] https://github.com/apache/tinkerpop/blob/master/docs/site/home/index.html
-
\ No newline at end of file
+
diff --git a/docs/src/dev/developer/contributing.asciidoc 
b/docs/src/dev/developer/contributing.asciidoc
index 576a652..fda4029 100644
--- a/docs/src/dev/developer/contributing.asciidoc
+++ b/docs/src/dev/developer/contributing.asciidoc
@@ -20,6 +20,7 @@ Contributions via GitHub pull requests are gladly accepted 
from their original a
 material via pull request, email, or other means you agree to license the 
material under the project's open source
 license and warrant that you have the legal authority to do so.
 
+[[ways-to-contribute]]
 == Ways to Contribute
 
 image:gremlin-apache.png[width=250,float=left] While the concept of an open 
source contribution can refer to doing