Skip to content

Commit

Permalink
fix pdf builds
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Apr 25, 2015
1 parent 4ffeb4a commit 5d04231
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@

'classoptions': ',openany,oneside',

# 'babel': '\\usepackage[english]{babel} \n\\usepackage[section]{placeins}',
'babel': '\\usepackage[english]{babel}',
# 'babel': '\\usepackage[english]{babel}'
}


Expand Down
10 changes: 5 additions & 5 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ Phobos_ is the standard runtime library that comes with the D language compiler.
.. _Phobos: http://dlang.org/phobos/


Build System
Simple project with dub
~~~~~~~~~~~~~~~~~~~~~~~

DUB_ is a build tool for D projects with support for automatically retrieving dependencies and integrating them in the build process. The design emphasis is on maximum simplicity for simple projects, while providing the opportunity to customize things when needed.

.. _DUB: http://code.dlang.org/getting_started

Plotting with matplotlib (python)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -153,14 +157,10 @@ 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
:lineno-start: 96
.. literalinclude:: ../../examples/vibed-mongo/public/javascripts/global.js
:language: js
:tab-width: 4
:lines: 129-138
:lineno-start: 129
Service
Expand Down

0 comments on commit 5d04231

Please sign in to comment.