-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switching to new them plus reorganizing the site a little bit :)
- Loading branch information
1 parent
ab99449
commit 36d9d74
Showing
14 changed files
with
133 additions
and
56 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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<ul id="navbar-main-elements" class="navbar-nav"> | ||
<li class="nav-item current active"> | ||
<a class="reference internal nav-link" href="{{ pathto("index") }}">{{ project }}</a> | ||
</li> | ||
<li class="nav-item {% if project == "conda" %}current active{% endif %}"> | ||
<a class="reference internal nav-link" href="https://docs.conda.io/en/latest/conda.html">Conda</a> | ||
</li> | ||
<li class="nav-item {% if project == "conda-build" %}current active{% endif %}"> | ||
<a class="reference internal nav-link" href="https://docs.conda.io/en/latest/conda-build.html">Conda-build</a> | ||
</li> | ||
<li class="nav-item {% if project == "miniconda" %}current active{% endif %}"> | ||
<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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Developer Guide | ||
|
||
To get started with developing conda-libmamba-solver, please check out | ||
the following pages: | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
setup | ||
workflows | ||
implementation | ||
future-work | ||
code-of-conduct | ||
changelog | ||
``` |
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,44 +1,50 @@ | ||
--- | ||
sd_hide_title: true | ||
--- | ||
# conda-libmamba-solver | ||
|
||
Welcome to the conda-libmamba-solver documentation! The conda-libmamba-solver | ||
was written to make conda faster and is now the default solver. On this site, | ||
you will find information about how to configure and use this solver. | ||
|
||
## Learn | ||
|
||
::::{grid} 2 | ||
:::{grid-item-card} User guide | ||
Start here if you want a faster conda: | ||
^^^ | ||
```{toctree} | ||
:maxdepth: 1 | ||
getting-started | ||
subcommands | ||
configuration | ||
libmamba-vs-classic | ||
performance | ||
faq | ||
more-resources | ||
``` | ||
+++ | ||
Found a bug? [File an issue here](https://github.com/conda/conda-libmamba-solver/issues/new/choose) | ||
|
||
:::{grid-item-card} Getting started | ||
:link: user-guide/index | ||
:link-type: doc | ||
New to conda-libmamba-solver? Start here to learn the essentials | ||
::: | ||
|
||
:::{grid-item-card} Developer guide | ||
:::{grid-item-card} Configuration | ||
:link: user-guide/configuration | ||
:link-type: doc | ||
Learn about all available configuration options | ||
|
||
If you want to contribute: | ||
^^^ | ||
:::: | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
dev/setup | ||
dev/workflows | ||
dev/implementation | ||
dev/future-work | ||
dev/code-of-conduct | ||
dev/changelog | ||
``` | ||
+++ | ||
[Code repository](https://github.com/conda/conda-libmamba-solver), [Project board](https://github.com/orgs/conda/projects/15) | ||
## Development | ||
|
||
::::{grid} 2 | ||
|
||
:::{grid-item-card} Development environment | ||
:link: dev/setup | ||
:link-type: doc | ||
Learn how to set up your development environment | ||
::: | ||
|
||
:::{grid-item-card} Changelog | ||
:link: dev/changelog | ||
:link-type: doc | ||
Recent changes and udpates to the project | ||
:::: | ||
|
||
|
||
```{seealso} | ||
Found a bug? [File an issue here](https://github.com/conda/conda-libmamba-solver/issues/new/choose) | ||
``` | ||
|
||
```{toctree} | ||
:hidden: | ||
user-guide/index | ||
dev/index | ||
``` |
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.