Closed roomrys closed 2 months ago
This update primarily focuses on changing package management commands from mamba
to conda
within the .conda/README.md
file. It also modifies the GitHub Actions workflow trigger, introduces the sphinx-tabs
extension for documentation, adds styling for tabbed interfaces in the docs
, and refines version constraints in dev_requirements.txt
. Additionally, the installation instructions in docs/installation.md
have been streamlined and clarified.
Files/Paths | Change Summaries |
---|---|
.conda/README.md |
Updated commands from mamba to conda for environment creation/installation. |
.github/workflows/website.yml |
Modified branch trigger and removed comments related to myst_nb and lxml . |
dev_requirements.txt |
Updated version constraints for dependencies and added new packages. |
docs/_static/css/tabs.css |
Introduced styling for tabs, defining appearance and behavior. |
docs/conf.py |
Added sphinx_tabs.tabs , updated CSS files, and settings for tabbed content. |
docs/installation.md |
Streamlined installation instructions, emphasizing conda over mamba . |
🌟 In code's quiet dance, a change so grand,
mamba
steps back,conda
takes the stand.
Tabs now gleam with a stylish twist,
Clearer paths in docs, not to be missed!
🐰 With code so sleek, the future we kissed.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.33%. Comparing base (
7ed1229
) to head (87d05b4
). Report is 47 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This PR attempts to update and simplify the installation instructions and:
mamba
commands withconda
mamba
andconda
command interchangeabilityThis PR also attempts to handle the following tasks from
1778
mambaforge is now miniforge-> Recommend miniconda insteadhave 1-line unattended installs-> Link to miniconda installation pageupdate Mac setup to use curl so you don't have to install Xcode (GBs!!)-> Link to miniconda installation pageconda create
1-liners in the heading before the TOC!!Types of changes
Does this address any currently open issues?
1778
Outside contributors checklist
Thank you for contributing to SLEAP!
:heart:
Summary by CodeRabbit
Documentation
conda
instead ofmamba
.sphinx_tabs
extension and associated settings to enhance tab functionality in documentation.Workflow