From 2de2e3773de454481b3563e0931eef8984eab390 Mon Sep 17 00:00:00 2001 From: Trevor Manz Date: Fri, 31 Jan 2025 12:21:43 -0500 Subject: [PATCH 1/2] Fix sphinx warnings --- docs/getting_started.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 76e9f5f..88d549d 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -185,7 +185,7 @@ or loading an existing view config via URL to access a sub-track: Add Genome Position SearchBox -------------------- +----------------------------- @@ -458,7 +458,7 @@ that may take a long time to complete with a slow internet connection. For a better user experience, we recommend downloading the data locally first. -.. code-block:: python +.. code-block:: bash !wget http://hgdownload.cse.ucsc.edu/goldenpath/hg19/encodeDCC/wgEncodeSydhTfbs/wgEncodeSydhTfbsGm12878InputStdSig.bigWig @@ -634,4 +634,4 @@ Then we can define the data and tell the server how to render it. ts.track("heatmap", height=250).opts(valueScaleMax=0.5), ) -.. image:: img/eggholder-function.png \ No newline at end of file +.. image:: img/eggholder-function.png From 0f085738b07926ef94388616bd16f44e741e3bf3 Mon Sep 17 00:00:00 2001 From: Trevor Manz Date: Fri, 31 Jan 2025 12:22:00 -0500 Subject: [PATCH 2/2] Set `overflow: scroll` for code snippets --- docs/higlass_theme/static/higlass.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/higlass_theme/static/higlass.css b/docs/higlass_theme/static/higlass.css index d17309c..115dce1 100644 --- a/docs/higlass_theme/static/higlass.css +++ b/docs/higlass_theme/static/higlass.css @@ -147,7 +147,7 @@ a:active { pre, tt, code { font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; - overflow: hidden; + overflow: scroll; } img {