diff --git a/doc/_static/mpl.css b/doc/_static/mpl.css index a37fb76a0436..2b57f7608d26 100644 --- a/doc/_static/mpl.css +++ b/doc/_static/mpl.css @@ -180,3 +180,22 @@ div.wide-table table th.stub { .checklist li p { display: inline; } + +.sdd.sd-dropdown { + box-shadow: none!important; +} + +.sdd.sd-dropdown.sd-card{ + border-style: solid !important; + border-color: var(--pst-color-border) !important; + border-width: thin !important; + border-radius: .05 +} + +.sdd.sd-dropdown .sd-card-header{ + --pst-sd-dropdown-color: none; +} + +.sdd.sd-dropdown .sd-card-header +.sd-card-body{ + --pst-sd-dropdown-color: none; +} diff --git a/doc/users/project/license.rst b/doc/users/project/license.rst index a55927d9f2c5..3f9c1e30531b 100644 --- a/doc/users/project/license.rst +++ b/doc/users/project/license.rst @@ -46,5 +46,86 @@ control logs. License agreement ================= -.. literalinclude:: ../../../LICENSE/LICENSE - :language: none +.. dropdown:: License agreement for Matplotlib versions 1.3.0 and later + :open: + :class-container: sdd + + .. literalinclude:: ../../../LICENSE/LICENSE + :language: none + + + +Bundled software +================ + +.. dropdown:: JSX Tools Resize Observer + :class-container: sdd + + .. literalinclude:: ../../../LICENSE/LICENSE_JSXTOOLS_RESIZE_OBSERVER + :language: none + +.. dropdown:: QT4 Editor + :class-container: sdd + + .. literalinclude:: ../../../LICENSE/LICENSE_QT4_EDITOR + :language: none + + +.. _licenses-cmaps-styles: + +Colormaps and themes +-------------------- + +.. dropdown:: ColorBrewer + :class-container: sdd + + .. literalinclude:: ../../../LICENSE/LICENSE_COLORBREWER + :language: none + +.. dropdown:: Solarized + :class-container: sdd + + .. literalinclude:: ../../../LICENSE/LICENSE_SOLARIZED + :language: none + +.. dropdown:: Yorick + :class-container: sdd + + .. literalinclude:: ../../../LICENSE/LICENSE_YORICK + :language: none + + +.. _licenses-fonts: + +Fonts +----- + +.. dropdown:: American Mathematical Society (AMS) fonts + :class-container: sdd + + .. literalinclude:: ../../../LICENSE/LICENSE_AMSFONTS + :language: none + +.. dropdown:: BaKoMa + :class-container: sdd + + .. literalinclude:: ../../../LICENSE/LICENSE_BAKOMA + :language: none + +.. dropdown:: Carlogo + :class-container: sdd + + .. literalinclude:: ../../../LICENSE/LICENSE_CARLOGO + :language: none + +.. dropdown:: Courier 10 + :class-container: sdd + + .. literalinclude:: ../../../LICENSE/LICENSE_COURIERTEN + :language: none + +.. dropdown:: STIX + :class-container: sdd + + .. literalinclude:: ../../../LICENSE/LICENSE_STIX + :language: none