From bbe621c62c2d5efc2dad44948e694ec294bbad82 Mon Sep 17 00:00:00 2001 From: Martin Lang Date: Fri, 6 Oct 2023 17:11:12 +0200 Subject: [PATCH] docs(debug-information): add missing heading and description to notebook --- docs/ubermag-version.ipynb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/ubermag-version.ipynb b/docs/ubermag-version.ipynb index ebd55dc..212d6cb 100644 --- a/docs/ubermag-version.ipynb +++ b/docs/ubermag-version.ipynb @@ -1,5 +1,15 @@ { "cells": [ + { + "cell_type": "markdown", + "id": "8a69da71-1a20-4ad1-95f5-6e7411c62a26", + "metadata": {}, + "source": [ + "# Collecting debug information\n", + "\n", + "The `ubermag` metapackage contains a utility function `debug_info` to collect information about the Ubermag installation." + ] + }, { "cell_type": "code", "execution_count": 1,