Skip to content

Commit

Permalink
Merge pull request #386 from v923z/trick-fix
Browse files Browse the repository at this point in the history
fix section header
  • Loading branch information
v923z committed May 12, 2021
2 parents 7271c13 + 2a64202 commit 90824d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/manual/source/ulab-tricks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ times as much RAM, with absolutely no gain. Do not rely on the default
value of the constructor’s keyword argument, and choose one that fits!

Beware the axis!
================
----------------

Whenever ``ulab`` iterates over multi-dimensional arrays, the outermost
loop is the first axis, then the second axis, and so on. E.g., when the
Expand Down
2 changes: 1 addition & 1 deletion docs/ulab-tricks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
},
{
"source": [
"# Beware the axis!\n",
"## Beware the axis!\n",
"\n",
"Whenever `ulab` iterates over multi-dimensional arrays, the outermost loop is the first axis, then the second axis, and so on. E.g., when the `sum` of \n",
"\n",
Expand Down

0 comments on commit 90824d2

Please sign in to comment.