diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index 95805e211..9ccfc85cf 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -1,5 +1,3 @@ -@import url("theme.css"); - .wy-nav-content { padding: 1.618em 3.236em; height: 100%; diff --git a/docs/source/_static/img/conda_logo.svg b/docs/source/_static/img/conda_logo.svg new file mode 100644 index 000000000..48f77413e --- /dev/null +++ b/docs/source/_static/img/conda_logo.svg @@ -0,0 +1,84 @@ + + diff --git a/docs/source/_templates/index.html b/docs/source/_templates/index.html new file mode 100644 index 000000000..57721f976 --- /dev/null +++ b/docs/source/_templates/index.html @@ -0,0 +1,147 @@ +{% extends "!layout.html" %} + +{% block body %} + +
+ Conda provides package, dependency and environment management for any language. + The following documentation site provides all you need to get started with + leveraging the power of conda. +
+ ++ Apple Intel x86 64-bit + | ++ Apple M1 64-bit + | + + +
---|---|
+ Miniconda3 macOS Intel x86 64-bit pkg + | ++ Miniconda3 macOS Apple M1 64-bit pkg + | +
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh +bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3 +~/miniconda3/bin/conda init bash+
For more detailed instructions, see the Installation Guide.
+Learn how to get started using conda with a tutorials and quick start guides
+Learn how to build and distribute your software with conda
+Learn how to use the most import conda commands and read relevant help pages
+Learn how to build and distribute your software with conda
+Check out our blog for the latest release notes and other news
+Take deep dives into advanced topics
+