From b371875e02cce2fb3fbb9fbb8f07eb5817ae0e8f Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 29 Mar 2017 15:03:43 -0300 Subject: docs: Import the website and wiki and build with hotdoc This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it. --- docs/markdown/Playground.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/markdown/Playground.md (limited to 'docs/markdown/Playground.md') diff --git a/docs/markdown/Playground.md b/docs/markdown/Playground.md new file mode 100644 index 000000000..5699f22a5 --- /dev/null +++ b/docs/markdown/Playground.md @@ -0,0 +1,31 @@ +# playground + +This page is *not* part of official documentation. It exists merely for testing new stuff for the wiki. + +## Ref manual reformat + +The current format is not very readable. We should have something more like what [glib](https://developer.gnome.org/glib/stable/glib-Hash-Tables.html) or [Python](https://docs.python.org/3/library/os.html) do. + +Here's a first proposal. + + project(, + , + version : , + subproject_dir : , + meson_version : , + license : , + default_options : , + +Longer descriptions of arguments go here. + +Take two: + +## project + + + + version : + subproject_dir : + meson_version : + license : + default_options : -- cgit v1.2.3