Skip to content

Commit 4038e37

Browse files
author
Onur Rauf Bingol
committed
Update list of directories in README.rst
1 parent 38549bc commit 4038e37

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,15 @@ Directory Structure
1212
* ``curve2d/`` contains 2-dimensional curve examples
1313
* ``curve3d/`` contains 3-dimensional curve examples
1414
* ``surface/`` contains surface examples
15+
* ``volume/`` contains volume examples
1516
* ``grid/`` contains examples for surface grid generator
1617
* ``visualization/`` contains advanced visualization examples.
1718
* ``bezier/`` contains Bezier curve and surface examples
1819
* ``shapes/`` contains examples demonstrating ``geomdl.shapes`` component
1920
* ``exchange/`` contains examples demonstrating ``geomdl.exchange`` module
2021
* ``compat/`` contains examples which utilize ``geomdl.compatibility`` module for data conversion
2122
* ``objects/`` contains examples of the real world objects
22-
23-
Input Files
24-
-----------
25-
26-
``*.cpt`` and ``*.cptw`` files are simple text files. They contain *control points* and *weighted control points*,
27-
respectively. Please see the NURBS-Python_ documentation for details on the input file formats.
23+
* ``fitting/`` contains examples for curve and surface fitting
2824

2925
Author
3026
======

0 commit comments

Comments
 (0)