Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ea66786

Browse filesBrowse files
authored
Merge pull request #27280 from story645/license
DOC: added rest of licenses to license page
2 parents 325fcbb + 545d6da commit ea66786
Copy full SHA for ea66786

File tree

2 files changed

+102
-2
lines changed
Filter options

2 files changed

+102
-2
lines changed

‎doc/_static/mpl.css

Copy file name to clipboardExpand all lines: doc/_static/mpl.css
+19Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,22 @@ div.wide-table table th.stub {
185185
.checklist li p {
186186
display: inline;
187187
}
188+
189+
.sdd.sd-dropdown {
190+
box-shadow: none!important;
191+
}
192+
193+
.sdd.sd-dropdown.sd-card{
194+
border-style: solid !important;
195+
border-color: var(--pst-color-border) !important;
196+
border-width: thin !important;
197+
border-radius: .05
198+
}
199+
200+
.sdd.sd-dropdown .sd-card-header{
201+
--pst-sd-dropdown-color: none;
202+
}
203+
204+
.sdd.sd-dropdown .sd-card-header +.sd-card-body{
205+
--pst-sd-dropdown-color: none;
206+
}

‎doc/users/project/license.rst

Copy file name to clipboardExpand all lines: doc/users/project/license.rst
+83-2Lines changed: 83 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,86 @@ control logs.
4646
License agreement
4747
=================
4848

49-
.. literalinclude:: ../../../LICENSE/LICENSE
50-
:language: none
49+
.. dropdown:: License agreement for Matplotlib versions 1.3.0 and later
50+
:open:
51+
:class-container: sdd
52+
53+
.. literalinclude:: ../../../LICENSE/LICENSE
54+
:language: none
55+
56+
57+
58+
Bundled software
59+
================
60+
61+
.. dropdown:: JSX Tools Resize Observer
62+
:class-container: sdd
63+
64+
.. literalinclude:: ../../../LICENSE/LICENSE_JSXTOOLS_RESIZE_OBSERVER
65+
:language: none
66+
67+
.. dropdown:: QT4 Editor
68+
:class-container: sdd
69+
70+
.. literalinclude:: ../../../LICENSE/LICENSE_QT4_EDITOR
71+
:language: none
72+
73+
74+
.. _licenses-cmaps-styles:
75+
76+
Colormaps and themes
77+
--------------------
78+
79+
.. dropdown:: ColorBrewer
80+
:class-container: sdd
81+
82+
.. literalinclude:: ../../../LICENSE/LICENSE_COLORBREWER
83+
:language: none
84+
85+
.. dropdown:: Solarized
86+
:class-container: sdd
87+
88+
.. literalinclude:: ../../../LICENSE/LICENSE_SOLARIZED
89+
:language: none
90+
91+
.. dropdown:: Yorick
92+
:class-container: sdd
93+
94+
.. literalinclude:: ../../../LICENSE/LICENSE_YORICK
95+
:language: none
96+
97+
98+
.. _licenses-fonts:
99+
100+
Fonts
101+
-----
102+
103+
.. dropdown:: American Mathematical Society (AMS) fonts
104+
:class-container: sdd
105+
106+
.. literalinclude:: ../../../LICENSE/LICENSE_AMSFONTS
107+
:language: none
108+
109+
.. dropdown:: BaKoMa
110+
:class-container: sdd
111+
112+
.. literalinclude:: ../../../LICENSE/LICENSE_BAKOMA
113+
:language: none
114+
115+
.. dropdown:: Carlogo
116+
:class-container: sdd
117+
118+
.. literalinclude:: ../../../LICENSE/LICENSE_CARLOGO
119+
:language: none
120+
121+
.. dropdown:: Courier 10
122+
:class-container: sdd
123+
124+
.. literalinclude:: ../../../LICENSE/LICENSE_COURIERTEN
125+
:language: none
126+
127+
.. dropdown:: STIX
128+
:class-container: sdd
129+
130+
.. literalinclude:: ../../../LICENSE/LICENSE_STIX
131+
:language: none

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.