Skip to content

Commit

Permalink
Fix doc, update continuous integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
emunozdc authored and emunozdc committed Jun 19, 2024
1 parent 750afbc commit 0009d91
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
# I am using the pip installed by conda, bad practice but OK in C/I I think
pip install pyranges-plot==0.0.23
pip install pyranges-plot==0.0.24
pip install ruff pytest
- name: Check formatting with ruff
run: |
Expand Down
4 changes: 3 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ Pyranges Plot documentation
===========================

Pyranges Plot is a Python library specifically tailored to perform
along `Pyranges<https://github.com/pyranges/pyranges_1.x.git>`_ objects. It provides
along `Pyranges`_ objects. It provides
user-friendly and customizable visualizations for genomic intervals datasets, a perfect
tandem for Pyranges' efficient and intuitive genomic data manipulation methods.

.. _Pyranges: https://github.com/pyranges/pyranges_1.x.git

Plots can be produced in an interactive interface or in batch production, allowing easy
data exploration as well as generation of high quality and reproducible figures. These plots
can be based on either of two engines: Matplotlib and Plotly, to be defined by the user.
Expand Down
9 changes: 5 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Sphinx==7.3.7
sphinx_autoapi
sphinxcontrib-napoleon==0.7
sphinx_rtd_theme
pyranges_plot
sphinx
sphinx_rtd_theme
sphinx.ext.autodoc
sphinx.ext.napoleon

0 comments on commit 0009d91

Please sign in to comment.