[
https://issues.apache.org/jira/browse/TINKERPOP-2430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17206096#comment-17206096
]
ASF GitHub Bot commented on TINKERPOP-2430:
-------------------------------------------
spmallette commented on a change in pull request #1336:
URL: https://github.com/apache/tinkerpop/pull/1336#discussion_r498754756
##########
File path: docs/src/recipes/looping.asciidoc
##########
@@ -0,0 +1,88 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+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.
+////
+[[looping]]
+== Looping
+One common use case when working with Gremlin is to perform complex looping
statements using the `repeat()` step. While many of the common patterns for
looping within traversals are discussed in the documentation there are several
more complex patterns that include additional steps which are also commonly
used. This section attempts to demonstrate how to use some of these more
complex measurements.
Review comment:
You should be free to use line breaks - asciidoc knows to keep
paragraphs together. It's sometimes makes diffs easier to read with some breaks
in place.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Looping Recipies
> ----------------
>
> Key: TINKERPOP-2430
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2430
> Project: TinkerPop
> Issue Type: Improvement
> Components: documentation
> Reporter: Dave Bechberger
> Priority: Minor
>
> Create documentation recipes for common looping patterns including:
> Conditional Looping with Max Depth
> Emitting the Loop Depth
--
This message was sent by Atlassian Jira
(v8.3.4#803005)