René's URL Explorer Experiment


Title: Check modification times of included RST files by yongrenjie · Pull Request #20374 · matplotlib/matplotlib · GitHub

Open Graph Title: Check modification times of included RST files by yongrenjie · Pull Request #20374 · matplotlib/matplotlib

X Title: Check modification times of included RST files by yongrenjie · Pull Request #20374 · matplotlib/matplotlib

Description: Fixes #17860. Briefly, to reproduce this bug: Create a file included.rst with a plot inside it. Create a file index.rst containing the include directive .. include:: included.rst. Build Sphinx documentation. Modify the plotting code inside included.rst, but don't touch index.rst. Rebuild the Sphinx documentation. Because index.rst wasn't touched, plot_directive thinks that it's up-to-date and thus the image doesn't need to be re-created. This commit fixes the issue by checking the modification times not only of the source file (index.rst in this case), but also of the file(s) included within it (included.rst). PR Summary The commit message contains most of the info, but I attach some extra detail here just in case people come across it and find it useful. There are a couple of ways to get the included files: Method 1 Since docutils 0.17, there is an attribute state.document.include_log which is a list of tuples containing the names of any files that were included, which is exactly what we want. [('index.rst', (None, None, None, None), 4.611686018427388e+18), ('included.rst', (None, None, None, None), 21)] Method 2 Directly inspect state_machine.input_lines.items, which is a list of tuples (source, offset). If a RST file is included, then we can get its filename (relative to the top-level Sphinx directory) in source. For example, this is what plot_directive can when I place .. include:: included.rst inside the file ~/test/plot_dir/index.rst: [('included.rst', 2), ('included.rst', 3), ('included.rst', 4), ('included.rst', 5), ('included.rst', 6), ('included.rst', 7), ('included.rst', 8), ('included.rst', 9), ('included.rst', 10), ('included.rst', 11), ('included.rst', 12), ('internal padding after included.rst', 13), ('/Users/yongrenjie/test/plot_dir/index.rst', 7), ('/Users/yongrenjie/test/plot_dir/index.rst', 8), ('/Users/yongrenjie/test/plot_dir/index.rst', 9), ('/Users/yongrenjie/test/plot_dir/index.rst', 10), ('/Users/yongrenjie/test/plot_dir/index.rst', 11), ('/Users/yongrenjie/test/plot_dir/index.rst', 12), ('/Users/yongrenjie/test/plot_dir/index.rst', 13), ('/Users/yongrenjie/test/plot_dir/index.rst', 14), ('/Users/yongrenjie/test/plot_dir/index.rst', 15), ('/Users/yongrenjie/test/plot_dir/index.rst', 16), ('/Users/yongrenjie/test/plot_dir/index.rst', 17), ('/Users/yongrenjie/test/plot_dir/index.rst', 18) ] The issue with this is that there's the 'internal padding after...' line which we would have to filter out, and I'm not sure what other directives (if any) might also add some junk to this list. I got around this by first removing duplicates and then checking which of the entries were valid files. I feel like Method 2 is a bit fragile, so I made it as a fallback: try: # method 1... except AttributeError: # indicates docutils <=0.16 # method 2... I've tested this all the way back to docutils 0.14 and it seems to be pretty reliable. PR Checklist N/A Has pytest style unit tests (and pytest passes). Is Flake 8 compliant (run flake8 on changed files to check). N/A New features are documented, with examples if plot related. N/A Documentation is sphinx and numpydoc compliant (the docs should build without error). Conforms to Matplotlib style conventions (install flake8-docstrings and run flake8 --docstring-convention=all). N/A New features have an entry in doc/users/next_whats_new/ (follow instructions in README.rst there). N/A API changes documented in doc/api/next_api_changes/ (follow instructions in README.rst there).

Open Graph Description: Fixes #17860. Briefly, to reproduce this bug: Create a file included.rst with a plot inside it. Create a file index.rst containing the include directive .. include:: included.rst. Build Sphin...

X Description: Fixes #17860. Briefly, to reproduce this bug: Create a file included.rst with a plot inside it. Create a file index.rst containing the include directive .. include:: included.rst. Build Sphin...

