Browse Source

docs: title revisions and other rewriting

dev
Andy Meneely 10 years ago
parent
commit
a6623a3280
  1. 4
      docs/backends.rst
  2. 15
      docs/bleed.rst
  3. 4
      docs/build_groups.rst
  4. 1
      docs/index.rst

4
docs/backends.rst

@ -1,5 +1,5 @@
Backends: Vector vs. Raster Vector vs. Raster Backends
=========================== ==========================
Squib's graphics rendering engine, Cairo, has the ability to support a variety of surfaces to draw on, including both raster images stored in memory and vectors stored in SVG files. Thus, Squib supports the ability to handle both. They are options in the configuration file ``backend: memory`` or ``backend: svg`` described in :doc:`/config`. Squib's graphics rendering engine, Cairo, has the ability to support a variety of surfaces to draw on, including both raster images stored in memory and vectors stored in SVG files. Thus, Squib supports the ability to handle both. They are options in the configuration file ``backend: memory`` or ``backend: svg`` described in :doc:`/config`.

15
docs/bleed.rst

@ -1,4 +1,13 @@
Handling Printing Bleeds Always Have Bleed
======================== =================
TODO: Write this. .. note::
TODO: Under construction
* Always plan to have a printing bleed around the edge of your cards. 1/8 in is standard
* Have a safe zone too
* Layouts make this easy (see the built-in layouts)
* Can use png overlays from templates to make sure it fits
* Trim option is what is used everywhere in Squib
* Trim_radius also lets you show your cards off like how they'll really look

4
docs/build_groups.rst

@ -1,5 +1,5 @@
Use Groups for Custom Builds Group Your Builds
============================ =================
Often in the prototyping process you'll find yourself cycling between running your overall build and building a single card. You'll probably be commenting out code in the process. Often in the prototyping process you'll find yourself cycling between running your overall build and building a single card. You'll probably be commenting out code in the process.

1
docs/index.rst

@ -1,4 +1,3 @@
Squib Documentation Squib Documentation
=================== ===================

Loading…
Cancel
Save