Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Apr 25, 2015
1 parent 5d04231 commit bb7fbc0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.1'
version = '0.0.2'
# The full version, including alpha/beta/rc tags.
release = '0.0.1'
release = '0.0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 3 additions & 2 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,17 +157,18 @@ Comparing with the original article ``global.js`` was slightly changed:
.. literalinclude:: ../../examples/vibed-mongo/public/javascripts/global.js
:language: js
:tab-width: 4
:lines: 96-107
.. literalinclude:: ../../examples/vibed-mongo/public/javascripts/global.js
:language: js
:tab-width: 4
:lines: 129-138
Service
^^^^^^^^^^^^^
``vibe.d`` is a good example of the use of declarative programming with D.
Service performs an addition, select and remove operations for user entries at a MongoDB.
Service performs an ``insert``, ``select`` and ``remove`` operations for user entries at a MongoDB.
.. literalinclude:: ../../examples/vibed-mongo/source/service.d
:language: d
Expand Down
2 changes: 0 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Welcome to Quick Start with D!
==============================================

NOT READY!

.. toctree::
:maxdepth: 2

Expand Down

0 comments on commit bb7fbc0

Please sign in to comment.