docs/src/examples.md

changeset 266
33d229634809
parent 264
24f5484bae97
     1.1 --- a/docs/src/examples.md	Mon Nov 13 13:27:18 2017 +0100
     1.2 +++ b/docs/src/examples.md	Mon Nov 13 15:54:17 2017 +0100
     1.3 @@ -2,4 +2,45 @@
     1.4  title: Examples
     1.5  ---
     1.6  
     1.7 -Examples are currently developed and will be available very soon.
     1.8 +On this page you find several example use cases in which the UAP Common
     1.9 +Extensions make life easier.
    1.10 +The examples are ordered by the complexity of the problem and start with
    1.11 +simple showcases.
    1.12 +Finally, we show how to implement a simple [properties editor](#props) with UCX.
    1.13 +
    1.14 +<a name="sstr"></a>
    1.15 +
    1.16 +## String
    1.17 +
    1.18 +Coming soon...
    1.19 +
    1.20 +<a name="list"></a>
    1.21 +
    1.22 +## List
    1.23 +
    1.24 +Coming soon...
    1.25 +
    1.26 +<a name="mpool"></a>
    1.27 +
    1.28 +## Memory Pool
    1.29 +
    1.30 +Coming soon...
    1.31 +
    1.32 +<a name="buffer"></a>
    1.33 +
    1.34 +## Buffer
    1.35 +
    1.36 +Coming soon...
    1.37 +
    1.38 +<a name="tests"></a>
    1.39 +
    1.40 +## Testing
    1.41 +
    1.42 +Coming soon...
    1.43 +
    1.44 +<a name="props"></a>
    1.45 +
    1.46 +## Properties Editor
    1.47 +
    1.48 +Coming soon...
    1.49 +

mercurial