-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial mock ups of new conda docs home page
- Loading branch information
1 parent
8570910
commit f0bcc55
Showing
7 changed files
with
304 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@import url("theme.css"); | ||
|
||
.wy-nav-content { | ||
padding: 1.618em 3.236em; | ||
height: 100%; | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,147 @@ | ||
{% extends "!layout.html" %} | ||
|
||
{% block body %} | ||
|
||
<div class="row mt-2"> | ||
<div class="col-12"> | ||
<h1>Conda Documentation</h1> | ||
<p> | ||
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. | ||
</p> | ||
|
||
<h2>Install</h2> | ||
<div class="sd-tab-set docutils"> | ||
<input checked="checked" id="sd-tab-item-1" name="sd-tab-set-2" type="radio" /> | ||
<label class="sd-tab-label" data-sync-id="key1" for="sd-tab-item-1"> | ||
Windows | ||
</label> | ||
<div class="sd-tab-content docutils"> | ||
<h5>Download and run the installer:</h5> | ||
<p> | ||
<a class="reference external" href="https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe">Miniconda3 Windows 64-bit</a> | ||
</p> | ||
</div> | ||
|
||
<input id="sd-tab-item-2" name="sd-tab-set-2" type="radio" /> | ||
<label class="sd-tab-label" data-sync-id="key2" for="sd-tab-item-2"> | ||
MacOS | ||
</label> | ||
<div class="sd-tab-content docutils"> | ||
<h5>Download and run the installer:</h5> | ||
<table class="table"> | ||
<thead> | ||
<th> | ||
Apple Intel x86 64-bit | ||
</th> | ||
<th> | ||
Apple M1 64-bit | ||
</th> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<a class="reference external" href="https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.pkg">Miniconda3 macOS Intel x86 64-bit pkg</a> | ||
</td> | ||
<td> | ||
<a class="reference external" href="https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.pkg">Miniconda3 macOS Apple M1 64-bit pkg</a> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
|
||
<input id="sd-tab-item-3" name="sd-tab-set-2" type="radio" /> | ||
<label class="sd-tab-label" data-sync-id="key2" for="sd-tab-item-3"> | ||
Linux | ||
</label> | ||
<div class="sd-tab-content docutils"> | ||
<h5 class="mt-1">Download and run the installer</h5> | ||
<pre>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</pre> | ||
</div> | ||
</div> | ||
</div> | ||
<p>For more detailed instructions, see the <a href="#">Installation Guide</a>.</p> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-12"> | ||
<h2>Learn</h2> | ||
</div> | ||
</div> | ||
|
||
<div class="row mb-5"> | ||
<div class="col-4"> | ||
<div class="sd-card card sd-card-hover mt-2 mr-2 front-page-card sd-shadow-sm sd-sphinx-override sd-shadow-sm docutils"> | ||
<div class="card-header text-bg-primary"> | ||
Getting started | ||
</div> | ||
<div class="card-body"> | ||
<p class="card-text">Learn how to get started using conda with a tutorials and quick start guides</p> | ||
</div> | ||
<a class="sd-stretched-link sd-hide-link-text reference external" href="#"><span>Example</span></a> | ||
</div> | ||
</div> | ||
<div class="col-4"> | ||
<div class="sd-card card sd-card-hover mt-2 mr-2 front-page-card sd-shadow-sm sd-sphinx-override sd-shadow-sm docutils"> | ||
<div class="card-header text-bg-primary"> | ||
Package search | ||
</div> | ||
<div class="card-body"> | ||
<p class="card-text">Learn how to build and distribute your software with conda</p> | ||
</div> | ||
<a class="sd-stretched-link sd-hide-link-text reference external" href="#"><span>Example</span></a> | ||
</div> | ||
</div> | ||
<div class="col-4"> | ||
<div class="sd-card card sd-card-hover mt-2 mr-2 front-page-card sd-shadow-sm sd-sphinx-override sd-shadow-sm docutils"> | ||
<div class="card-header text-bg-primary"> | ||
Commands | ||
</div> | ||
<div class="card-body"> | ||
<p class="card-text">Learn how to use the most import conda commands and read relevant help pages</p> | ||
</div> | ||
<a class="sd-stretched-link sd-hide-link-text reference external" href="#"><span>Example</span></a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-4"> | ||
<div class="sd-card card sd-card-hover mt-2 mr-2 front-page-card sd-shadow-sm sd-sphinx-override sd-shadow-sm docutils"> | ||
<div class="card-header text-bg-primary"> | ||
Building Packages | ||
</div> | ||
<div class="card-body"> | ||
<p class="card-text">Learn how to build and distribute your software with conda</p> | ||
</div> | ||
<a class="sd-stretched-link sd-hide-link-text reference external" href="#"><span>Example</span></a> | ||
</div> | ||
</div> | ||
<div class="col-4"> | ||
<div class="sd-card card sd-card-hover mt-2 mr-2 front-page-card sd-shadow-sm sd-sphinx-override sd-shadow-sm docutils"> | ||
<div class="card-header text-bg-primary"> | ||
What's new? | ||
</div> | ||
<div class="card-body"> | ||
<p class="card-text">Check out our blog for the latest release notes and other news</p> | ||
</div> | ||
<a class="sd-stretched-link sd-hide-link-text reference external" href="#"><span>Example</span></a> | ||
</div> | ||
</div> | ||
<div class="col-4"> | ||
<div class="sd-card card sd-card-hover mt-2 mr-2 front-page-card sd-shadow-sm sd-sphinx-override sd-shadow-sm docutils"> | ||
<div class="card-header text-bg-primary"> | ||
Developer guide | ||
</div> | ||
<div class="card-body"> | ||
<p class="card-text">Take deep dives into advanced topics</p> | ||
</div> | ||
<a class="sd-stretched-link sd-hide-link-text reference external" href="#"><span>Example</span></a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<ul id="navbar-main-elements" class="navbar-nav m-3"> | ||
<li class="nav-item"> | ||
<a class="reference internal nav-link" href="https://docs.conda.io/en/latest/conda.html">Conda</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="reference internal nav-link" href="https://docs.conda.io/en/latest/conda-build.html">Conda-build</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="reference internal nav-link" href="https://docs.conda.io/en/latest/miniconda.html">Miniconda</a> | ||
</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
Sphinx | ||
-e git+https://github.com/conda-incubator/conda-sphinx-theme.git@main#egg=conda_sphinx_theme | ||
sphinx-sitemap==2.2.0 | ||
sphinx-rtd-theme | ||
sphinx-design | ||
sphinx-reredirects |