Skip to content

Commit c98c284

Browse files
authored
Merge pull request #169 from higlass/manzt/docs-tidy
docs: fix Sphinx warnings and allow scroll for code snippets
2 parents e59b85e + 0f08573 commit c98c284

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/getting_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ or loading an existing view config via URL to access a sub-track:
185185
186186
187187
Add Genome Position SearchBox
188-
-------------------
188+
-----------------------------
189189

190190

191191

@@ -458,7 +458,7 @@ that may take a long time to complete with a slow internet connection.
458458
459459
For a better user experience, we recommend downloading the data locally first.
460460

461-
.. code-block:: python
461+
.. code-block:: bash
462462
463463
!wget http://hgdownload.cse.ucsc.edu/goldenpath/hg19/encodeDCC/wgEncodeSydhTfbs/wgEncodeSydhTfbsGm12878InputStdSig.bigWig
464464
@@ -634,4 +634,4 @@ Then we can define the data and tell the server how to render it.
634634
ts.track("heatmap", height=250).opts(valueScaleMax=0.5),
635635
)
636636
637-
.. image:: img/eggholder-function.png
637+
.. image:: img/eggholder-function.png

docs/higlass_theme/static/higlass.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ a:active {
147147

148148
pre, tt, code {
149149
font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
150-
overflow: hidden;
150+
overflow: scroll;
151151
}
152152

153153
img {

0 commit comments

Comments
 (0)