docs: include code snippet for units

dev
Andy Meneely 2016-11-15 15:01:43 -05:00
parent 29ffa4afe0
commit 1cd168c998
1 changed files with 5 additions and 1 deletions

View File

@ -3,4 +3,8 @@ Unit Conversion
By default, Squib thinks in pixels. This decision was made so that we can have pixel-perfect layouts without automatically scaling everything, even though working in units is sometimes easier. We provide some conversion methods, including looking for strings that end in "in", "cm", or "mm" and computing based on the current DPI. The dpi is set on `Squib::Deck.new` (not `config.yml`).
Example is in `samples/units.rb` found [here](https://github.com/andymeneely/squib/tree/master/samples/units.rb)
Here are some examples, which `lives here <https://github.com/andymeneely/squib/tree/master/samples/units.rb>`_
.. literalinclude:: ../samples/units.rb
:language: ruby
:linenos: