You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by zh...@apache.org on 2022/05/31 03:57:27 UTC

[singa-doc] branch master updated: 22-5-31 refine online website

This is an automated email from the ASF dual-hosted git repository.

zhaojing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/singa-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 94b83b1  22-5-31 refine online website
     new 0844124  Merge pull request #58 from lzjpaul/22-5-31-refine-website
94b83b1 is described below

commit 94b83b1bb035ac7a1676bb4361c00e5be9d0162b
Author: zhaojing <zh...@comp.nus.edu.sg>
AuthorDate: Tue May 31 11:53:32 2022 +0800

    22-5-31 refine online website
---
 docs-site/docs/installation.md                                 | 6 ------
 docs-site/website/pages/en/index.js                            | 8 --------
 docs-site/website/versioned_docs/version-3.3.0/installation.md | 6 ------
 3 files changed, 20 deletions(-)

diff --git a/docs-site/docs/installation.md b/docs-site/docs/installation.md
index 00b0aca..81769d2 100644
--- a/docs-site/docs/installation.md
+++ b/docs-site/docs/installation.md
@@ -24,9 +24,6 @@ You can install a specific version of SINGA via `singa==<version>`, where the
 `<version>` field should be replaced, e.g., `3.3.0`. The available SINGA
 versions are listed at the link.
 
-To install the latest develop version, replace the link with
-http://singa.apache.org/docs/next/wheel-cpu-dev.html
-
 2. GPU With CUDA and cuDNN
    [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1W30IPCqj5fG8ADAQsFqclaCLyIclVcJL?usp=sharing)
 
@@ -38,9 +35,6 @@ You can also configure SINGA version and the CUDA version, like
 `singa==3.3.0+cuda10.2`. The available combinations of SINGA version and CUDA
 version are listed at the link.
 
-To install the latest develop version, replace the link with
-http://singa.apache.org/docs/next/wheel-gpu-dev.html
-
 Note: the Python version of your local Python environment will be used to find
 the corresponding wheel package. For example, if your local Python is 3.6, then
 the wheel package compiled on Python 3.6 will be selected by pip and installed.
diff --git a/docs-site/website/pages/en/index.js b/docs-site/website/pages/en/index.js
index 7c4e688..6d0d6b3 100644
--- a/docs-site/website/pages/en/index.js
+++ b/docs-site/website/pages/en/index.js
@@ -297,14 +297,6 @@ class Index extends React.Component {
             </div>
 
             <div className="container-3">
-              <button className="container-3-button">
-                <a href="https://singa.apache.org/docs/installation/#using-conda">
-                  Using Conda
-                  <span style={{ float: "right" }}>
-                    <iconBs.BsDownload />
-                  </span>
-                </a>
-              </button>
               <button className="container-3-button">
                 <a href="https://singa.apache.org/docs/installation/#using-pip">
                   Using Pip
diff --git a/docs-site/website/versioned_docs/version-3.3.0/installation.md b/docs-site/website/versioned_docs/version-3.3.0/installation.md
index 72f887f..9ef7be5 100644
--- a/docs-site/website/versioned_docs/version-3.3.0/installation.md
+++ b/docs-site/website/versioned_docs/version-3.3.0/installation.md
@@ -25,9 +25,6 @@ You can install a specific version of SINGA via `singa==<version>`, where the
 `<version>` field should be replaced, e.g., `3.3.0`. The available SINGA
 versions are listed at the link.
 
-To install the latest develop version, replace the link with
-http://singa.apache.org/docs/next/wheel-cpu-dev.html
-
 2. GPU With CUDA and cuDNN
    [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1W30IPCqj5fG8ADAQsFqclaCLyIclVcJL?usp=sharing)
 
@@ -39,9 +36,6 @@ You can also configure SINGA version and the CUDA version, like
 `singa==3.3.0+cuda10.2`. The available combinations of SINGA version and CUDA
 version are listed at the link.
 
-To install the latest develop version, replace the link with
-http://singa.apache.org/docs/next/wheel-gpu-dev.html
-
 Note: the Python version of your local Python environment will be used to find
 the corresponding wheel package. For example, if your local Python is 3.6, then
 the wheel package compiled on Python 3.6 will be selected by pip and installed.