Skip to content

Bump pandoc to 3.5 #770

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down