Skip to content

Commit

Permalink
Merge pull request #192 from google/gbm_doc
Browse files Browse the repository at this point in the history
Fix image url
  • Loading branch information
ianspektor authored Jul 13, 2023
2 parents eb99e9c + 0b049cc commit 8913991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/user_guide.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
"\n",
"A Temporian program is a graph of [EventSetNode][temporian.EventSetNodes]s connecting operators. A graph is executed with the function `tp.run(<outputs>, <inputs>)`.\n",
"\n",
"<img src=\"https://github.com/google/temporian/blob/main/docs/src/assets/eager_and_graph.svg\" width=\"100%\" alt=\"eager vs graph mode\">\n",
"<img src=\"https://raw.githubusercontent.com/google/temporian/main/docs/src/assets/eager_and_graph.svg\" width=\"100%\" alt=\"eager vs graph mode\">\n",
"\n",
"The `<outputs>` can be specified as an `EventSetNode`, a list of `EventSetNodes`, or a dictionary of names to `EventSetNodes`, and the result of `tp.run()` will be of the same type. For example, if `<outputs>` is a list of three `EventSetNodes`, the result will be a list of the three corresponding `EventSets`.\n",
"\n",
Expand Down

0 comments on commit 8913991

Please sign in to comment.