valueflows

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

commit f91ce2d831d7b89c90bd381597a1564b5dbb86a4
parent c00f170133775cd8bb51ee5299a9ce793744cea3
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Tue,  6 Aug 2019 09:57:27 -0500

Examples (#539)

* first cut example section

* experiment getting toc right

* ongoing work

* experiment with relative addressing

Diffstat:
Mdocs/SUMMARY.md | 12++++++------
Mexamples/ex-agent.md | 2+-
Mexamples/ex-resource.md | 2+-
3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md @@ -38,12 +38,12 @@ ## Examples -* [Agents](examples/ex-agent.md) -* [Economic Resources](examples/ex-resource.md) -* [Production](examples/ex-production.md) -* [Exchanges and Transfers](examples/ex-exchange.md) -* [Planning](examples/ex-planning.md) -* [Combination Examples](examples/complex.md) +* [Agents](../../examples/ex-agent.md) +* [Economic Resources](../examples/ex-resource.md) +* [Production](../examples/ex-production.md) +* [Exchanges and Transfers](../../examples/ex-exchange.md) +* [Planning](../../examples/ex-planning.md) +* [Combination Examples](../../examples/complex.md) ## Appendices diff --git a/examples/ex-agent.md b/examples/ex-agent.md @@ -2,5 +2,5 @@ These examples include agents (people and organizations) and their relationships. -[import, lang:"yaml"](agent.yaml) +[import, lang:"yaml"](../../examples/agent.yaml) diff --git a/examples/ex-resource.md b/examples/ex-resource.md @@ -2,4 +2,4 @@ These examples include economic resources, classified and with a resource specification. -[import, lang:"yaml"](resource.yaml) +[import, lang:"yaml"](../../examples/resource.yaml)