Opengraph URL: https://github.com/matplotlib/matplotlib/pull/20374

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:003e2b6c-553f-c742-3dd3-ca1631ab9943
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDA2A:3E45D3:923B86:C44075:6A5563D9
html-safe-noncecb5fcaba3a728513cf982c4a6fda31426006eac5cf6f6bde6698e4c225c1c8c7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQTJBOjNFNDVEMzo5MjNCODY6QzQ0MDc1OjZBNTU2M0Q5IiwidmlzaXRvcl9pZCI6IjIyMjc5Nzc5Mjk2ODU4MjAzNzciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmaccbe9d18867d7e15080d815736283ef1e1ee85e90ce1f67384b11f0567a6570c0
hovercard-subject-tagpull_request:662690857
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/matplotlib/matplotlib/pull/20374/files
twitter:imagehttps://avatars.githubusercontent.com/u/22414895?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/22414895?s=400&v=4
og:image:altFixes #17860. Briefly, to reproduce this bug: Create a file included.rst with a plot inside it. Create a file index.rst containing the include directive .. include:: included.rst. Build Sphin...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb5665c84831ed9ac4fb79519c16c9c5580ba8092fb8bb6e3e72972ec7197348e
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git
octolytics-dimension-user_id215947
octolytics-dimension-user_loginmatplotlib
octolytics-dimension-repository_id1385122
octolytics-dimension-repository_nwomatplotlib/matplotlib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1385122
octolytics-dimension-repository_network_root_nwomatplotlib/matplotlib
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release8201d0b7bc32164c4662de52242e463a356df543
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/pull/20374/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F20374%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F20374%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/pull/20374/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/20374/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/20374/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/20374/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/20374/files
Notifications https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Fork 8.4k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Star 23k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Code https://github.com/matplotlib/matplotlib
Issues 1.1k https://github.com/matplotlib/matplotlib/issues
Pull requests 409 https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality 0 https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Code https://github.com/matplotlib/matplotlib
Issues https://github.com/matplotlib/matplotlib/issues
Pull requests https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmatplotlib%2Fmatplotlib%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib%2Fissues%2Fnew%2Fchoose
QuLogichttps://github.com/QuLogic
matplotlib:masterhttps://github.com/matplotlib/matplotlib/tree/master
Conversation 17 https://github.com/matplotlib/matplotlib/pull/20374
Commits 4 https://github.com/matplotlib/matplotlib/pull/20374/commits
Checks 0 https://github.com/matplotlib/matplotlib/pull/20374/checks
Files changed https://github.com/matplotlib/matplotlib/pull/20374/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/20374/files
Check modification times of included RST files https://github.com/matplotlib/matplotlib/pull/20374/files#top
Show all changes 4 commits https://github.com/matplotlib/matplotlib/pull/20374/files
409511b Check modification times of included files in plot_directive yongrenjie Jun 26, 2021 https://github.com/matplotlib/matplotlib/pull/20374/commits/409511bec08843cad0513920da7d5e7a3f9c61c6
608a868 Always assume plots with context are out of date yongrenjie Jun 26, 2021 https://github.com/matplotlib/matplotlib/pull/20374/commits/608a868090882db2adffd25f4b2e8bd96b410269
31ffe4b Add rebuild tests for plot_directive yongrenjie Jun 26, 2021 https://github.com/matplotlib/matplotlib/pull/20374/commits/31ffe4bbc926eb119b1f9b2282733dce6c725b8c
829f92e apply suggestions from code review yongrenjie Jul 6, 2021 https://github.com/matplotlib/matplotlib/pull/20374/commits/829f92e427e2f28e728a0c9f89582ea4a99fce27
Clear filters https://github.com/matplotlib/matplotlib/pull/20374/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/20374/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/20374/files
plot_directive.py https://github.com/matplotlib/matplotlib/pull/20374/files#diff-1565d78306cf72de5a28f4e2b196ee2cb09026d1f8aa2dc26178c3a47f3347b8
test_sphinxext.py https://github.com/matplotlib/matplotlib/pull/20374/files#diff-1f3f5913fefc55a6629cfdb5478de2a2613e9c768fc5565125578b19694a829e
included_plot_21.rst https://github.com/matplotlib/matplotlib/pull/20374/files#diff-730c2777be3d95fb841bf3e00563947762d5cf012992ffabfda9c10e30fa24ab
some_plots.rst https://github.com/matplotlib/matplotlib/pull/20374/files#diff-08da46b74648ed5eacf3e9819072ef928f3d8b18447b0f4909c85feb27cfba43
lib/matplotlib/sphinxext/plot_directive.pyhttps://github.com/matplotlib/matplotlib/pull/20374/files#diff-1565d78306cf72de5a28f4e2b196ee2cb09026d1f8aa2dc26178c3a47f3347b8
View file https://github.com/matplotlib/matplotlib/blob/829f92e427e2f28e728a0c9f89582ea4a99fce27/lib/matplotlib/sphinxext/plot_directive.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/20374/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/20374/files#diff-1565d78306cf72de5a28f4e2b196ee2cb09026d1f8aa2dc26178c3a47f3347b8
https://github.com/matplotlib/matplotlib/pull/20374/files#diff-1565d78306cf72de5a28f4e2b196ee2cb09026d1f8aa2dc26178c3a47f3347b8
https://github.com/matplotlib/matplotlib/pull/20374/files#diff-1565d78306cf72de5a28f4e2b196ee2cb09026d1f8aa2dc26178c3a47f3347b8
https://github.com/matplotlib/matplotlib/pull/20374/files#diff-1565d78306cf72de5a28f4e2b196ee2cb09026d1f8aa2dc26178c3a47f3347b8
https://github.com/matplotlib/matplotlib/pull/20374/files#diff-1565d78306cf72de5a28f4e2b196ee2cb09026d1f8aa2dc26178c3a47f3347b8
https://github.com/matplotlib/matplotlib/pull/20374/files#diff-1565d78306cf72de5a28f4e2b196ee2cb09026d1f8aa2dc26178c3a47f3347b8
https://github.com/matplotlib/matplotlib/pull/20374/files#diff-1565d78306cf72de5a28f4e2b196ee2cb09026d1f8aa2dc26178c3a47f3347b8
https://github.com/matplotlib/matplotlib/pull/20374/files#diff-1565d78306cf72de5a28f4e2b196ee2cb09026d1f8aa2dc26178c3a47f3347b8
https://github.com/matplotlib/matplotlib/pull/20374/files#diff-1565d78306cf72de5a28f4e2b196ee2cb09026d1f8aa2dc26178c3a47f3347b8
lib/matplotlib/tests/test_sphinxext.pyhttps://github.com/matplotlib/matplotlib/pull/20374/files#diff-1f3f5913fefc55a6629cfdb5478de2a2613e9c768fc5565125578b19694a829e
View file https://github.com/matplotlib/matplotlib/blob/829f92e427e2f28e728a0c9f89582ea4a99fce27/lib/matplotlib/tests/test_sphinxext.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/20374/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/20374/files#diff-1f3f5913fefc55a6629cfdb5478de2a2613e9c768fc5565125578b19694a829e
https://github.com/matplotlib/matplotlib/pull/20374/files#diff-1f3f5913fefc55a6629cfdb5478de2a2613e9c768fc5565125578b19694a829e
https://github.com/matplotlib/matplotlib/pull/20374/files#diff-1f3f5913fefc55a6629cfdb5478de2a2613e9c768fc5565125578b19694a829e
https://github.com/matplotlib/matplotlib/pull/20374/files#diff-1f3f5913fefc55a6629cfdb5478de2a2613e9c768fc5565125578b19694a829e
lib/matplotlib/tests/tinypages/included_plot_21.rsthttps://github.com/matplotlib/matplotlib/pull/20374/files#diff-730c2777be3d95fb841bf3e00563947762d5cf012992ffabfda9c10e30fa24ab
View file https://github.com/matplotlib/matplotlib/blob/829f92e427e2f28e728a0c9f89582ea4a99fce27/lib/matplotlib/tests/tinypages/included_plot_21.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/20374/{{ revealButtonHref }}
lib/matplotlib/tests/tinypages/some_plots.rsthttps://github.com/matplotlib/matplotlib/pull/20374/files#diff-08da46b74648ed5eacf3e9819072ef928f3d8b18447b0f4909c85feb27cfba43
View file https://github.com/matplotlib/matplotlib/blob/829f92e427e2f28e728a0c9f89582ea4a99fce27/lib/matplotlib/tests/tinypages/some_plots.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/20374/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/20374/files#diff-08da46b74648ed5eacf3e9819072ef928f3d8b18447b0f4909c85feb27cfba43
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.