diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-03 16:27:49 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-03 16:27:49 +0200 |
commit | 3dcb6e8be1c2b6048cfc908cb3a6bd324356c57e (patch) | |
tree | a98667cfd5a5ce9e818f410aa3e36cfef352bbe6 /docs | |
parent | b445258f28708bf5c709e3db7dc2c0363b41a99f (diff) | |
parent | 50e4015c1c251cdf5a49257ab9f6a2f4ff909cc1 (diff) |
Merge branch 'master' into types
Diffstat (limited to 'docs')
-rw-r--r-- | docs/.gitignore | 1 | ||||
-rw-r--r-- | docs/source/index.rst | 14 |
2 files changed, 13 insertions, 2 deletions
diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..378eac2 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1 @@ +build diff --git a/docs/source/index.rst b/docs/source/index.rst index 292a0ce..fe3c821 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,8 +3,18 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Welcome to lesana's documentation! -================================== +.. include:: ../../README.rst + +Documentation +------------- + +The documentation for the latest development version of lesana can be +browsed online at https://lesana.trueelena.org; `PDF +<https://lesana.trueelena.org/lesana.pdf>`_ and `epub +<https://lesana.trueelena.org/lesana.epub>`_ versions are also +available. + +The author can be contacted via email: webmaster AT trueelena DOT org. .. toctree:: :maxdepth: 2 |