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 >}} +