From fd4e4f7d03fc407392696ee4972079ba592f62ec Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 24 Jul 2024 18:41:17 +0200 Subject: Add more links to docs. --- codegen.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'codegen.ipynb') 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. " ] }, { -- cgit v1.3.1