Repository: incubator-singa Updated Branches: refs/heads/master 0d4b97e0b -> 1e30a8b73
Documentation: Add logos and links for Github, Docker, AWS Marketplace and Jupyter. Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/5d259e14 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/5d259e14 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/5d259e14 Branch: refs/heads/master Commit: 5d259e14be9b07959c1ab4a70f9c16afab615232 Parents: 9b2d161 Author: Moaz Reyad <[email protected]> Authored: Thu Mar 16 19:51:55 2017 +0800 Committer: Moaz Reyad <[email protected]> Committed: Thu Mar 16 19:51:55 2017 +0800 ---------------------------------------------------------------------- doc/_static/awsmp.gif | Bin 0 -> 3550 bytes doc/_static/docker.png | Bin 0 -> 6452 bytes doc/_static/github.png | Bin 0 -> 2625 bytes doc/_static/jupyter.png | Bin 0 -> 24631 bytes doc/en/index.rst | 21 +++++++++++++++++++++ 5 files changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/5d259e14/doc/_static/awsmp.gif ---------------------------------------------------------------------- diff --git a/doc/_static/awsmp.gif b/doc/_static/awsmp.gif new file mode 100644 index 0000000..d77ae62 Binary files /dev/null and b/doc/_static/awsmp.gif differ http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/5d259e14/doc/_static/docker.png ---------------------------------------------------------------------- diff --git a/doc/_static/docker.png b/doc/_static/docker.png new file mode 100644 index 0000000..10eaae9 Binary files /dev/null and b/doc/_static/docker.png differ http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/5d259e14/doc/_static/github.png ---------------------------------------------------------------------- diff --git a/doc/_static/github.png b/doc/_static/github.png new file mode 100644 index 0000000..182a1a3 Binary files /dev/null and b/doc/_static/github.png differ http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/5d259e14/doc/_static/jupyter.png ---------------------------------------------------------------------- diff --git a/doc/_static/jupyter.png b/doc/_static/jupyter.png new file mode 100644 index 0000000..3446780 Binary files /dev/null and b/doc/_static/jupyter.png differ http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/5d259e14/doc/en/index.rst ---------------------------------------------------------------------- diff --git a/doc/en/index.rst b/doc/en/index.rst index dd76d83..6958a7c 100755 --- a/doc/en/index.rst +++ b/doc/en/index.rst @@ -68,6 +68,27 @@ Getting Started * Refer to the `Jupyter notebooks <http://nbviewer.jupyter.org/github/apache/incubator-singa/blob/master/doc/en/docs/notebook/index.ipynb>`_ for some basic examples and the `model zoo page <./docs/model_zoo/index.html>`_ for more examples. +.. |logo1| image:: _static/github.png + :scale: 100% + :align: middle + :target: https://github.com/apache/incubator-singa +.. |logo2| image:: _static/awsmp.gif + :scale: 100% + :align: middle + :target: https://aws.amazon.com/marketplace/seller-profile?id=5bcac385-12c4-4802-aec7-351e09b77b4c +.. |logo3| image:: _static/docker.png + :scale: 50% + :align: middle + :target: https://hub.docker.com/r/nusdbsystem/singa/ +.. |logo4| image:: _static/jupyter.png + :scale: 25% + :align: middle + :target: http://nbviewer.jupyter.org/github/apache/incubator-singa/blob/master/doc/en/docs/notebook/index.ipynb + ++---------+---------+---------+---------+ +| |logo1| | |logo2| | |logo3| | |logo4| | ++---------+---------+---------+---------+ + Documentation -------------
