René's URL Explorer Experiment


Title: Feature footnote support by tiberlas · Pull Request #1392 · python-openxml/python-docx · GitHub

Open Graph Title: Feature footnote support by tiberlas · Pull Request #1392 · python-openxml/python-docx

X Title: Feature footnote support by tiberlas · Pull Request #1392 · python-openxml/python-docx

Description: Hi, I've created footnote support. To the API I added functions: Can read footnotes from a paragraph as a list. The footnote object contains footnote reference id and paragraphs. doc = Document('test.docx') paragraph = doc.paragraphs[0] footnotes = paragraph.footnotes for footnote in footnotes: print(f'footnote reference id: {footnote.id}') print(f'this footnote has paragraphs: {len(footnote.paragraphs)}') Can access all footnotes in a document as a list where the list index is footnote reference id for that footnote doc = Document('test.docx') for footnote in doc.footnotes: print(f'footnote reference id: {footnote.id}') print(f'this footnote has paragraphs: {len(footnote.paragraphs)}') Can add a footnote to the end of a paragraph. The footnote reference id is calculated based on the other footnotes in the document. On a created footnote object you can add paragraphs. doc = Document('test.docx') paragraph = doc.paragraphs[0] new_footnote = paragraph.add_footnote() new_footnote.add_paragraph('paragraph in footnote') Can read and change footnote properties in a section. doc = Document('test.docx') s = doc.section[0] print(s.footnote_position) print(s.footnote_number_format) print(s.footnote_numbering_start_value) print(s.footnote_numbering_restart_location) s.footnote_position = 'beneathText' s.footnote_number_format = 'hex' s.footnote_numbering_start_value = 4 s.footnote_numbering_restart_location = 'eachPage'

Open Graph Description: Hi, I've created footnote support. To the API I added functions: Can read footnotes from a paragraph as a list. The footnote object contains footnote reference id and paragraphs. doc = Docume...

X Description: Hi, I've created footnote support. To the API I added functions: Can read footnotes from a paragraph as a list. The footnote object contains footnote reference id and paragraphs. doc = Do...

