valueflows

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

commit 7f543013c7f08df61f5d2f5793012406d0067cf4
parent 80665717f6a24ae67ae5a69cfe09804a62160452
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Thu,  9 Mar 2017 17:23:06 -0600

fix links, shorten toc

Diffstat:
Mdocs/SUMMARY.md | 42+++++-------------------------------------
Mdocs/specification/classes/classes.md | 18+++++++++---------
Mdocs/specification/properties/properties.md | 38+++++++++++++++++++-------------------
3 files changed, 33 insertions(+), 65 deletions(-)

diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md @@ -9,41 +9,10 @@ ## Specification ### Diagrams -* [RDF-based](diagrams/vowl.md) -* [UML](diagrams/uml.md) +* [RDF Diagram](specification/diagrams/vowl.md) +* [UML Diagram](specification/diagrams/uml.md) -### Classes -* [List of Classes](classes/classes.md) +### Definitions +* [Classes](specification/classes/classes.md) +* [Properties](specification/properties/properties.md) -* [vf:Agent](classes/agent.md) -* [vf:Event](classes/event.md) -* [vf:Group](classes/group.md) -* [vf:Person](classes/person.md) -* [vf:Process](classes/process.md) -* [vf:Relationship](classes/relationship.md) -* [vf:Resource](classes/resource.md) -* [vf:Transformation](classes/transformation.md) -* [vf:Transportation](classes/transportation.md) - -### Properties -* [List of Properties](properties/properties.md) - -* [vf:action](properties/action.md) -* [vf:affectedQuantity](properties/affectedquantity.md) -* [vf:category](properties/category.md) -* [vf:context](properties/context.md) -* [vf:currentLocation](properties/currentlocation.md) -* [vf:eventStart](properties/eventstart.md) -* [vf:image](properties/image.md) -* [vf:input](properties/input.md) -* [vf:name](properties/name.md) -* [vf:note](properties/note.md) -* [vf:object](properties/object.md) -* [vf:output](properties/output.md) -* [vf:primaryLocation](properties/primarylocation.md) -* [vf:quantity](properties/quantity.md) -* [vf:relationship](properties/relationship.md) -* [vf:resource](properties/resource.md) -* [vf:subject](properties/subject.md) -* [vf:trackingIdentifier](properties/trackingidentifier.md) -* [vf:underlyingResource](properties/underlyingresource.md)- \ No newline at end of file diff --git a/docs/specification/classes/classes.md b/docs/specification/classes/classes.md @@ -1,12 +1,12 @@ # Classes -* [Agent](agent.md) -* [Event](event.md) -* [Group](group.md) -* [Person](person.md) -* [Process](process.md) -* [Relationship](relationship.md) -* [Resource](resource.md) -* [Transformation](transformation.md) -* [Transportation](transportation.md) +* [Agent](specification/classes/agent.md) +* [Event](specification/classes/event.md) +* [Group](specification/classes/group.md) +* [Person](specification/classes/person.md) +* [Process](specification/classes/process.md) +* [Relationship](specification/classes/relationship.md) +* [Resource](specification/classes/resource.md) +* [Transformation](specification/classes/transformation.md) +* [Transportation](specification/classes/transportation.md) diff --git a/docs/specification/properties/properties.md b/docs/specification/properties/properties.md @@ -1,21 +1,21 @@ # Properties -* [action](action.md) -* [affectedQuantity](affectedquantity.md) -* [category](category.md) -* [context](context.md) -* [currentLocation](currentlocation.md) -* [eventStart](eventstart.md) -* [image](image.md) -* [input](input.md) -* [name](name.md) -* [note](note.md) -* [object](object.md) -* [output](output.md) -* [primaryLocation](primarylocation.md) -* [quantity](quantity.md) -* [relationship](relationship.md) -* [resource](resource.md) -* [subject](subject.md) -* [trackingIdentifier](trackingidentifier.md) -* [underlyingResource](underlyingresource.md) +* [action](specification/properties/action.md) +* [affectedQuantity](specification/properties/affectedquantity.md) +* [category](specification/properties/category.md) +* [context](specification/properties/context.md) +* [currentLocation](specification/properties/currentlocation.md) +* [eventStart](specification/properties/eventstart.md) +* [image](specification/properties/image.md) +* [input](specification/properties/input.md) +* [name](specification/properties/name.md) +* [note](specification/properties/note.md) +* [object](specification/properties/object.md) +* [output](specification/properties/output.md) +* [primaryLocation](specification/properties/primarylocation.md) +* [quantity](specification/properties/quantity.md) +* [relationship](specification/properties/relationship.md) +* [resource](specification/properties/resource.md) +* [subject](specification/properties/subject.md) +* [trackingIdentifier](specification/properties/trackingidentifier.md) +* [underlyingResource](specification/properties/underlyingresource.md)