diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css index 917dedc..fcd7398 100644 --- a/docs/source/_static/custom.css +++ b/docs/source/_static/custom.css @@ -1,33 +1,13 @@ -div.body { - max-width: 2000px; +table#packages tr th { + padding-top: 3em; + padding-bottom: 1em; } -iframe { - -moz-transform: scale(0.25, 0.25); - -webkit-transform: scale(0.25, 0.25); - -o-transform: scale(0.25, 0.25); - -ms-transform: scale(0.25, 0.25); - transform: scale(0.25, 0.25); - -moz-transform-origin: top left; - -webkit-transform-origin: top left; - -o-transform-origin: top left; - -ms-transform-origin: top left; - transform-origin: top left; - - width: 3100px; - margin-right: -2500px; - height: 1600px; - margin-bottom: -1200px; -} - -#tools-wrapper a { - text-decoration:none; +table#packages tr td { + vertical-align: top; } -#tools-wrapper .sponsor-logo { - max-height: 20px; +table#packages tr td a img { + height: 1.4em; + max-width: none; } - -#tools-wrapper .empty-cell { - text-align: center; -} \ No newline at end of file diff --git a/docs/source/_static/favicon.ico b/docs/source/_static/favicon.ico deleted file mode 100755 index 85541c4..0000000 Binary files a/docs/source/_static/favicon.ico and /dev/null differ diff --git a/docs/source/_static/logo.png b/docs/source/_static/logo.png deleted file mode 100644 index a459dea..0000000 Binary files a/docs/source/_static/logo.png and /dev/null differ diff --git a/docs/source/conf.py b/docs/source/conf.py index 6c2ffba..2fe1c95 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -40,6 +40,9 @@ }, ], } +html_css_files = [ + "custom.css", +] html_sidebars = { '**': ['localtoc.html'] } diff --git a/python/template.rst b/python/template.rst index d1ef597..ae3cba6 100644 --- a/python/template.rst +++ b/python/template.rst @@ -1,59 +1,59 @@ .. raw:: html
- +
{% for section in config %} - {% for package in section.packages %} - {% if 'pypi' in package.badges %} - {% else %} - {% endif %} {% if 'conda' in package.badges %} - {% else %} - {% endif %} - -
+ {% with section_id = section.name | lower | replace(" ", "-") %}

{{ section.name }} ΒΆ

{% endwith %} - +
+ - + + - + - + + + - + - + + + {% if 'site' in package.badges %} {{ package.name }} {% else %} {{ package.name }} {% endif %} + {{ package.description }}