Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 2.25 KB

index.rst

File metadata and controls

70 lines (50 loc) · 2.25 KB

QSketchMetric's Documentation

Python 2D parametric DXF rendering engine.


GitHub page

Pypi package page
CI Documentation Status codecov License: MIT PyPI Python 3 Checked with mypy

Tip

The name QSketchMetric comes from the combination of three words:
  • QCAD (reference to the CAD software)
  • Sketch (reference to the process of DXF file parametrization)
  • Parametric (reference to the parametric nature of the rendering engine)
.. toctree::
   :maxdepth: 2
   :caption: Table of Contents:

   Introduction
   Installation
   tutorials/index
   how_to_guide/index
   explanation/index
   reference/index
   Getting help
   How to contribute