Skip to content

Commit

Permalink
DOCS updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MadScrewdriver committed Nov 1, 2023
1 parent a90f1ec commit 97891d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/how_to_guide/Rendering a DXF file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
Rendering a DXF file
====================

0. Consider validating the DXF file before rendering it. This can be done by using the `QSketchMetric Validator <https://qsketchmetricvalidator.eu.pythonanywhere.com/>`_.
0. Consider validating the DXF file before rendering it. This can be done by using the
`QSketchMetric Validator <https://qsketchmetricvalidator.eu.pythonanywhere.com/>`_. See
:ref:`<Validating a parameterized DXF file validator>` for more information.

1. If don't have already, create a :class:`ezdxf.document.Drawing` object to which the renderer
will render::

from ezdxf import new
Expand Down

0 comments on commit 97891d3

Please sign in to comment.