Skip to content

Commit

Permalink
feat: Add Environment :: WebAssembly and Framework :: Pydantic to tro…
Browse files Browse the repository at this point in the history
…ve classifiers (pypa#725)

* Add Environment :: WebAssembly to valid PyPI trove classifiers.
   - c.f. https://discuss.python.org/t/do-we-want-classifiers-for-webassembly-on-pypi/22712 2f685c7
  • Loading branch information
blink1073 committed Jan 28, 2023
1 parent c786e73 commit 935e670
Show file tree
Hide file tree
Showing 85 changed files with 3,471 additions and 3,175 deletions.
2 changes: 1 addition & 1 deletion dev/404.html

Large diffs are not rendered by default.

26 changes: 23 additions & 3 deletions dev/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,31 @@ code { font-family: 'Fira Code', monospace; }
font-variant-ligatures: none;
}

/* Everything below is from https://mkdocstrings.github.io/handlers/python/#recommended-style-material */
/* Everything below is from https://mkdocstrings.github.io/python/customization/#recommended-style-material */

/* Indentation. */
div.doc-contents:not(.first) {
padding-left: 25px;
border-left: 4px solid rgba(230, 230, 230);
margin-bottom: 80px;
border-left: .05rem solid var(--md-typeset-table-color);
}

/* Mark external links as such. */
a.autorefs-external::after {
/* https://primer.style/octicons/arrow-up-right-24 */
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="rgb(0, 0, 0)" d="M18.25 15.5a.75.75 0 00.75-.75v-9a.75.75 0 00-.75-.75h-9a.75.75 0 000 1.5h7.19L6.22 16.72a.75.75 0 101.06 1.06L17.5 7.56v7.19c0 .414.336.75.75.75z"></path></svg>');
content: ' ';

display: inline-block;
position: relative;
top: 0.1em;
margin-left: 0.2em;
margin-right: 0.1em;

height: 1em;
width: 1em;
border-radius: 100%;
background-color: var(--md-typeset-a-color);
}
a.autorefs-external:hover::after {
background-color: var(--md-accent-fg-color);
}
29 changes: 29 additions & 0 deletions dev/assets/javascripts/bundle.5a2dcb6a.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dev/assets/javascripts/bundle.5a2dcb6a.min.js.map

Large diffs are not rendered by default.

29 changes: 0 additions & 29 deletions dev/assets/javascripts/bundle.9c69f0bc.min.js

This file was deleted.

8 changes: 0 additions & 8 deletions dev/assets/javascripts/bundle.9c69f0bc.min.js.map

This file was deleted.

18 changes: 18 additions & 0 deletions dev/assets/javascripts/extra/bundle.5f09fbc3.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dev/assets/javascripts/extra/bundle.5f09fbc3.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dev/assets/javascripts/glightbox.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dev/assets/javascripts/lunr/min/lunr.ko.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dev/assets/javascripts/lunr/min/lunr.ta.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dev/assets/javascripts/lunr/min/lunr.zh.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 935e670

Please sign in to comment.