You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2015/12/03 16:47:10 UTC

[jira] [Updated] (TINKERPOP-1020) Provide --dryRun selectivity for "half publishing" docs.

     [ https://issues.apache.org/jira/browse/TINKERPOP-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marko A. Rodriguez updated TINKERPOP-1020:
------------------------------------------
    Description: 
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.

  was:
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}


> 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)