doc: ✏️ Update index pages#1890
Conversation
Changed Files
|
Reviewer's GuideThis pull request streamlines and condenses the documentation index pages by merging card titles and descriptions into single lines for improved readability, and updates the conda workflow to use Python 3.13. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1890 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 45 45
Lines 4433 4433
=========================================
Hits 4433 4433
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
There was a problem hiding this comment.
Hey @Anselmoo - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| uses: actions/setup-python@v5 | ||
| with: | ||
| python-version: "3.13" | ||
| - name: Create conda environment with conda python 3.13 |
There was a problem hiding this comment.
issue (bug_risk): Avoid overriding the 'base' conda environment
Using 'base' conflicts with conda’s default base environment. Choose a different name (e.g., 'ci-env') to avoid side effects.



All PR-Submissions:
Pull Requests for the same
update/change?
New ✨✨ Feature-Submissions:
Changes to ⚙️ Core-Features:
us to include them?
Summary by Sourcery
Update documentation index pages for improved clarity and readability, and update CI workflow to use Python 3.13.
CI:
Documentation: