Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beware of pages without description, maybe generate one from the lead #58

Open
JulienPalard opened this issue Jul 25, 2018 · 1 comment
Assignees

Comments

@JulienPalard
Copy link
Member

Typically this page https://docs.python.org/3/library/functions.html has no tag, it should.

@JulienPalard JulienPalard self-assigned this Jul 25, 2018
@hugovk
Copy link
Member

hugovk commented Sep 17, 2024

Do you mean the <description> HTML tag?

If so, since python/cpython#99931 in December 1999, we now generate it with sphinxext-opengraph:

<meta name="description" content="The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order.,,,, Built-in Functions,,, A, abs(), aiter(), all(), a..." />

And:

<meta property="og:description" content="The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order.,,,, Built-in Functions,,, A, abs(), aiter(), all(), a..." />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants