Skip to content

Commit

Permalink
Added links to Ruby docs and documentation section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed Apr 14, 2016
1 parent 585f678 commit 2c31e4f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
[![Code Climate](https://codeclimate.com/github/grempe/tss-rb/badges/gpa.svg)](https://codeclimate.com/github/grempe/tss-rb)
[![Inline docs](http://inch-ci.org/github/grempe/tss-rb.svg?branch=master)](http://inch-ci.org/github/grempe/tss-rb)

Ruby Docs : [http://www.rubydoc.info/gems/tss](http://www.rubydoc.info/gems/tss)


## WARNING : BETA CODE

This code is new and has not yet been tested in production. Use at your own risk.
Expand Down Expand Up @@ -144,6 +147,14 @@ or [TweetNaCl.js](https://github.com/dchest/tweetnacl-js).
* Put careful thought into how you want to distribute shares. It often makes
sense to give individuals more than one share.

## Documentation

There is pretty extensive inline documentation. You can view the latest
auto-generated docs at [http://www.rubydoc.info/gems/tss](http://www.rubydoc.info/gems/tss)

You can check my documentation quality score at
[http://inch-ci.org/github/grempe/tss-rb](http://inch-ci.org/github/grempe/tss-rb?branch=master)

## Supported Platforms

TSS is continuously integration tested on the following Ruby VMs:
Expand Down

0 comments on commit 2c31e4f

Please sign in to comment.