The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/pylxd/pull/266
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === This is to allow the toplink on github to become the API link rather than a link to the containers page. Fixes #224
From 51965c30a905ff10ca4dde28060fded91e27a269 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh <[email protected]> Date: Wed, 17 Jan 2018 11:51:10 +0000 Subject: [PATCH] Add some doc links to the README.rst This is to allow the toplink on github to become the API link rather than a link to the containers page. Fixes #224 --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index a93be32..a71216e 100644 --- a/README.rst +++ b/README.rst @@ -31,3 +31,8 @@ We use the `LXC mailing-lists for developer and user discussions If you prefer live discussions, some of us also hang out in `#lxcontainers <http://webchat.freenode.net/?channels=#lxcontainers>`_ on irc.freenode.net. + +What is LXD? `LXD: Introduction <https://linuxcontainers.org/lxd/>`_ + +PyLXD API Documentation: `http://pylxd.readthedocs.io/en/latest/ +<http://pylxd.readthedocs.io/en/latest/>`_
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
