We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3feed3 + d3f9f2a commit de2f26fCopy full SHA for de2f26f
2 files changed
docs/source/index.rst
@@ -12,7 +12,6 @@ This is the documentation for the `neo4j_viz` Python library by Neo4j for creati
12
.. toctree::
13
:glob:
14
:maxdepth: 1
15
- :caption: Contents:
16
17
installation.rst
18
getting-started.rst
docs/source/themes/sphinx_neo4j/static/css/neo4j.css
@@ -195,6 +195,12 @@ div.code-block-caption:hover > a.headerlink {
195
padding: 0.25rem 0;
196
}
197
198
+/* links */
199
+.doc span {
200
+ margin: 0;
201
+ padding: 0;
202
+}
203
+
204
/* lists */
205
206
body.sphinx .doc ul li{
0 commit comments