Skip to content

Commit

Permalink
improve banner - link to user guide
Browse files Browse the repository at this point in the history
* streamline news, move details to toggle
  • Loading branch information
alexlancaster committed Mar 10, 2024
1 parent 90c81de commit 4dee38f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion website/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def format_web_refs(self, e):
#
html_theme_options = { # these are both piccolo theme-specific
"source_url": 'https://github.com/alexlancaster/pypop/',
"banner_text": 'PyPop 1.0.2 is released! Install via PyPI: <b><code>pip install pypop-genomics</code></b>.<br/>See <a href="https://github.com/alexlancaster/pypop#readme">README</a> for more detailed installation instructions.<br/>'
"banner_text": 'PyPop 1.0.2 is released! Install via PyPI: <b><code>pip install pypop-genomics</code></b>.<br/>More installation details in the <em><a href="http://pypop.org/docs/guide-chapter-install.html">User Guide</a></em>.<br/>'
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
11 changes: 5 additions & 6 deletions website/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,17 @@ large-scale population genetic analyses including:
describing 1.0.0 released on Zenodo.
* 2023-11-07: `PyPop 1.0.0
<https://github.com/alexlancaster/pypop/releases/tag/v1.0.0>`__
released, highlights include:

- PyPop now fully ported to Python 3.
- New asymmetric linkage disequilibrium (ALD) computations
:cite:p:`thomson_conditional_2014`:.
released

* More details, including recent previous releases:

.. toggle::

- More PyPop 1.0.0 features:
- Highlights of PyPop 1.0.0 include:

* PyPop now fully ported to Python 3.
* New asymmetric linkage disequilibrium (ALD) computations
:cite:p:`thomson_conditional_2014`:.
* Improved tab-separated values (TSV) output file handling.
* Preliminary support for `Genotype List (GL) String
<https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3715123/>`__.
Expand Down

0 comments on commit 4dee38f

Please sign in to comment.