File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments