Skip to content

Commit d798553

Browse files
authored
Added PyTensor logo SVG (#142)
* Added official logo files * Add logo to README header * Added copy of new logo to docs
1 parent 6c2a89e commit d798553

File tree

4 files changed

+9
-148
lines changed

4 files changed

+9
-148
lines changed

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. image:: https://cdn.rawgit.com/pymc-devs/pytensor/main/doc/images/PyTensor_RGB.svg
2+
:height: 100px
3+
:alt: PyTensor logo
4+
:align: center
5+
16
|Tests Status| |Coverage|
27

38
|Project Name| is a fork of `Aesara <https://github.com/aesara-devs/aesara>`__ -- a Python library that allows one to define, optimize, and

doc/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
# https://github.com/readthedocs/sphinx_rtd_theme/issues/766#issuecomment-629666319
117117
# html4_writer = False
118118

119-
html_logo = "images/pytensor_logo.svg"
119+
html_logo = "images/PyTensor_RGB.svg"
120120
html_theme = "pymc_sphinx_theme"
121121
html_theme_options = {
122122
"use_search_override": False,
@@ -139,7 +139,7 @@
139139

140140
# The name of an image file (within the static path) to place at the top of
141141
# the sidebar.
142-
# html_logo = 'images/pytensor_logo.svg'
142+
# html_logo = 'images/PyTensor_RGB.svg'
143143

144144
# The name of an image file (within the static path) to use as favicon of the
145145
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
@@ -243,7 +243,7 @@ def find_source():
243243

244244
# The name of an image file (relative to this directory) to place at the top of
245245
# the title page.
246-
# latex_logo = 'images/pytensor_logo.svg'
246+
# latex_logo = 'images/PyTensor_RGB.svg'
247247

248248
# For "manual" documents, if this is true, then toplevel headings are parts,
249249
# not chapters.

doc/images/PyTensor_RGB.svg

+1
Loading

0 commit comments

Comments
 (0)