Link to AlgTools

Mon, 20 Apr 2020 12:20:07 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 20 Apr 2020 12:20:07 -0500
changeset 38
73ddbd4779c9
parent 37
1b9066dbea57
child 39
12fdf0942842

Link to AlgTools

README.md file | annotate | diff | comparison | revisions
--- a/README.md	Mon Apr 20 12:04:11 2020 -0500
+++ b/README.md	Mon Apr 20 12:20:07 2020 -0500
@@ -5,7 +5,8 @@
 
 This repository contains some tools for doing mathematical imaging in Julia:
 
-  * Effective visualisation based directly on `GR` instead of `Plots`. A sample visualisation main loop that calls `AlgTools`-style step routines.
+  * Effective visualisation based directly on `GR` instead of `Plots`. A sample visualisation main loop that calls
+    [AlgTools][]-style step routines.
   * Sub-pixelresolution image translation and sub-image extraction
   * Calculation of discrete image gradients (2D, 3D 3D vector fields)
   * A very simple image filtering code that seems more efficient than the `ImageFiltering`
@@ -15,7 +16,7 @@
 
 ## Installation
 
-To install this package, first clone the repository and [AlgTools](https://tuomov.iki.fi/repos/AlgTools) with [Mercurial](https://www.mercurial-scm.org/):
+To install this package, first clone the repository and [AlgTools][] with [Mercurial](https://www.mercurial-scm.org/):
 
 ```console
 $ hg clone https://tuomov.iki.fi/repos/AlgTools/
@@ -37,4 +38,9 @@
 julia> using ImageTools
 ```
 
-This package is not and is not planned to be available via `Pkg.add` as it is based on the worst and must unusable version control system ever invented: Git.
\ No newline at end of file
+This package is not and is not planned to be available via `Pkg.add` as it is based on the worst and must unusable version control system ever invented: Git.
+
+  [AlgTools]: https://tuomov.iki.fi/software/AlgTools/
+
+
+

mercurial