Skip to content

Commit e665de0

Browse files
authored
Merge pull request #83 from neo4j/docs-fix
Fix dotted list rendering in docs
2 parents 0e67d01 + 0ea1920 commit e665de0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/rendering.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ You can provide these either as a percentage of the available space (eg. ``"80%"
2929
(eg. ``"800px"``).
3030

3131
Further you can change the layout of the graph using the ``layout`` parameter, which can be set to one of the following values:
32+
3233
* ``Layout.FORCE_DIRECTED`` - Nodes are arranged using the Force-Directed algorithm, which simulates physical forces
3334
* ``Layout.HIERARCHICAL`` - Arranges nodes by the directionality of their relationships, creating a tree-like structure
3435
* ``Layout.COORDINATE`` - Arranges nodes based on coordinates defined in `x` and `y` properties on each node.

0 commit comments

Comments
 (0)