Skip to content

Commit

Permalink
Fix Order of Stencil Dev Docs & Remove Todos
Browse files Browse the repository at this point in the history
  • Loading branch information
prikhi committed Apr 7, 2015
1 parent 2caec3f commit ac05fb2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 20 deletions.
3 changes: 0 additions & 3 deletions docs/source/devguide/envprep.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ The Definition.xml file should contain the following skeleton code:
Development tools
-----------------

.. todo::
re-add or consider removal of recommended apps links

Developing Pencil stencil collections requires no special tools. What you need is just a text editor and for distribution, you need just a compatible archiving tool that can create ZIP files.

Although special tools are not requires, the following set of software programs are recommended since they will help you get your job done much easier.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/devguide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Developer Guide
.. toctree::
:maxdepth: 2

envprep
intro
envprep
tutorial/index
4 changes: 0 additions & 4 deletions docs/source/devguide/tutorial/drawingimage.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
Drawing Images
--------------

.. todo::

put hand image back

A Pencil shape may contain some bitmap images. This tutorial will show how to embed an image to a stencil.

Suppose that we have a bitmap image of a hand and we would like to create a stencil of the hand image with an editable name text.
Expand Down
16 changes: 6 additions & 10 deletions docs/source/devguide/tutorial/index.rst
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
Tutorial
========

.. todo::

check the ordering on these as it probably isn't correct

.. toctree::
:maxdepth: 2

firstshape
actions
collectionproperties
dimensionshandleconstraints
domcontent
drawingimage
drawingpath
drawingresizeshape
drawingimage
dimensionshandleconstraints
externalsvg
drawingsketchlines
actions
objectsnap
domcontent
externaljavascript
ninepatch
objectsnap
shortcuts
tips
externalsvg
4 changes: 2 additions & 2 deletions docs/source/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Reference Guide
:maxdepth: 2

stencilstructure
specialnames
behaviours
datatypes
behaviours
specialnames

0 comments on commit ac05fb2

Please sign in to comment.