@@ -15,27 +15,24 @@ implementations of advanced computation algorithms in an extensible way.
15
15
It comes with on-the-fly shape visualization options, knot vector and surface grid generators, and more.
16
16
17
17
NURBS-Python is a pure Python library, therefore there are no external C/C++ or FORTRAN dependencies or any compilation
18
- steps during installation. It is tested with Python v2.7.x, Python v3.4.x and later versions .
18
+ steps during installation. It is tested with Python v2.7.x, Python v3.4.x and later.
19
19
20
- Branch Information
21
- ------------------
22
-
23
- The latest branch information can be found on the `wiki page <https://github.com/orbingol/NURBS-Python/wiki >`_.
24
-
25
- Citing NURBS-Python
26
- -------------------
20
+ Citing
21
+ ------
27
22
28
23
The citation options (BiBTeX entry, DOI name and others) can be found on the
29
24
`Citing <http://nurbs-python.readthedocs.io/en/latest/citing.html >`_ section of the documentation.
30
25
31
- NURBS-Python Usage Examples and Documentation
32
- ---------------------------------------------
26
+ Examples, Documentation and Extras
27
+ ----------------------------------
33
28
34
29
* **Examples **: https://github.com/orbingol/NURBS-Python_Examples
35
30
* **Documentation **: http://nurbs-python.readthedocs.io/
31
+ * **Wiki **: https://github.com/orbingol/NURBS-Python/wiki
32
+ * **Command line application **: https://github.com/orbingol/geomdl-cli
36
33
37
- Using NURBS-Python
38
- ==================
34
+ Using NURBS-Python (geomdl)
35
+ ===========================
39
36
40
37
Installation and Testing
41
38
------------------------
59
56
License
60
57
=======
61
58
62
- NURBS-Python is a free and open-source project and it is licensed under the `MIT License <LICENSE >`_.
59
+ NURBS-Python (geomdl) is a free and open-source software and it is licensed under the `MIT License <LICENSE >`_.
63
60
64
61
Acknowledgments
65
62
===============
0 commit comments