From cf6afaff7c4b8c5a5302d7f51c3151a53b2df0bd Mon Sep 17 00:00:00 2001 From: Kjetil Andre Johannessen Date: Tue, 24 Apr 2018 22:15:04 +0200 Subject: [PATCH] Cosmetics: markup fixes to the PyPI description file --- PyPI_text.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PyPI_text.md b/PyPI_text.md index be52e756..559d8146 100644 --- a/PyPI_text.md +++ b/PyPI_text.md @@ -1,5 +1,5 @@ -# ![Splipy Logo](images/logo_small.svg) SpliPy +# ![Splipy Logo](https://github.com/sintefmath/Splipy/tree/master/images/logo_small.svg) SpliPy This repository contains the SpliPy packages. SpliPy is a pure python library for the creation, evaluation and manipulation of B-spline and NURBS geometries. @@ -28,14 +28,14 @@ SpliPy allows for the generation of parametric curves, surfaces and volumes in t * Structured Point Cloud Interpolation * Least Square Fit -![Revolve](images/revolve.png) **Revolve** +![Revolve](https://github.com/sintefmath/Splipy/tree/master/images/revolve.png) -![Sweep](images/sweep.png) **Sweep** +![Sweep](https://github.com/sintefmath/Splipy/tree/master/images/sweep.png) -![Loft](images/loft.png) **Loft** +![Loft](https://github.com/sintefmath/Splipy/tree/master/images/loft.png) ### Volume operations * Revolve @@ -162,6 +162,6 @@ with STL('torus.stl') as my_file: my_file.write(my_torus, n=(50, 150)) # specify resolution of 50x150 evaluation pts ``` -![Torus](images/torus.png) +**Torus tesselation as viewed in Meshlab** +![Torus](https://github.com/sintefmath/Splipy/tree/master/images/torus.png) -** Torus tesselation as viewed in Meshlab**