diff options
author | Hernan Grecco <hernan.grecco@gmail.com> | 2013-05-12 23:39:45 -0300 |
---|---|---|
committer | Hernan Grecco <hernan.grecco@gmail.com> | 2013-05-12 23:39:45 -0300 |
commit | 417f248767f6a9a89548ea920cbb806b15f85a63 (patch) | |
tree | 0e755dfab0ca588f8b608aeb37fe2ae3fedb185e /docs/_templates | |
parent | c5fdea94c2a4524cde8686d012b3f4b9b0202cc6 (diff) | |
download | pint-417f248767f6a9a89548ea920cbb806b15f85a63.tar.gz |
Improved documentation
Diffstat (limited to 'docs/_templates')
-rw-r--r-- | docs/_templates/sidebarintro.html | 2 | ||||
-rw-r--r-- | docs/_templates/sidebarlogo.html | 18 |
2 files changed, 19 insertions, 1 deletions
diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index deb1312..03818fc 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -1,5 +1,5 @@ <h3>About Pint</h3> -Units +Units in Python. You are currently looking at the documentation of version {{ version }}. <h3>Other Formats</h3> <p> diff --git a/docs/_templates/sidebarlogo.html b/docs/_templates/sidebarlogo.html index 81fbfb4..0d05cf4 100644 --- a/docs/_templates/sidebarlogo.html +++ b/docs/_templates/sidebarlogo.html @@ -2,3 +2,21 @@ <img src="{{ pathto('_images/logo-full.jpg', 1) }}" alt="Logo" style="width:80%;height:80%"/> </a></p> +<h3>About Pint</h3> +Units in Python. +You are currently looking at the documentation of version {{ version }}. +<h3>Other Formats</h3> +<p> + You can download the documentation in other formats as well: +</p> +<ul> + <li><a href="https://media.readthedocs.org/pdf/pint/latest/pint.pdf">as PDF</a> + <li><a href="https://media.readthedocs.org/htmlzip/pint/latest/pint.zip">as ePub</a> + <li><a href="https://media.readthedocs.org/epub/pint/latest/pint.epub">as zipped HTML</a> +</ul> +<h3>Useful Links</h3> +<ul> + <li><a href="https://pypi.python.org/pypi/Pint/">Pint @ PyPI</a></li> + <li><a href="https://github.com/hgrecco/lantz">Code in GitHub</a></li> + <li><a href="https://github.com/hgrecco/pint/issues">Issue Tracker</a></li> +</ul> |