[ 
https://issues.apache.org/jira/browse/TINKERPOP-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15037984#comment-15037984
 ] 

stephen mallette commented on TINKERPOP-1020:
---------------------------------------------

i had some similar thinking for short-cutting doc generation.  i was looking to 
just publish a specific set of asciidoc in full.  like i'm working on a 
tutorial and want to see how it looks so i {{bin/process-docs.sh 
my-tutorial.asciidoc}}.  no need in that case to regen everything.  you can 
simulate this manually by deleting the output file for {{my-tutorial.html}} and 
then re-running {{bin/process-docs.sh}} but it would be nice if that feature 
was just part of the standard command line somehow.  i guess there's a way to 
do it with a long command line to {{preprocess-file.sh}} too but that approach 
is not terribly memorable.

> Provide --dryRun selectivity for "half publishing" docs.
> --------------------------------------------------------
>
>                 Key: TINKERPOP-1020
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1020
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 3.1.0-incubating
>            Reporter: Marko A. Rodriguez
>            Assignee: Daniel Kuppitz
>            Priority: Minor
>
> I love {{process.docs --dryRun}}. However, sometimes I want to have some of 
> the docs fully processed and other not. The main use case is for when I want 
> to have {{the-traversal.asciidoc}} generated in full and 
> {{implementations.asciidoc}} not (because, e.g., Giraph examples take too 
> long to run).
> I don't know what the syntax would be, but something like this would be cool:
> {code}
> bin/process-docs.sh --dryRun[implementations.asciidoc,xxx.asciidoc]
> {code}
> where
> {code}
> bin/process-docs.sh --dryRun[*]
> {code}
> is currently what {{--dryRun}} is.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to