Skip to content
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

docs: fix Sphinx warnings and allow scroll for code snippets #169

Merged
merged 2 commits into from
Jan 31, 2025
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
6 changes: 3 additions & 3 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ or loading an existing view config via URL to access a sub-track:


Add Genome Position SearchBox
-------------------
-----------------------------



Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
.. image:: img/eggholder-function.png
2 changes: 1 addition & 1 deletion docs/higlass_theme/static/higlass.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down