Skip to content

Commit

Permalink
Another couple of tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Jun 7, 2024
1 parent 109d761 commit 2269675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions doc/notebooks/ex_system_internals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"source": [
"(ex_system_internals)=\n",
"\n",
"# Implementation details\n",
"\n",
"In this section, we will delve into specific implementation details of heyoka.py's expression system. Our main goal is to explain certain pitfalls that can occur in innocent-looking code and which can have deleterious consequence on performance, and to teach you, dear user, how to avoid these pitfalls.\n",
"# Supporting large computational graphs\n",
"\n",
"## Reference semantics and shared (sub)expressions\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion doc/notebooks/ex_system_revisited.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"(ex_system_rev)=\n",
"\n",
"# Tips & tricks\n",
"# Common pitfalls\n",
"\n",
"## Long sums and products\n",
"\n",
Expand Down

0 comments on commit 2269675

Please sign in to comment.