From aa4cd9f3ca9902a4b12178c9525759e139fad93d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 7 Jun 2020 16:44:43 +0200 Subject: [PATCH] disable spellchecker for 'highlight' shortcodes --- .dictionary | 8 +------- docs/content/setup/_index.md | 6 ++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.dictionary b/.dictionary index 361b1ff..67e331f 100644 --- a/.dictionary +++ b/.dictionary @@ -2,11 +2,5 @@ Codecov DNS Kaussow PyPI -corenetworks -toc CoreNetworks -usr -env -dns -CoreNetworksException -str +corenetworks diff --git a/docs/content/setup/_index.md b/docs/content/setup/_index.md index 83dee78..681d288 100644 --- a/docs/content/setup/_index.md +++ b/docs/content/setup/_index.md @@ -2,20 +2,25 @@ title: Setup --- + {{< toc >}} + ## Installation + {{< highlight Python "linenos=table" >}} pip install corenetworks {{< /highlight >}} + ## Example usage + {{< highlight Python "linenos=table" >}} #!/usr/bin/env python @@ -72,5 +77,6 @@ try: except Exception as e: print(str(e)) {{< /highlight >}} +