Skip to content

docs: fix edit button link#631

Merged
Saransh-cpp merged 1 commit intomainfrom
saransh/fix-docs-edit-buttom
Aug 31, 2025
Merged

docs: fix edit button link#631
Saransh-cpp merged 1 commit intomainfrom
saransh/fix-docs-edit-buttom

Conversation

@Saransh-cpp
Copy link
Member

Description

The edit button right now does not work as our docs (like any typical python package) are not in the root directory but in the docs subdirectory.

Checklist

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't any other open Pull Requests for the required change?
  • Does your submission pass pre-commit? ($ pre-commit run --all-files or $ nox -s lint)
  • Does your submission pass tests? ($ pytest or $ nox -s tests)
  • Does the documentation build with your changes? ($ cd docs; make clean; make html or $ nox -s docs)
  • Does your submission pass the doctests? ($ pytest --doctest-plus src/vector/ or $ nox -s doctests)

Before Merging

  • Summarize the commit messages into a brief review of the Pull request.

@Saransh-cpp Saransh-cpp added bug The problem described is something that must be fixed docs Improvements or additions to documentation labels Aug 31, 2025
@codecov
Copy link

codecov bot commented Aug 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.58%. Comparing base (a0cf1f7) to head (5817e42).
⚠️ Report is 27 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #631   +/-   ##
=======================================
  Coverage   87.58%   87.58%           
=======================================
  Files          95       95           
  Lines       12058    12058           
=======================================
  Hits        10561    10561           
  Misses       1497     1497           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Saransh-cpp Saransh-cpp merged commit 80b0a29 into main Aug 31, 2025
20 checks passed
@Saransh-cpp Saransh-cpp deleted the saransh/fix-docs-edit-buttom branch August 31, 2025 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug The problem described is something that must be fixed docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant