# HG changeset patch # User Mike Becker # Date 1511190623 -3600 # Node ID f4789572c9d6242896227225cfb753a5817277d2 # Parent 33d22963480962c4cb154c9f311b7af143de26bc restructures documentation + adds some examples for sstr_t diff -r 33d229634809 -r f4789572c9d6 docs/src/Makefile --- a/docs/src/Makefile Mon Nov 13 15:54:17 2017 +0100 +++ b/docs/src/Makefile Mon Nov 20 16:10:23 2017 +0100 @@ -30,7 +30,6 @@ PFLAGS=-c ucx.css -B header.html -A footer.html -T 'UAP Common Extensions' SRC = index.md -SRC += examples.md SRC += install.md SRC += license.md SRC += modules.md diff -r 33d229634809 -r f4789572c9d6 docs/src/examples.md --- a/docs/src/examples.md Mon Nov 13 15:54:17 2017 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,46 +0,0 @@ ---- -title: Examples ---- - -On this page you find several example use cases in which the UAP Common -Extensions make life easier. -The examples are ordered by the complexity of the problem and start with -simple showcases. -Finally, we show how to implement a simple [properties editor](#props) with UCX. - - - -## String - -Coming soon... - - - -## List - -Coming soon... - - - -## Memory Pool - -Coming soon... - - - -## Buffer - -Coming soon... - - - -## Testing - -Coming soon... - - - -## Properties Editor - -Coming soon... - diff -r 33d229634809 -r f4789572c9d6 docs/src/header.html --- a/docs/src/header.html Mon Nov 13 15:54:17 2017 +0100 +++ b/docs/src/header.html Mon Nov 20 16:10:23 2017 +0100 @@ -34,22 +34,12 @@
  • Utilities
  • -
  • Examples - -
  • +
  • API Reference