Skip to content

Commit f5021cf

Browse files
committed
Update PyPI description section in DESCRIPTION.rst
1 parent 8082973 commit f5021cf

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

DESCRIPTION.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ NURBS-Python (geomdl)
66
Description
77
===========
88

9-
NURBS-Python provides Non-Uniform Rational B-Spline (NURBS) surface and 2D/3D curve data structures and computation
10-
algorithms in native Python. The library is fully object-oriented and does *not* depend on any external libraries.
9+
NURBS-Python (geomdl) provides fully object-oriented Non-Uniform Rational B-Spline (NURBS) surface and curve data
10+
structures and extensible advanced computation algorithms in pure python. It allows users to directly visualize the
11+
computed curves and surfaces using various visualization libraries. Additionally, it comes with a surface generator.
1112

1213
Features
1314
========
@@ -50,7 +51,7 @@ Further Reading
5051

5152
* Github repository: https://github.com/orbingol/NURBS-Python
5253
* Examples: https://github.com/orbingol/NURBS-Python_Examples
53-
* Documentation: http://nurbs-python.rtfd.org/
54+
* Documentation: http://nurbs-python.readthedocs.io/
5455

5556
License
5657
=======
@@ -72,6 +73,3 @@ NURBS-Python is licensed under the MIT License.
7273

7374
.. |APPVEYOR| image:: https://ci.appveyor.com/api/projects/status/github/orbingol/nurbs-python?branch=master&svg=true
7475
.. _APPVEYOR: https://ci.appveyor.com/project/orbingol/nurbs-python
75-
76-
.. _NURBS-Python: https://github.com/orbingol/NURBS-Python
77-
.. _Examples: https://github.com/orbingol/NURBS-Python_Examples

0 commit comments

Comments
 (0)