From 78d145ed7b18d31f1bc0a7bc9f010ed160166aec Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 29 Jun 2020 23:04:49 +0200 Subject: Update notebooks. --- docs/index.rst | 2 ++ notebook | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 4d91c84..0ed7089 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,6 +26,7 @@ It is currently in an alpha stage of development and thus only provides: - Synthesis of C implementations of ECC for embedded devices, given any implementation configuration (see :doc:`notebook/codegen`) - Trace acquisition using PicoScope/ChipWhisperer oscilloscopes (see :doc:`notebook/measurement`) - Trace processing capabilities, e.g. signal-processing, filtering, averaging, cutting, aligning (:doc:`api/pyecsca.sca`) + - Trace visualization using holoviews and datashader (see :doc:`notebook/visualization`) **pyecsca** consists of three packages: - the core: https://github.com/J08nY/pyecsca @@ -45,6 +46,7 @@ are the best source of documentation on how to use **pyecsca**. notebook/simulation notebook/codegen notebook/measurement + notebook/visualization API reference ============= diff --git a/notebook b/notebook index 0af7cf4..260f030 160000 --- a/notebook +++ b/notebook @@ -1 +1 @@ -Subproject commit 0af7cf43939a29d382d80674bcc7bc1c050ecffc +Subproject commit 260f0305d6ccb5825c3d0872c25d49e616773225 -- cgit v1.3.1