Skip to content

Commit 9e6215c

Browse files
Doc/update post processing examples (#211)
* Update post processing examples * Fix graph sizes * Added data source icons in graphs * Added graphs for all distributed examples * Removed trailling white space * Removed make clean * Fixed line endings * Added distributed examples doc src files * Added missing images * Added generated graphviz image copy * Added graphviz dot files * Removed renamed file * Fixed graph padding & alignement * Fixed line length * Fixed typos Co-authored-by: Jose A. Henriquez <[email protected]>
1 parent 09115c8 commit 9e6215c

File tree

84 files changed

+2335
-3176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+2335
-3176
lines changed

docs/Makefile

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"sphinx.ext.napoleon",
5050
"pydata_sphinx_theme",
5151
"nbsphinx",
52-
"sphinx.ext.intersphinx",
52+
"sphinx.ext.intersphinx"
5353
]
5454

5555
# Intersphinx mapping
@@ -95,7 +95,7 @@
9595
# convert rst to md for ipynb
9696
"pypandoc": True,
9797
# path to your examples scripts
98-
"examples_dirs": ["../../examples/"],
98+
"examples_dirs": ["../../examples"],
9999
# path where to save gallery generated examples
100100
"gallery_dirs": ["examples"],
101101
# Patter to search for example files

0 commit comments

Comments
 (0)