From a028b43858949bfe7eee1d7dc61c87d51522d2a4 Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Tue, 16 Feb 2016 20:44:40 +0100 Subject: [PATCH] Doc: Added link to git repo on index --- doc/index.txt | 7 +++++++ nimdoc.cfg | 1 + 2 files changed, 8 insertions(+) diff --git a/doc/index.txt b/doc/index.txt index 13dc367..a62e8f0 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -10,6 +10,13 @@ write to YAML character streams, and to serialize from and construct to native Nim types. It exclusively supports `YAML 1.2 <#http://www.yaml.org/spec/1.2/spec.html>`_. +Source code can be found on `GitHub `_. You can +install it with `Nimble `_: + +.. code-block:: bash + + nimble install nimyaml + Quickstart ---------- diff --git a/nimdoc.cfg b/nimdoc.cfg index bfda4d2..0d8acd5 100644 --- a/nimdoc.cfg +++ b/nimdoc.cfg @@ -103,6 +103,7 @@ doc.file = """ +Fork me on GitHub
NimYAML Home