Skip to content

Commit bb254de

Browse files
authored
Bump pandoc to 3.5 (#770)
Fixing section level issue
1 parent 4ea6f90 commit bb254de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The script `../scripts/nb2doc/convert.sh` can be used:
134134
* to generate documents from new notebooks;
135135
* to ensure that any changes to the existing notebooks are reflected in the existing documents (for instance in a CI setting).
136136

137-
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
137+
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
138138

139139
```bash
140140
./scripts/nb2doc/convert.sh

doc/modules/ROOT/pages/tutorials/heterogeneous-node-classification-with-hashgnn.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ part with something like a
347347
https://neo4j.com/docs/graph-data-science-client/current/graph-object/#_projecting_a_graph_object[projection
348348
from a Neo4j database] to create a more realistic production workflow.
349349

350-
== Comparison with other methods
350+
=== Comparison with other methods
351351

352352
As mentioned we tried to mimic the setup of the benchmarks in the
353353
NeurIPS paper
@@ -382,7 +382,7 @@ descent compared to the deep learning models above - HashGNN is an
382382
unsupervised algorithm - HashGNN runs a lot faster (even without a GPU)
383383
and requires a lot less memory
384384

385-
== Further learning
385+
=== Further learning
386386

387387
To learn more about the topics covered in this notebook, please check
388388
out the following pages of the GDS manual:

0 commit comments

Comments
 (0)