diff --git a/README.md b/README.md index 2126dc7..c592d4a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +[![GitHub license](https://img.shields.io/github/license/zrepl/zrepl.svg)](https://github.com/zrepl/zrepl/blob/master/LICENSE) +[![Language: Go](https://img.shields.io/badge/language-Go-6ad7e5.svg)](https://golang.org/) +[![User Docs](https://img.shields.io/badge/docs-web-blue.svg)](https://zrepl.github.io) +[![Donate via PayPal](https://img.shields.io/badge/donate-paypal-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=R5QSXJVYHGX96) +[![Donate via Liberapay](https://img.shields.io/badge/donate-liberapay-yellow.svg)](https://liberapay.com/zrepl/donate) +[![Twitter](https://img.shields.io/twitter/url/https/github.com/zrepl/zrepl.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fzrepl%2Fzrepl) + # zrepl zrepl is a one-stop ZFS backup & replication solution. diff --git a/docs/index.rst b/docs/index.rst index f7aaa5f..3d4ff2c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,6 +5,22 @@ .. include:: global.rst.inc +|GitHub license| |Language: Go| |User Docs| |Donate via PayPal| |Donate +via Liberapay| |Twitter| + +.. |GitHub license| image:: https://img.shields.io/github/license/zrepl/zrepl.svg + :target: https://github.com/zrepl/zrepl/blob/master/LICENSE +.. |Language: Go| image:: https://img.shields.io/badge/language-Go-6ad7e5.svg + :target: https://golang.org/ +.. |User Docs| image:: https://img.shields.io/badge/docs-web-blue.svg + :target: https://zrepl.github.io +.. |Donate via PayPal| image:: https://img.shields.io/badge/donate-paypal-yellow.svg + :target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=R5QSXJVYHGX96 +.. |Donate via Liberapay| image:: https://img.shields.io/badge/donate-liberapay-yellow.svg + :target: https://liberapay.com/zrepl/donate +.. |Twitter| image:: https://img.shields.io/twitter/url/https/github.com/zrepl/zrepl.svg?style=social + :target: https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fzrepl%2Fzrepl + zrepl - ZFS replication ----------------------- diff --git a/docs/sphinxconf/conf.py b/docs/sphinxconf/conf.py index 83b4123..ae77ebd 100644 --- a/docs/sphinxconf/conf.py +++ b/docs/sphinxconf/conf.py @@ -35,6 +35,8 @@ extensions = ['sphinx.ext.todo', 'sphinx.ext.githubpages', 'sphinx.ext.extlinks'] +suppress_warnings = ['image.nonlocal_uri'] + # Add any paths that contain templates here, relative to this directory. templates_path = ['../_templates']