Added scaling support, unit checking and changing API, fixed re-plotting problems, added documentation.

This commit is contained in:
Juan Pablo Caram
2014-01-26 22:58:18 -05:00
parent 80cb2a8de3
commit 1ce8f672af
95 changed files with 9598 additions and 110 deletions

55
doc/source/index.rst Normal file
View File

@@ -0,0 +1,55 @@
.. Cirkuix documentation master file, created by
sphinx-quickstart on Fri Jan 24 22:13:35 2014.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Cirkuix's documentation!
===================================
Contents:
.. toctree::
:maxdepth: 2
.. automodule:: cirkuix
.. autoclass:: App
:members:
.. autoclass:: Geometry
:members:
.. autoclass:: Gerber(Geometry)
:members:
.. autoclass:: Excellon
:members:
.. autoclass:: CNCjob
:members:
.. autoclass:: CirkuixObj
:members:
.. autoclass:: CirkuixGerber
:members:
.. autoclass:: CirkuixExcellon
:members:
.. autoclass:: CirkuixCNCjob
:members:
.. autoclass:: CirkuixGeometry
:members:
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`