falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

docs: normalize Sphinx link markers #2272

Closed CaselIT closed 1 month ago

CaselIT commented 1 month ago

This is just a cleanup PR to remove the :py:target: marker, since it's not needed and the docs had a mix of styles

NOTE: this PR includes #2271

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (0bd3dc2) to head (25eb75b). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2272 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 63 63 Lines 7326 7326 Branches 1275 1275 ========================================= Hits 7326 7326 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

CaselIT commented 1 month ago

it's easier if I just rebase

vytas7 commented 1 month ago

We can handle this as-is, but otherwise it is nicer to create PRs off a fork, not branches in Falconry.

CaselIT commented 1 month ago

I know, but I think I have git configured to push directly to the falcon repo for some reason..