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

Skip to content

Commit e3eb638

Browse files
tacaswellmeeseeksmachine
authored andcommitted
Backport PR #27280: DOC: added rest of licenses to license page
1 parent ca9fee6 commit e3eb638

File tree

2 files changed

+102
-2
lines changed

2 files changed

+102
-2
lines changed

doc/_static/mpl.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,22 @@ div.wide-table table th.stub {
180180
.checklist li p {
181181
display: inline;
182182
}
183+
184+
.sdd.sd-dropdown {
185+
box-shadow: none!important;
186+
}
187+
188+
.sdd.sd-dropdown.sd-card{
189+
border-style: solid !important;
190+
border-color: var(--pst-color-border) !important;
191+
border-width: thin !important;
192+
border-radius: .05
193+
}
194+
195+
.sdd.sd-dropdown .sd-card-header{
196+
--pst-sd-dropdown-color: none;
197+
}
198+
199+
.sdd.sd-dropdown .sd-card-header +.sd-card-body{
200+
--pst-sd-dropdown-color: none;
201+
}

doc/users/project/license.rst

Lines 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)