scrapy / scrapy

Scrapy, a fast high-level web crawling & scraping framework for Python.
https://scrapy.org
BSD 3-Clause "New" or "Revised" License
51.29k stars 10.37k forks source link

Fix: Remove docs for other projects from the Scrapy docs #6223

Closed jxlil closed 3 months ago

jxlil commented 3 months ago

Removed auto[function|class] declarations from external projects

Resolves https://github.com/scrapy/scrapy/issues/5920, closes https://github.com/scrapy/scrapy/pull/6043, closes https://github.com/scrapy/scrapy/pull/6131.

codecov[bot] commented 3 months ago

Codecov Report

Merging #6223 (36f7287) into master (c5fdba9) will increase coverage by 0.01%. Report is 1 commits behind head on master. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6223 +/- ## ========================================== + Coverage 88.59% 88.61% +0.01% ========================================== Files 161 161 Lines 11761 11775 +14 Branches 1907 1908 +1 ========================================== + Hits 10420 10434 +14 Misses 1011 1011 Partials 330 330 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/scrapy/scrapy/pull/6223/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapy)