Skip to content

Commit cdd3f27

Browse files
committed
deploy: 81c061c
1 parent 1959ef9 commit cdd3f27

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.doctrees/environment.pickle

0 Bytes
Binary file not shown.
Binary file not shown.

_sources/package-structure-code/publish-python-package-pypi-conda.md.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ There are several core public channels that most people use to install
9696
packages using conda, including:
9797

9898
- **defaults:** this is a channel managed by Anaconda. It is the version of the Python packages that you will install if you install the Anaconda Distribution. Anaconda (the company) decides what packages live on the `defaults` channel.
99-
- [**conda-forge:**](https://anaconda.org/conda-forge) this is a community-driven channel that focuses on scientific packages. This channel is ideal for tools that support geospatial data. Anyone can publish a package to this channel.
100-
- [**bioconda**](https://anaconda.org/bioconda): this channel focuses on biomedical tools.
99+
- [**conda-forge:**](https://conda-forge.org/) this is a community-driven channel that focuses on scientific packages. This channel is ideal for tools that support geospatial data. Anyone can publish a package to this channel.
100+
- [**bioconda**](https://bioconda.github.io/): this channel focuses on biomedical tools.
101101

102102
**conda-forge** emerged as many of the scientific packages did not
103103
exist in the `defaults` Anaconda channel.

package-structure-code/publish-python-package-pypi-conda.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,8 @@ <h3>conda channels<a class="headerlink" href="#conda-channels" title="Link to th
585585
packages using conda, including:</p>
586586
<ul class="simple">
587587
<li><p><strong>defaults:</strong> this is a channel managed by Anaconda. It is the version of the Python packages that you will install if you install the Anaconda Distribution. Anaconda (the company) decides what packages live on the <code class="docutils literal notranslate"><span class="pre">defaults</span></code> channel.</p></li>
588-
<li><p><a class="reference external" href="https://anaconda.org/conda-forge"><strong>conda-forge:</strong></a> this is a community-driven channel that focuses on scientific packages. This channel is ideal for tools that support geospatial data. Anyone can publish a package to this channel.</p></li>
589-
<li><p><a class="reference external" href="https://anaconda.org/bioconda"><strong>bioconda</strong></a>: this channel focuses on biomedical tools.</p></li>
588+
<li><p><a class="reference external" href="https://conda-forge.org/"><strong>conda-forge:</strong></a> this is a community-driven channel that focuses on scientific packages. This channel is ideal for tools that support geospatial data. Anyone can publish a package to this channel.</p></li>
589+
<li><p><a class="reference external" href="https://bioconda.github.io/"><strong>bioconda</strong></a>: this channel focuses on biomedical tools.</p></li>
590590
</ul>
591591
<p><strong>conda-forge</strong> emerged as many of the scientific packages did not
592592
exist in the <code class="docutils literal notranslate"><span class="pre">defaults</span></code> Anaconda channel.</p>

0 commit comments

Comments
 (0)