Skip to content

Commit

Permalink
Dynamic Parameters user guide and numbergen prettyprinting (#525)
Browse files Browse the repository at this point in the history
* Added Dynamic Parameters user guide
* Added pretty printing for binary and unary numbergen operators
  • Loading branch information
jbednar authored Sep 17, 2021
1 parent 812fadc commit 583537b
Show file tree
Hide file tree
Showing 4 changed files with 606 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
*.lock
.ipynb_checkpoints
.vscode
.tox
.tox
data.pickle
2 changes: 1 addition & 1 deletion doc/user_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This user guide provides detailed information about how to use Param, assuming y
- [Outputs](./Outputs): Output types and connecting output to Parameter inputs
- [Logging and Messages](./Logging_and_Messages): Logging, messaging, warning, and raising errors on Parameterized objects
- [ParameterizedFunctions](./ParameterizedFunctions): Parameterized function objects, for configurable callables
- Dynamic Parameters: Using dynamic parameter values with and without Numbergen (TODO)
- [Dynamic Parameters](./Dynamic_Parameters): Using dynamic parameter values with and without Numbergen
- [How Param works](How_Param_Works): Internal details, for Param developers and power users

```{toctree}
Expand Down
Loading

0 comments on commit 583537b

Please sign in to comment.