valueflows

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

commit 88ec707fa4bb835697cc4088ea9bedf6cc00294d
parent f91ce2d831d7b89c90bd381597a1564b5dbb86a4
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Tue,  6 Aug 2019 11:08:22 -0500

restructure example pages under docs (#542)


Diffstat:
Mdocs/SUMMARY.md | 12++++++------
Rexamples/ex-agent.md -> docs/examples/ex-agent.md | 0
Adocs/examples/ex-complex.md | 5+++++
Adocs/examples/ex-exchange.md | 32++++++++++++++++++++++++++++++++
Adocs/examples/ex-planning.md | 25+++++++++++++++++++++++++
Adocs/examples/ex-production.md | 14++++++++++++++
Rexamples/ex-resource.md -> docs/examples/ex-resource.md | 0
Dexamples/ex-complex.md | 5-----
Dexamples/ex-exchange.md | 32--------------------------------
Dexamples/ex-planning.md | 25-------------------------
Dexamples/ex-production.md | 14--------------
11 files changed, 82 insertions(+), 82 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) +* [Combinations](examples/complex.md) ## Appendices diff --git a/examples/ex-agent.md b/docs/examples/ex-agent.md diff --git a/docs/examples/ex-complex.md b/docs/examples/ex-complex.md @@ -0,0 +1,5 @@ +# Complex Examples + +#### Transportation with transfer FOB destination + +[import, lang:"yaml"](../../transport-with-transfer.yaml) diff --git a/docs/examples/ex-exchange.md b/docs/examples/ex-exchange.md @@ -0,0 +1,32 @@ +# Transfer and Exchange Examples + +#### Exchange agreements + +An exchange agreement with commitments and an exchange without prior agreement. + +[import, lang:"yaml"](../../exch-agreement.yaml) + +#### Crypto-currency transfer + +A simple transfer of a currency from one agent to another. + +[import, lang:"yaml"](../../transfer-crypto.yaml) + +#### Moving crypto-currency + +A simple move of a currency from one account to another by one agent. + +[import, lang:"yaml"](../../move-crypto.yaml) + +#### Checkout book + +Checking out and checking back in a library book (a loan). + +[import, lang:"yaml"](../../checkout-book.yaml) + +#### Claim + +Logged work triggers a claim for future income distribution for that work. + +[import, lang:"yaml"](../../claim.yaml) + diff --git a/docs/examples/ex-planning.md b/docs/examples/ex-planning.md @@ -0,0 +1,25 @@ +# Planning Examples + +#### Simple plan + +A plan for creating some different resources needed for one campaign. + +[import, lang:"yaml"](../../simple-plan.yaml) + +#### Fulfillment and satisfaction + +Examples of commitments satisfying intents, and economic events satisfying commitments. + +[import, lang:"yaml"](../../fulfill-satisfy.yaml) + +#### Proposals with intents + +Several simple examples of proposals, including requests and offers with and without expected reciprocity. Also timebank intents, price lists, requests for help with a planned production process. + +[import, lang:"yaml"](../../simple-proposals.yaml) + +#### Budgeting + +An abbreviated budget, an example of a scenario. + +[import, lang:"yaml"](../../budget.yaml) diff --git a/docs/examples/ex-production.md b/docs/examples/ex-production.md @@ -0,0 +1,14 @@ +# Production Examples + +#### Manufacturing + +Execution of simple one-process manufacturing with typical inputs and outputs. + +[import, lang:"yaml"](../../process-manufacturing.yaml) + +#### Workflow production + +A simple repair process with typical inputs and outputs. + +[import, lang:"yaml"](../../process-workflow.yaml) + diff --git a/examples/ex-resource.md b/docs/examples/ex-resource.md diff --git a/examples/ex-complex.md b/examples/ex-complex.md @@ -1,5 +0,0 @@ -# Complex Examples - -#### Transportation with transfer FOB destination - -[import, lang:"yaml"](transport-with-transfer.yaml) diff --git a/examples/ex-exchange.md b/examples/ex-exchange.md @@ -1,32 +0,0 @@ -# Transfer and Exchange Examples - -#### Exchange agreements - -An exchange agreement with commitments and an exchange without prior agreement. - -[import, lang:"yaml"](exch-agreement.yaml) - -#### Crypto-currency transfer - -A simple transfer of a currency from one agent to another. - -[import, lang:"yaml"](transfer-crypto.yaml) - -#### Moving crypto-currency - -A simple move of a currency from one account to another by one agent. - -[import, lang:"yaml"](move-crypto.yaml) - -#### Checkout book - -Checking out and checking back in a library book (a loan). - -[import, lang:"yaml"](checkout-book.yaml) - -#### Claim - -Logged work triggers a claim for future income distribution for that work. - -[import, lang:"yaml"](claim.yaml) - diff --git a/examples/ex-planning.md b/examples/ex-planning.md @@ -1,25 +0,0 @@ -# Planning Examples - -#### Simple plan - -A plan for creating some different resources needed for one campaign. - -[import, lang:"yaml"](simple-plan.yaml) - -#### Fulfillment and satisfaction - -Examples of commitments satisfying intents, and economic events satisfying commitments. - -[import, lang:"yaml"](fulfill-satisfy.yaml) - -#### Proposals with intents - -Several simple examples of proposals, including requests and offers with and without expected reciprocity. Also timebank intents, price lists, requests for help with a planned production process. - -[import, lang:"yaml"](simple-proposals.yaml) - -#### Budgeting - -An abbreviated budget, an example of a scenario. - -[import, lang:"yaml"](budget.yaml) diff --git a/examples/ex-production.md b/examples/ex-production.md @@ -1,14 +0,0 @@ -# Production Examples - -#### Manufacturing - -Execution of simple one-process manufacturing with typical inputs and outputs. - -[import, lang:"yaml"](process-manufacturing.yaml) - -#### Workflow production - -A simple repair process with typical inputs and outputs. - -[import, lang:"yaml"](process-workflow.yaml) -