aboutsummaryrefslogtreecommitdiffhomepage
path: root/codegen.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'codegen.ipynb')
-rw-r--r--codegen.ipynb4
1 files changed, 2 insertions, 2 deletions
diff --git a/codegen.ipynb b/codegen.ipynb
index a54b42d..04dca39 100644
--- a/codegen.ipynb
+++ b/codegen.ipynb
@@ -7,7 +7,7 @@
"# Code generation\n",
"\n",
"**pyecsca** can generate C implementations of ECC crypto for several microprocessor targets, which\n",
- "are defined by the `Platform` enum."
+ "are defined by the [Platform](../api/pyecsca.codegen.common.rst#pyecsca.codegen.common.Platform) enum."
]
},
{
@@ -27,7 +27,7 @@
"metadata": {},
"source": [
"To generate an implementation we need an actual configuration which the implementation should\n",
- "implement, which is stored inside the `Configuration` and `DeviceConfiguration` classes. "
+ "implement, which is stored inside the [Configuration](../api/pyecsca.ec.configuration.rst#pyecsca.ec.configuration.Configuration) and [DeviceConfiguration](../api/pyecsca.codegen.common.rst#pyecsca.codegen.common.DeviceConfiguration) classes. "
]
},
{