Skip to content

Commit 77e3ac7

Browse files
authored
remove sponsors from docs (#5833)
1 parent afadf00 commit 77e3ac7

10 files changed

+0
-71
lines changed

docs/index.md

-71
Original file line numberDiff line numberDiff line change
@@ -13,77 +13,6 @@ Data validation and settings management using Python type annotations.
1313

1414
Define how data should be in pure, canonical Python; validate it with *pydantic*.
1515

16-
## Sponsors
17-
18-
Development of *pydantic* is made possible by the following sponsors:
19-
20-
<div class="sponsors">
21-
<div>
22-
<a rel="sponsored" target="_blank" href="https://www.salesforce.com">
23-
<img src="./sponsor_logos/salesforce.png" alt="Salesforce" />
24-
<span>Salesforce</span>
25-
</a>
26-
</div>
27-
<div>
28-
<a rel="sponsored" target="_blank" href="https://fastapi.tiangolo.com">
29-
<img src="./sponsor_logos/fastapi.png" alt="FastAPI" />
30-
<span>FastAPI</span>
31-
</a>
32-
</div>
33-
<div>
34-
<a rel="sponsored" target="_blank" href="https://aws.amazon.com">
35-
<img src="./sponsor_logos/aws.png" alt="AWS" />
36-
<span>AWS</span>
37-
</a>
38-
</div>
39-
<div>
40-
<a rel="sponsored" target="_blank" href="https://explosion.ai">
41-
<img src="./sponsor_logos/explosion_ai.png" alt="Explosion" />
42-
<span>Explosion</span>
43-
</a>
44-
</div>
45-
<div>
46-
<a rel="sponsored" target="_blank" href="https://tutorcruncher.com/?utm_source=pydantic&utm_campaign=open_source">
47-
<img src="./sponsor_logos/tutorcruncher.png" alt="TutorCruncher" />
48-
<span>TutorCruncher</span>
49-
</a>
50-
</div>
51-
<div>
52-
<a rel="sponsored" target="_blank" href="https://www.exoflare.com/open-source/?utm_source=pydantic&utm_campaign=open_source">
53-
<img src="./sponsor_logos/exoflare.png" alt="ExoFlare" />
54-
<span>ExoFlare</span>
55-
</a>
56-
</div>
57-
<div>
58-
<a rel="sponsored" target="_blank" href="https://home.robusta.dev">
59-
<img src="./sponsor_logos/robusta.png" alt="Robusta" />
60-
<span>Robusta</span>
61-
</a>
62-
</div>
63-
<div>
64-
<a rel="sponsored" target="_blank" href="https://www.sendcloud.com">
65-
<img src="./sponsor_logos/sendcloud.png" alt="SendCloud" />
66-
<span>SendCloud</span>
67-
</a>
68-
</div>
69-
<div>
70-
<a rel="sponsored" target="_blank" href="https://jina.ai">
71-
<img src="./sponsor_logos/jina-ai.png" alt="Jina AI" />
72-
<span>Jina AI</span>
73-
</a>
74-
</div>
75-
</div>
76-
77-
And many more who kindly sponsor Samuel Colvin on [GitHub Sponsors](https://github.com/sponsors/samuelcolvin#sponsors).
78-
79-
<script>
80-
// randomize the order of sponsors
81-
const ul = document.querySelector('.sponsors')
82-
for (let i = ul.children.length; i >= 0; i--) {
83-
ul.appendChild(ul.children[Math.random() * i | 0])
84-
}
85-
</script>
86-
8716
## Example
8817

8918
{!.tmp_examples/index_main.md!}

docs/sponsor_logos/aws.png

-72 KB
Binary file not shown.

docs/sponsor_logos/exoflare.png

-18.7 KB
Binary file not shown.

docs/sponsor_logos/explosion_ai.png

-32.3 KB
Binary file not shown.

docs/sponsor_logos/fastapi.png

-14 KB
Binary file not shown.

docs/sponsor_logos/jina-ai.png

-10.2 KB
Binary file not shown.

docs/sponsor_logos/robusta.png

-22.7 KB
Binary file not shown.

docs/sponsor_logos/salesforce.png

-21 KB
Binary file not shown.

docs/sponsor_logos/sendcloud.png

-16.6 KB
Binary file not shown.

docs/sponsor_logos/tutorcruncher.png

-12.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)