Skip to content

Commit f953e81

Browse files
committed
update literalincludes for new example paths
1 parent 4d75aa9 commit f953e81

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/reference/dag_dependencies.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The code to generate the simple DAG:
8181
For demonstration purposes, we have a function that generates a random DAG with a given
8282
number of nodes and edges.
8383

84-
.. literalinclude:: ../../../examples/dagdeps.py
84+
.. literalinclude:: ../examples/dagdeps.py
8585
:language: python
8686
:lines: 20-36
8787

@@ -140,7 +140,7 @@ These objects store a variety of metadata about each task, including various tim
140140
We can validate that the dependencies were respected by checking that each task was
141141
started after all of its predecessors were completed:
142142

143-
.. literalinclude:: ../../../examples/dagdeps.py
143+
.. literalinclude:: ../examples/dagdeps.py
144144
:language: python
145145
:lines: 64-70
146146

docs/source/tutorial/asyncresult.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Map results are iterable!
108108
When an AsyncResult object has multiple results (e.g. the :class:`~AsyncMapResult`
109109
object), you can iterate through results themselves, and act on them as they arrive:
110110

111-
.. literalinclude:: ../../../examples/itermapresult.py
111+
.. literalinclude:: ../examples/itermapresult.py
112112
:language: python
113113
:lines: 20-67
114114

docs/source/tutorial/demos.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ step the counts from each engine will be added up. To perform this
103103
calculation, we will need two top-level functions from :file:`pidigits.py`,
104104
:func:`compute_two_digit_freqs` and :func:`reduce_freqs`:
105105

106-
.. literalinclude:: ../../../examples/pi/pidigits.py
106+
.. literalinclude:: ../examples/pi/pidigits.py
107107
:language: python
108108
:lines: 52-67
109109

0 commit comments

Comments
 (0)