fix section header
This commit is contained in:
parent
f80be5f86d
commit
2a64202e38
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue