Commit bb24779b authored by Johan Gudmundsson's avatar Johan Gudmundsson
Browse files

missing doc totorial and remove toc as it does not render

parent bfe0de9a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ It can be installed with
pip install borch
```

[[_TOC_]]

## Usage

+1 −0
Original line number Diff line number Diff line
@@ -116,6 +116,7 @@ EXTRAS_REQUIRE = {
        # graph neural networks tutorial
        "torch-geometric",
        "torchvision",
        "torch_sparse",
    ],
    "examples": ["notebook"],
    "lint": ["black==20.8b1", "isort==4.3.21", "pylint==2.4.4"],