Skip to content

Commit f461e89

Browse files
committed
Fix doc
1 parent 8722b0b commit f461e89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165

166166
# The name of an image file (relative to this directory) to place at the top
167167
# of the sidebar.
168-
html_logo = "tatic/colormap_logo_256.png"
168+
html_logo = "_static/colormap_logo_256.png"
169169

170170
# The name of an image file (within the static path) to use as favicon of the
171171
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32

doc/source/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ visualise colormaps
113113
:width: 80%
114114

115115
>>> from colormap import plot_category
116-
>>> plot_categoryp('sequentials')
116+
>>> plot_category('sequentials')
117117

118118

119119
.. plot::
@@ -155,7 +155,7 @@ Visualise existing colormap
155155
:include-source:
156156
:width: 80%
157157

158-
>>> from colormap import plot_colormap,
158+
>>> from colormap import plot_colormap
159159
>>> plot_colormap("viridis")
160160

161161

0 commit comments

Comments
 (0)