From 8989b6af3a3db76c0b95a7a2e7dbb48a9fab29ea Mon Sep 17 00:00:00 2001 From: Adrian Schlatter Date: Sat, 13 Apr 2019 19:03:41 +0200 Subject: [PATCH] Fix more doc problems --- README.rst | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/README.rst b/README.rst index 986e9b1..9c98d46 100644 --- a/README.rst +++ b/README.rst @@ -1,22 +1,18 @@ .. image:: docs/imgs/logo.png :alt: bolt-in-nut logo -threadlib is a library of standard threads for `OpenSCAD -`__. It is based on Helges -excellent `threadprofile.scad -`__ -to create nice threads with lead-in / lead-out tapers. Check out his `article on -generating nice threads -`__ on -Hackaday. +threadlib is a library of standard threads for `OpenSCAD `__. +It is based on Helges excellent +`threadprofile.scad `__ +to create nice threads with lead-in / lead-out tapers. Check out his `article on generating nice threads `__ +on Hackaday. -In contrast to other thread libraries such as `openscad-threads -`__, `yet another thread library -`__, `threads for screws and nuts V1 -`__, and `threading.scad -`__, threadlib does not make you look -up diameters and pitches and maybe even thread-profiles in tables and norms: It -has these tables built in. +In contrast to other thread libraries such as `openscad-threads `__, +`yet another thread library `__, +`threads for screws and nuts V1 `__, +and `threading.scad `__, +threadlib does not make you look up diameters and pitches and maybe even +thread-profiles in tables and norms: It has these tables built in. Creating a thread is as simple as @@ -31,7 +27,7 @@ Creating a thread is as simple as to create a British Standard Pipe parallel external thread. -=========================== +================================== Why you may want to use threadlib ================================== @@ -54,11 +50,9 @@ Prerequisits: - `scad-utils `__ - `list-comprehension `__ -- `threadprofile.scad - `__ +- `threadprofile.scad `__ -Save all of these into your OpenSCAD `library folder - `__ +Save all of these into your OpenSCAD `library folder `__ threadlib: @@ -154,6 +148,5 @@ Change Log =========================== - 0.2: `Metric threads `__, `PCO-1881 `__ -- 0.1: Initial release supporting `BSP parallel thread - `__ +- 0.1: Initial release supporting `BSP parallel thread `__