Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3954e0e

Browse files
committed
DOC: replace dolphin license RDF block with prose attribution
The inline cc:License RDF in the dolphin example was never rendered and only acted as attribution metadata, so the upstream URI namespace (web.resource.org -> creativecommons.org/ns# -> whatever comes next) is ongoing maintenance for no reader benefit. Replace the block with a single plain-text credit line naming the author and the Public Domain status. Addresses review feedback on #31540. Refs #30306.
1 parent 36994e0 commit 3954e0e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

  • galleries/examples/shapes_and_collections

galleries/examples/shapes_and_collections/dolphin.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,7 @@
3737

3838
plt.plot(x, y, 'o', color=(0.9, 0.9, 1.0), alpha=0.8)
3939

40-
# Dolphin from OpenClipart library by Andy Fitzsimon
41-
# <cc:License rdf:about="http://web.resource.org/cc/PublicDomain">
42-
# <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
43-
# <cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
44-
# <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
45-
# </cc:License>
40+
# Dolphin from OpenClipart library by Andy Fitzsimon (Public Domain).
4641

4742
dolphin = """
4843
M -0.59739425,160.18173 C -0.62740401,160.18885 -0.57867129,160.11183

0 commit comments

Comments
 (0)