diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-16 13:20:40 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-16 16:14:04 -0400 |
commit | 1b88e2c6f0e3b060d7319e69d9ddf45bed98596f (patch) | |
tree | d704d114d1e543914dfd68e48421ece7eda16982 /doc/source/sessions/first-project-ls.html | |
parent | b592a80b0e4e244ce50b2452ffcd655fd843bf81 (diff) | |
download | buildstream-1b88e2c6f0e3b060d7319e69d9ddf45bed98596f.tar.gz |
doc: Adding part 1 of the getting started tutorial
o doc/Makefile: Added new directory to collect rst files from
o doc/examples/first-project: Added the "first-project" example
project.
o doc/source/sessions/first-project-*.html: Added the generated
snippets
o doc/source/using_tutorial.rst: Added the new main tutorial page
o doc/source/tutorial/first-project.rst: Added part 1 of the tutorial here
o tests/examples/first-project.py: Added test for the example project
This is largely based on an example by Javier Jardón, which was
submitted at https://gitlab.com/BuildStream/buildstream/merge_requests/323
Fixes #103
Diffstat (limited to 'doc/source/sessions/first-project-ls.html')
-rw-r--r-- | doc/source/sessions/first-project-ls.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/sessions/first-project-ls.html b/doc/source/sessions/first-project-ls.html new file mode 100644 index 000000000..97e7f16dc --- /dev/null +++ b/doc/source/sessions/first-project-ls.html @@ -0,0 +1,8 @@ +<!-- + WARNING: This file was generated with bst2html.py +--> +<div class="highlight" style="font-size:x-small"><pre> +<span style="color:#C4A000;font-weight:bold">user@host</span>:<span style="color:#3456A4;font-weight:bold">~/first-project</span>$ ls ./here + +hello.world +</pre></div> |