valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit 875babb0086ab1da172513f1309c55b2cba3b197
parent 527c34c7ff49e77f90bb8f18a2e43eeb2ce420cb
Author: elf Pavlik <elf-pavlik@hackers4peace.net>
Date:   Wed,  7 Sep 2016 11:31:18 -0500

added README to each section of snippets

Diffstat:
Asnippets/3d-printed-parts/README.md | 7+++++++
Asnippets/bikes/README.md | 6++++++
2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/snippets/3d-printed-parts/README.md b/snippets/3d-printed-parts/README.md @@ -0,0 +1,7 @@ +1. [filament-before-create.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/3d-printed-parts/filament-before-create.yaml) +2. [create-process.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/3d-printed-parts/create-process.yaml) +3. [filament-after-create.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/3d-printed-parts/filament-after-create.yaml) +4. [parts-after-create.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/3d-printed-parts/parts-after-create.yaml) +5. [increment-process.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/3d-printed-parts/increment-process.yaml) +6. [filament-after-increment.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/3d-printed-parts/filament-after-increment.yaml) +7. [parts-after-increment.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/3d-printed-parts/parts-after-increment.yaml) diff --git a/snippets/bikes/README.md b/snippets/bikes/README.md @@ -0,0 +1,6 @@ +1. [assemble-process.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes/assemble-process.yaml) +2. [bikes-after-assemble.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes/bikes-after-assemble.yaml) +3. [transport-process.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes/transport-process.yaml) +4. [bikes-after-transport.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes/bikes-after-transport.yaml) +5. [disassemble-process.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes/disassemble-process.yaml) +6. [bikes-after-disassemble.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes/bikes-after-disassemble.yaml)