Opengraph URL: https://github.com/python-openxml/python-docx/pull/1392

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:8e8eaba5-3677-5444-2d25-2dc510c12a6c
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB484:3AE31F:7E88431:A8BF013:696E07EA
html-safe-nonce910574fb649afc53b04106898b66cec37e7cc40c6f059cf24f85ab9d7915800e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNDg0OjNBRTMxRjo3RTg4NDMxOkE4QkYwMTM6Njk2RTA3RUEiLCJ2aXNpdG9yX2lkIjoiODQwMTk3OTQxNjA3NzI3MzA2NiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac8fe3f3262cb0c7c9f06c5ddc36fb0d0a18d2a9e57860531d3db99571d61479da
hovercard-subject-tagpull_request:1866561237
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/python-openxml/python-docx/pull/1392/files
twitter:imagehttps://avatars.githubusercontent.com/u/52860332?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/52860332?s=400&v=4
og:image:altHi, I've created footnote support. To the API I added functions: Can read footnotes from a paragraph as a list. The footnote object contains footnote reference id and paragraphs. doc = Docume...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None9b5131b207ddd175abf059a848d5f4302ec0606b02211b989013be49cf08593e
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/python-openxml/python-docx git https://github.com/python-openxml/python-docx.git
octolytics-dimension-user_id3403760
octolytics-dimension-user_loginpython-openxml
octolytics-dimension-repository_id13592924
octolytics-dimension-repository_nwopython-openxml/python-docx
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id13592924
octolytics-dimension-repository_network_root_nwopython-openxml/python-docx
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
releasef8590a63bfc8093b241930ca57d536c9a50f9680
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python-openxml/python-docx/pull/1392/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-openxml%2Fpython-docx%2Fpull%2F1392%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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%2Fpython-openxml%2Fpython-docx%2Fpull%2F1392%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=python-openxml%2Fpython-docx
Reloadhttps://github.com/python-openxml/python-docx/pull/1392/files
Reloadhttps://github.com/python-openxml/python-docx/pull/1392/files
Reloadhttps://github.com/python-openxml/python-docx/pull/1392/files
python-openxml https://github.com/python-openxml
python-docxhttps://github.com/python-openxml/python-docx
Notifications https://github.com/login?return_to=%2Fpython-openxml%2Fpython-docx
Fork 1.3k https://github.com/login?return_to=%2Fpython-openxml%2Fpython-docx
Star 5.4k https://github.com/login?return_to=%2Fpython-openxml%2Fpython-docx
Code https://github.com/python-openxml/python-docx
Issues 577 https://github.com/python-openxml/python-docx/issues
Pull requests 121 https://github.com/python-openxml/python-docx/pulls
Actions https://github.com/python-openxml/python-docx/actions
Projects 0 https://github.com/python-openxml/python-docx/projects
Wiki https://github.com/python-openxml/python-docx/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python-openxml/python-docx/security
Please reload this pagehttps://github.com/python-openxml/python-docx/pull/1392/files
Insights https://github.com/python-openxml/python-docx/pulse
Code https://github.com/python-openxml/python-docx
Issues https://github.com/python-openxml/python-docx/issues
Pull requests https://github.com/python-openxml/python-docx/pulls
Actions https://github.com/python-openxml/python-docx/actions
Projects https://github.com/python-openxml/python-docx/projects
Wiki https://github.com/python-openxml/python-docx/wiki
Security https://github.com/python-openxml/python-docx/security
Insights https://github.com/python-openxml/python-docx/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython-openxml%2Fpython-docx%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython-openxml%2Fpython-docx%2Fissues%2Fnew%2Fchoose
tiberlashttps://github.com/tiberlas
python-openxml:develophttps://github.com/python-openxml/python-docx/tree/develop
openlawlibrary:feature/footnote-upstreamhttps://github.com/openlawlibrary/python-docx/tree/feature/footnote-upstream
Conversation 4 https://github.com/python-openxml/python-docx/pull/1392
Commits 7 https://github.com/python-openxml/python-docx/pull/1392/commits
Checks 0 https://github.com/python-openxml/python-docx/pull/1392/checks
Files changed https://github.com/python-openxml/python-docx/pull/1392/files
Please reload this pagehttps://github.com/python-openxml/python-docx/pull/1392/files
Feature footnote support https://github.com/python-openxml/python-docx/pull/1392/files#top
Show all changes 7 commits https://github.com/python-openxml/python-docx/pull/1392/files
afdb63a footnotes: add footnoteReference ``, and footnot… tiberlas Dec 29, 2023 https://github.com/python-openxml/python-docx/pull/1392/commits/afdb63a9e56363fac3ddd815ac5c9ffa1002b337
b960fbc footnotes: add footnote properties tiberlas Dec 29, 2023 https://github.com/python-openxml/python-docx/pull/1392/commits/b960fbcc673e3f1f63816861e039ccd7b5d28ece
d608320 footnotes: clean up logick tiberlas Dec 29, 2023 https://github.com/python-openxml/python-docx/pull/1392/commits/d608320f4fcbf3b8dafb1006a7ef17f6aa8d7618
532f7bf acpt: add scenario for footnotes tiberlas Jan 8, 2024 https://github.com/python-openxml/python-docx/pull/1392/commits/532f7bfbc21874f387d5d4e5c4a854dae958dbf9
27b09fd test: add tests for footnote support tiberlas Jan 9, 2024 https://github.com/python-openxml/python-docx/pull/1392/commits/27b09fde3244e7561011fc72d22331fcc6714282
f46762c rfctr: improve typing for Footnotes tiberlas Jan 12, 2024 https://github.com/python-openxml/python-docx/pull/1392/commits/f46762c911f2d888aeccc05316d3fae6ef5f0402
1e1e814 rfctr: Blacken footnote support tiberlas Jan 15, 2024 https://github.com/python-openxml/python-docx/pull/1392/commits/1e1e814f0ff9922482ca24074c1cd949cd9c83f4
Clear filters https://github.com/python-openxml/python-docx/pull/1392/files
Please reload this pagehttps://github.com/python-openxml/python-docx/pull/1392/files
Please reload this pagehttps://github.com/python-openxml/python-docx/pull/1392/files
doc-access-footnotes.feature https://github.com/python-openxml/python-docx/pull/1392/files#diff-fadec3aff3c7b92eb8abd80decc9f232d0ce4015f084c91c7880b9ac6ec7c245
doc-set-footnote-props.feature https://github.com/python-openxml/python-docx/pull/1392/files#diff-286754b962ed7c742459daf5bb0c89cae0b3b0a6a12668bd0f7cbe6768895b6f
par-access-footnotes.feature https://github.com/python-openxml/python-docx/pull/1392/files#diff-b55a064e50ddb7191f643c41c7a953a28442622209196f7a0d93fad495a844ca
par-insert-footnote.feature https://github.com/python-openxml/python-docx/pull/1392/files#diff-4f61f59c5ae33c991d6224856dbd57e6c38273f525b62a2b5c88a28a13895317
footnotes.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-ba547b3e22815c571e7f9d776f5338fa5ea0495c3e574b1cae61c3fd1cc4e3c3
footnotes.docx https://github.com/python-openxml/python-docx/pull/1392/files#diff-f94a5bc7223a22aacd746958d4643f6c3022492a8b8bf11c566bd82d3517ffa3
__init__.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-c0bf42026978200784773e804db3ffff39372f9455f2152da258374d3d10d136
document.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-8b5aed35cea2e719e419af099e5d7d2f6ff97b5737b5329dcf66c57031999541
footnotes.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-ced1af0fc226de1b3511ba98183e22d6f4c762cf4c0d51dbfdb740d0a72a472c
__init__.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-4b1c4dcf03dbdf6a05c491cae8d35f84d025d0bf7669079faaca026b5a9409ef
footnote.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-2dadedb14a09c9003f0a0c51984203204ca85c62c20a9c7a958322e473909b22
section.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-883b408570bcf196766b5b76083f68e7d8ef2c6cfb340422ac6a91f600cd004c
simpletypes.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-83a41637aaa7b602d6b8cbcd0e71dc0167f1e2a57c77cb007d6dcb100053af46
footnote_reference.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-23258e7e0c52216f46bae125ce4bdc320d9576265e004bafb0d51dc64f4cf067
paragraph.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-047abfba31a9cd4defdf596705a3a6e8b0a5ba267cf27d7fe755297d14ecd476
run.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-9cab0dfbb4f78b4242e5f57b49b1a9d05beee0fca6d300169d069ed16e714a22
document.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-d66e4c8031d6b27743414e8d34fe3ed52c72545d206dbdc16e1ed959ef46723e
footnotes.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-fd6ab75474a3618a25d84ff7d8eea865622604e6aa99521d99986b1a93a238d0
section.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-92cefb4c1e920a86157934af443a348e210735a89235c27a758e0ac5466effc8
default-footnotes.xml https://github.com/python-openxml/python-docx/pull/1392/files#diff-cef35c0bcd2a89ea62eccabc79a017dbc3efb78eded26cd56c0ef10abc71dd15
paragraph.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-97eceaeb4ca0c9bd77aa456168dff469c3196b2dd4891f694d9f66c2c8fe4da0
run.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-93a63e78713879c0fd787128dfc3a563806eff684b68e9ba3a3fd0cd11e47e45
test_document.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-78e792cfafc71ca614966d5be40f70098bf25e7ef39acece8692f691102db801
test_section.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-705c4b2384517e7a798e1bb2ff23931e50bfc1683e4f41d805719df736a80ea7
test_paragraph.py https://github.com/python-openxml/python-docx/pull/1392/files#diff-e9a03c4eb41c734107ef5073b6657104cccdf9eede0e18cca01fe0885670b7d3
features/doc-access-footnotes.featurehttps://github.com/python-openxml/python-docx/pull/1392/files#diff-fadec3aff3c7b92eb8abd80decc9f232d0ce4015f084c91c7880b9ac6ec7c245
View file https://github.com/python-openxml/python-docx/blob/1e1e814f0ff9922482ca24074c1cd949cd9c83f4/features/doc-access-footnotes.feature
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python-openxml/python-docx/pull/1392/{{ revealButtonHref }}
features/doc-set-footnote-props.featurehttps://github.com/python-openxml/python-docx/pull/1392/files#diff-286754b962ed7c742459daf5bb0c89cae0b3b0a6a12668bd0f7cbe6768895b6f
View file https://github.com/python-openxml/python-docx/blob/1e1e814f0ff9922482ca24074c1cd949cd9c83f4/features/doc-set-footnote-props.feature
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python-openxml/python-docx/pull/1392/{{ revealButtonHref }}
features/par-access-footnotes.featurehttps://github.com/python-openxml/python-docx/pull/1392/files#diff-b55a064e50ddb7191f643c41c7a953a28442622209196f7a0d93fad495a844ca
View file https://github.com/python-openxml/python-docx/blob/1e1e814f0ff9922482ca24074c1cd949cd9c83f4/features/par-access-footnotes.feature
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python-openxml/python-docx/pull/1392/{{ revealButtonHref }}
features/par-insert-footnote.featurehttps://github.com/python-openxml/python-docx/pull/1392/files#diff-4f61f59c5ae33c991d6224856dbd57e6c38273f525b62a2b5c88a28a13895317
View file https://github.com/python-openxml/python-docx/blob/1e1e814f0ff9922482ca24074c1cd949cd9c83f4/features/par-insert-footnote.feature
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python-openxml/python-docx/pull/1392/{{ revealButtonHref }}
features/steps/footnotes.pyhttps://github.com/python-openxml/python-docx/pull/1392/files#diff-ba547b3e22815c571e7f9d776f5338fa5ea0495c3e574b1cae61c3fd1cc4e3c3
View file https://github.com/python-openxml/python-docx/blob/1e1e814f0ff9922482ca24074c1cd949cd9c83f4/features/steps/footnotes.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python-openxml/python-docx/pull/1392/{{ revealButtonHref }}
features/steps/test_files/footnotes.docxhttps://github.com/python-openxml/python-docx/pull/1392/files#diff-f94a5bc7223a22aacd746958d4643f6c3022492a8b8bf11c566bd82d3517ffa3
View file https://github.com/python-openxml/python-docx/blob/1e1e814f0ff9922482ca24074c1cd949cd9c83f4/features/steps/test_files/footnotes.docx
Open in desktop https://desktop.github.com
src/docx/__init__.pyhttps://github.com/python-openxml/python-docx/pull/1392/files#diff-c0bf42026978200784773e804db3ffff39372f9455f2152da258374d3d10d136
View file https://github.com/python-openxml/python-docx/blob/1e1e814f0ff9922482ca24074c1cd949cd9c83f4/src/docx/__init__.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python-openxml/python-docx/pull/1392/{{ revealButtonHref }}
https://github.com/python-openxml/python-docx/pull/1392/files#diff-c0bf42026978200784773e804db3ffff39372f9455f2152da258374d3d10d136
https://github.com/python-openxml/python-docx/pull/1392/files#diff-c0bf42026978200784773e804db3ffff39372f9455f2152da258374d3d10d136
https://github.com/python-openxml/python-docx/pull/1392/files#diff-c0bf42026978200784773e804db3ffff39372f9455f2152da258374d3d10d136
https://github.com/python-openxml/python-docx/pull/1392/files#diff-c0bf42026978200784773e804db3ffff39372f9455f2152da258374d3d10d136
src/docx/document.pyhttps://github.com/python-openxml/python-docx/pull/1392/files#diff-8b5aed35cea2e719e419af099e5d7d2f6ff97b5737b5329dcf66c57031999541
View file https://github.com/python-openxml/python-docx/blob/1e1e814f0ff9922482ca24074c1cd949cd9c83f4/src/docx/document.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python-openxml/python-docx/pull/1392/{{ revealButtonHref }}
https://github.com/python-openxml/python-docx/pull/1392/files#diff-8b5aed35cea2e719e419af099e5d7d2f6ff97b5737b5329dcf66c57031999541
https://github.com/python-openxml/python-docx/pull/1392/files#diff-8b5aed35cea2e719e419af099e5d7d2f6ff97b5737b5329dcf66c57031999541
https://github.com/python-openxml/python-docx/pull/1392/files#diff-8b5aed35cea2e719e419af099e5d7d2f6ff97b5737b5329dcf66c57031999541
https://github.com/python-openxml/python-docx/pull/1392/files#diff-8b5aed35cea2e719e419af099e5d7d2f6ff97b5737b5329dcf66c57031999541
https://github.com/python-openxml/python-docx/pull/1392/files#diff-8b5aed35cea2e719e419af099e5d7d2f6ff97b5737b5329dcf66c57031999541
https://github.com/python-openxml/python-docx/pull/1392/files#diff-8b5aed35cea2e719e419af099e5d7d2f6ff97b5737b5329dcf66c57031999541
https://github.com/python-openxml/python-docx/pull/1392/files#diff-8b5aed35cea2e719e419af099e5d7d2f6ff97b5737b5329dcf66c57031999541
Please reload this pagehttps://github.com/python-openxml/python-docx/pull/1392/files
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.