Skip to content

Commit

Permalink
Added Documentation link.
Browse files Browse the repository at this point in the history
  • Loading branch information
sambitdash committed Aug 28, 2017
1 parent 8fab1e7 commit 11766c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
[![Coverage Status](https://coveralls.io/repos/sambitdash/LabelNumerals.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/sambitdash/LabelNumerals.jl?branch=master)
[![codecov.io](http://codecov.io/github/sambitdash/LabelNumerals.jl/coverage.svg?branch=master)](http://codecov.io/github/sambitdash/LabelNumerals.jl?branch=master)

[Documentation Link](https://sambitdash.github.io/LabelNumerals.jl/docs/build/)

Numeric quantities are used sometimes for pure representational purposes without any true a
numeric significance. For example, the page numbering is carried out using simple arabic
numerals, roman numerals, alphabets. These numbers have additive properties but may not
Expand All @@ -21,7 +23,7 @@ Numeric quantities are used sometimes for pure representational purposes without
1. LetterNumeral - A, B, ..., Z, AA, BB, ..., ZZ, AAA... (group of 26 characters each)
2. ArabicNumeral - 1, 2, 3, ...
3. LookupNumeral - Mapped strings to integers like English words "One", "Two" etc.
4. AlphaNumNumeral - Alphabets representing numbers like BA, BB, BC etc.
4. AlphaNumNumeral - Alphabets representing numbers like BA, BB, BC etc.

It also supports `RomanNumeral` from
[`RomanNumerals`](https://github.com/anthonyclays/RomanNumerals.jl) package.
Expand Down

0 comments on commit 11766c1

Please sign in to comment.