Skip to content

Commit 613dfb7

Browse files
committed
project logo and variants
1 parent e7b2084 commit 613dfb7

File tree

13 files changed

+18
-8
lines changed

13 files changed

+18
-8
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
skdag - A more flexible alternative to scikit-learn Pipelines
1515
=============================================================
1616

17+
.. image:: img/skdag-banner.png
18+
1719
scikit-dag (``skdag``) is an open-sourced, MIT-licenced library that provides advanced
1820
workflow management to any machine learning operations that follow
1921
scikit-learn_ conventions. Installation is simple:
@@ -88,4 +90,4 @@ executing local ensembles from estimators.
8890

8991
`Read on <https://skdag.readthedocs.io/>`_ to learn more about ``skdag``...
9092

91-
.. _scikit-learn: https://scikit-learn.org
93+
.. _scikit-learn: https://scikit-learn.org

doc/_static/css/project-template.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@
1414
.deprecated p span.versionmodified {
1515
font-weight: bold;
1616
}
17+
18+
img.logo {
19+
max-height: 100px;
20+
}

doc/_static/img/skdag-banner.png

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../img/skdag-banner.png

doc/_static/img/skdag-dark.png

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../img/skdag-dark.png

doc/conf.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@
143143
# Theme options are theme-specific and customize the look and feel of a theme
144144
# further. For a list of options available for each theme, see the
145145
# documentation.
146-
# html_theme_options = {}
146+
html_theme_options = {
147+
"logo_only": True,
148+
}
147149

148150
# Add any paths that contain custom themes here, relative to this directory.
149151
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
@@ -157,7 +159,7 @@
157159

158160
# The name of an image file (relative to this directory) to place at the top
159161
# of the sidebar.
160-
# html_logo = None
162+
html_logo = "_static/img/skdag-dark.png"
161163

162164
# The name of an image file (within the static path) to use as favicon of the
163165
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
@@ -316,10 +318,10 @@
316318
# intersphinx configuration
317319
intersphinx_mapping = {
318320
"python": ("https://docs.python.org/{.major}".format(sys.version_info), None),
319-
"numpy": ("https://docs.scipy.org/doc/numpy/", None),
320-
"scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
321-
"matplotlib": ("https://matplotlib.org/", None),
322-
"sklearn": ("http://scikit-learn.org/stable", None),
321+
"numpy": ("https://numpy.org/doc/stable", None),
322+
"scipy": ("https://docs.scipy.org/doc/scipy", None),
323+
"matplotlib": ("https://matplotlib.org/stable", None),
324+
"sklearn": ("https://scikit-learn.org/stable", None),
323325
}
324326

325327
# sphinx-gallery configuration

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ Detailed API documentation.
120120
`Examples <auto_examples/index.html>`_
121121
--------------------------------------
122122

123-
Further examples that complement the `User Guide <user_guide.html>`_.
123+
Further examples that complement the `User Guide <user_guide.html>`_.

img/skdag-banner.png

426 KB
Loading

img/skdag-dark-fill.png

396 KB
Loading

img/skdag-dark.kra

1.54 MB
Binary file not shown.

img/skdag-dark.png

345 KB
Loading

0 commit comments

Comments
 (0)