Skip to content

Commit f422dfe

Browse files
committed
doc/importexport: fix heading underlines
1 parent 267d225 commit f422dfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/importexport.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Importing and Exporting Files
55
******************************
66

77
Introduction
8-
============
8+
#############
99

1010
The purpose of this section is to explain how to import external file formats into CadQuery, and export files from
1111
it as well. While the external file formats can be used to interchange CAD model data with other software, CadQuery
@@ -14,13 +14,13 @@ parametric is CadQuery's own Python format. Below are lists of the import and ex
1414
supports.
1515

1616
Import Formats
17-
###############
17+
---------------
1818

1919
* DXF
2020
* STEP
2121

2222
Export Formats
23-
###############
23+
---------------
2424

2525
* DXF
2626
* SVG
@@ -32,7 +32,7 @@ Export Formats
3232
* VTP
3333

3434
Notes on the Formats
35-
#######################
35+
---------------------
3636

3737
* DXF is useful for importing complex 2D profiles that would be tedious to create using CadQuery's 2D operations. An example is that the 2D profiles of aluminum extrusion are often provided in DXF format. These can be imported and extruded to create the length of extrusion that is needed in a design.
3838
* STEP files are useful for interchanging model data with other CAD and analysis systems, such as FreeCAD. Many parts such as screws have STEP files available, which can be imported and used in CadQuery assemblies.

0 commit comments

Comments
 (0)