From 1bec6c3953cd1e56cb3a892edbdfcc9b8ec3346d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florentin=20D=C3=B6rre?= Date: Thu, 17 Oct 2024 13:32:08 +0200 Subject: [PATCH] Bump pandoc to 3.5 Fixing section level issue --- doc/README.md | 2 +- .../heterogeneous-node-classification-with-hashgnn.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/README.md b/doc/README.md index e90a3014d..aa53bd3d4 100644 --- a/doc/README.md +++ b/doc/README.md @@ -134,7 +134,7 @@ The script `../scripts/nb2doc/convert.sh` can be used: * to generate documents from new notebooks; * to ensure that any changes to the existing notebooks are reflected in the existing documents (for instance in a CI setting). -The script must be run from the project root directory and requires [Pandoc](https://pandoc.org/) to be already installed. The latest supported version of Pandoc is 3.3 +The script must be run from the project root directory and requires [Pandoc](https://pandoc.org/) to be already installed. The latest supported version of Pandoc is 3.5 ```bash ./scripts/nb2doc/convert.sh diff --git a/doc/modules/ROOT/pages/tutorials/heterogeneous-node-classification-with-hashgnn.adoc b/doc/modules/ROOT/pages/tutorials/heterogeneous-node-classification-with-hashgnn.adoc index 3f6ada73a..6ddf9fb2f 100644 --- a/doc/modules/ROOT/pages/tutorials/heterogeneous-node-classification-with-hashgnn.adoc +++ b/doc/modules/ROOT/pages/tutorials/heterogeneous-node-classification-with-hashgnn.adoc @@ -347,7 +347,7 @@ part with something like a https://neo4j.com/docs/graph-data-science-client/current/graph-object/#_projecting_a_graph_object[projection from a Neo4j database] to create a more realistic production workflow. -== Comparison with other methods +=== Comparison with other methods As mentioned we tried to mimic the setup of the benchmarks in the NeurIPS paper @@ -382,7 +382,7 @@ descent compared to the deep learning models above - HashGNN is an unsupervised algorithm - HashGNN runs a lot faster (even without a GPU) and requires a lot less memory -== Further learning +=== Further learning To learn more about the topics covered in this notebook, please check out the following pages of the GDS manual: