diff --git a/README.md b/README.md index f147ce0..912372b 100644 --- a/README.md +++ b/README.md @@ -20,20 +20,20 @@ Other important issue for SFC-4q is the generalization for "half levels" describ ![](docs/assets/umlClass02-Sfc4q.png) -* **GSfc4q**: the "Generalized Sfc4q" class. +* [**GSfc4q**](https://ppkrauss.github.io/Sfc4q/docs/jsDocs/GSfc4q.html): the "Generalized Sfc4q" class. -* **GSfc4qLbl**: a generaliation of GSfc4q, to translate *key*, *bkey* and cell identifiers (cell IDs) into human-readable labels (lbl). To preserve hierarchy, this translation uses the concept of [Sized Natural number](http://osm.codes/_foundations/art1.pdf), implemented in Javascript by the class SizedBigInt. +* [**GSfc4qLbl**](https://ppkrauss.github.io/Sfc4q/docs/jsDocs/GSfc4qLbl.html): a generaliation of GSfc4q, to translate *key*, *bkey* and cell identifiers (cell IDs) into human-readable labels (lbl). To preserve hierarchy, this translation uses the concept of [Sized Natural number](http://osm.codes/_foundations/art1.pdf), implemented in Javascript by the class SizedBigInt. * **GSfc4qLbl_Hilbert**: the "concrete class" that implements the [Hilbert curve](https://en.wikipedia.org/wiki/Hilbert_curve). * **GSfc4qLbl_Morton**:the "concrete class" that implements the [Morton curve](https://en.wikipedia.org/wiki/Z-order_curve) (also Z-order curve). -**SizedBigInt**: it is a complementar tool for use BigInt (mainly 64 bits unsigned integers) as hierarchical indexes and obtain its string representations. +* [**SizedBigInt**](https://ppkrauss.github.io/Sfc4q/docs/jsDocs/SizedBigInt.html): it is a complementar tool for use BigInt (mainly 64 bits unsigned integers) as hierarchical indexes and obtain its string representations. See [classes documentation](https://ppkrauss.github.io/Sfc4q/docs/jsDocs). ## The grid and D3 peparation classes -* **GridOfCurve** +* [**GridOfCurve**](https://ppkrauss.github.io/Sfc4q/docs/jsDocs/GridOfCurve.html) -* **GridOfCurve_D3** +* [**GridOfCurve_D3**](https://ppkrauss.github.io/Sfc4q/docs/jsDocs/GridOfCurve_D3.html)