Skip to content

Commit

Permalink
Restruct docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Jun 18, 2024
1 parent 05c9696 commit 090c350
Show file tree
Hide file tree
Showing 14 changed files with 589 additions and 3,556 deletions.
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ See also the BDP ecosystem
:hidden:
:maxdepth: 2

tutorials.rst
physical_units
mathematical_functions
api.rst

36 changes: 36 additions & 0 deletions docs/mathematical_functions.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Mathematical Functions"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"```{toctree}\n",
":maxdepth: 2\n",
"\n",
"mathematical_functions/numpy_functions\n",
"mathematical_functions/customize_functions"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
18 changes: 18 additions & 0 deletions docs/mathematical_functions/customize_functions.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Customize Functions that Accept Quantities"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,6 @@
"source": [
"## Comparing Quantities"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Customize Functions that Accept Quantities"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Loading

0 comments on commit 090c350

Please sign in to comment.