diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-08-23 15:41:41 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-09-12 12:07:25 -0400 |
commit | c53faecad02f94b08f3ba83cc75ebf8efb0d9f3c (patch) | |
tree | 4569bc6bc837a8289b3118c86f2a0666bfc5250c | |
parent | ed5f3d151ee3f568550c7360e8ce47cbc9f06ef0 (diff) | |
download | tame-c53faecad02f94b08f3ba83cc75ebf8efb0d9f3c.tar.gz tame-c53faecad02f94b08f3ba83cc75ebf8efb0d9f3c.tar.bz2 tame-c53faecad02f94b08f3ba83cc75ebf8efb0d9f3c.zip |
README.md: Add links to all doc formats
* README.md (Documentation): Add links to all doc formats.
-rw-r--r-- | README.md | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -1,5 +1,5 @@ <!--- - Copyright (C) 2015, 2016 R-T Specialty, LLC. + Copyright (C) 2015, 2016, 2017 LoVullo Associates, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, @@ -45,10 +45,13 @@ project resulted in a bit of a mess, which is being refactored into ## Documentation -Compiled documentation is available [via our GitLab -mirror](https://lovullo.gitlab.io/tame/), which uses the same build -pipeline as we do on our internal GitLab instance. It contains the current -state of master (with some delay), not just the most recent tag. +Compiled documentation for the latest release is available via our GitLab +mirror, which uses the same build pipeline as we do on our internal GitLab +instance. Available formats are: + +- [Multi-page HTML][doc-html] +- [PDF][doc-pdf] +- [Info][doc-info] ## Hacking @@ -64,3 +67,8 @@ any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +[doc-html]: https://lovullo.gitlab.io/tame/ +[doc-pdf]: https://lovullo.gitlab.io/tame/tame.pdf +[doc-info]: https://lovullo.gitlab.io/tame/tame.info + |