-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
875 rework miniconda docs #876
Conversation
@marcoesters This is ready for you when you're ready. |
Add jinja2 templates to documentation rework
I think the current pre-commit issue can be fixed with merging main once #877 is merged in. |
for more information, see https://pre-commit.ci
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to split the miniconda docs into a separate repo that we publish like the other projects in ReadTheDocs. It's uncanny how an Anaconda product (miniconda) is intermingled with the conda Open Source docs preventing us from decoupling the work on conda projects.
@jezdez Yes, I figured we'd do this work and then split it off from the conda-docs repo in a different PR. But if you want to do it differently, we should discuss that. |
While I agree with you, I think this is out of scope for this PR. I suggest we migrate this into a separate repo after this PR is merged. |
Sounds good to me, just wanted to make sure we're clear on the next steps and don't duplicate efforts. |
Description
Closes #875.
This PR updates the Miniconda docs a great deal. It moves most information to its own pages, to clean up the main page, and adds some quick command line install commands (as requested in #842).
Checklist - did you ...
news
directory (using the template) for the next release's release notes?Add / update necessary tests?Add / update outdated documentation?