From fbfd5f678f127d618a039d1a7768a8a675eac161 Mon Sep 17 00:00:00 2001 From: Eric Fell Date: Tue, 25 Jun 2024 19:35:42 -0400 Subject: [PATCH] test html tag ipynb --- docs/source/examples/simulate_RFB_example.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/examples/simulate_RFB_example.ipynb b/docs/source/examples/simulate_RFB_example.ipynb index c5416a4..ec9b539 100644 --- a/docs/source/examples/simulate_RFB_example.ipynb +++ b/docs/source/examples/simulate_RFB_example.ipynb @@ -54,7 +54,7 @@ "source": [ "We'll first describe the redox flow cell and electrolytes to be cycled.\n", "\n", - "Flow cell design is configured via the [`ZeroDModel`](https://rfbzero.readthedocs.io/en/latest/flowcell.html#src.rfbzero.redox_flow_cell.ZeroDModel) class. Adjustable, RFB-specific, parameters include electrode active area, electrode geometric area, cell ohmic resistance, initial concentrations of redox-active species (oxidized and/or reduced), and\n", + "Flow cell design is configured via the `ZeroDModel` class. Adjustable, RFB-specific, parameters include electrode active area, electrode geometric area, cell ohmic resistance, initial concentrations of redox-active species (oxidized and/or reduced), and\n", "reservoir volumes of the capacity limiting side (CLS) and non-capacity limiting side (NCLS) electrolytes. A full description of all available parameters can be found in the [documentation](https://rfbzero.readthedocs.io/en/latest/flowcell.html). The user can also declare one of two electrolyte configurations for the RFB: \n", "\n", "1. **Full Cell**: different redox-active species in each reservoir and an OCV > 0 V. Species with the more negative reduction potential in the negative electrolyte (negolyte) and species with the more positive reduction potential in the positive electrolyte (posolyte).\n",