[gnome-builder] doc: start on projcets section



commit efdd37314784113cde75180f15bd83cf53cf5ac2
Author: Christian Hergert <chergert redhat com>
Date:   Wed Mar 8 19:28:45 2017 -0800

    doc: start on projcets section

 doc/figures/newproject.png |  Bin 0 -> 103420 bytes
 doc/projects/building.rst  |    3 +++
 doc/projects/creating.rst  |    8 ++++++++
 doc/projects/debugging.rst |    6 ++++++
 doc/projects/index.rst     |   10 ++++++++++
 doc/projects/profiling.rst |    7 +++++++
 doc/projects/sharing.rst   |    3 +++
 7 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/doc/figures/newproject.png b/doc/figures/newproject.png
new file mode 100644
index 0000000..66a8daa
Binary files /dev/null and b/doc/figures/newproject.png differ
diff --git a/doc/projects/building.rst b/doc/projects/building.rst
new file mode 100644
index 0000000..afdab2b
--- /dev/null
+++ b/doc/projects/building.rst
@@ -0,0 +1,3 @@
+######################
+Building your Projects
+######################
diff --git a/doc/projects/creating.rst b/doc/projects/creating.rst
new file mode 100644
index 0000000..84df171
--- /dev/null
+++ b/doc/projects/creating.rst
@@ -0,0 +1,8 @@
+#####################
+Creating your Project
+#####################
+
+.. image:: ../figures/newproject.png
+   :width: 700 px
+   :align: center
+
diff --git a/doc/projects/debugging.rst b/doc/projects/debugging.rst
new file mode 100644
index 0000000..0812e81
--- /dev/null
+++ b/doc/projects/debugging.rst
@@ -0,0 +1,6 @@
+######################
+Debugging your Project
+######################
+
+.. warning:: Builder does not currently support debugging, but it is expected in version 3.26.
+
diff --git a/doc/projects/index.rst b/doc/projects/index.rst
index 8a2e8eb..5421d39 100644
--- a/doc/projects/index.rst
+++ b/doc/projects/index.rst
@@ -3,3 +3,13 @@ Projects
 ########
 
 
+.. toctree::
+   :maxdepth: 2
+   :titlesonly:
+
+   creating
+   building
+   debugging
+   profiling
+   sharing
+
diff --git a/doc/projects/profiling.rst b/doc/projects/profiling.rst
new file mode 100644
index 0000000..9019eb1
--- /dev/null
+++ b/doc/projects/profiling.rst
@@ -0,0 +1,7 @@
+######################
+Profiling your Project
+######################
+
+Builder integrates with the Sysprof profiler to provide a robust sampling profiler.
+
+
diff --git a/doc/projects/sharing.rst b/doc/projects/sharing.rst
new file mode 100644
index 0000000..cff9367
--- /dev/null
+++ b/doc/projects/sharing.rst
@@ -0,0 +1,3 @@
+####################
+Sharing your Project
+####################


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]