Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7caa11f

Browse files
committed
More
1 parent 66439d1 commit 7caa11f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

basic_plots/D_unstructured/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _unstructured_plots:
22

3-
Unstructure x-y plots
4-
=====================
3+
Unstructured co-ordinates
4+
=========================
55

66
Sometimes we collect data ``z`` at coordinates ``(x,y)`` and want to visualize
77
as a contour. Instead of gridding the data and then using

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ def _check_dependencies():
151151

152152
# Sphinx gallery configuration
153153
sphinx_gallery_conf = {
154-
'examples_dirs': [ '../basic_plots'],
154+
'examples_dirs': ['../examples', '../tutorials', '../basic_plots'],
155155
'filename_pattern': '^((?!sgskip).)*$',
156-
'gallery_dirs': ['basic_plots'],
156+
'gallery_dirs': ['gallery', 'tutorials', 'basic_plots'],
157157
'doc_module': ('matplotlib', 'mpl_toolkits'),
158158
'reference_url': {
159159
'matplotlib': None,

0 commit comments

Comments
 (0)