Skip to content

Commit

Permalink
fixed news date style and added info about v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Oct 3, 2023
1 parent 11ebc3b commit bf9461a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/_static/custom_cookietemple.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ table.align-default {
.digest-config-table tbody tr:not(:first-child) td:nth-child(1) {
padding-left: 50px;
}

.date {
font-size: 50%;
}
15 changes: 12 additions & 3 deletions docs/news.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
News
====

.. role:: date
:class: date

Oktoberfest is published! :small:`2023-09-07`
-----------------------------------------------------------
Oktoberfest now provides a low level API :date:`2023-10-03`
------------------------------------------------------------

| With our new release 0.5.0, we refactored our code base to provide a low level API to the users. Check the new `API <./API.html>`_ section for more details.
| Please note: We dropped support for percolator version 3.05. Please update to version 3.06.1. See `installation <./installation.html>`_ for details.

Oktoberfest is published! :date:`2023-09-07`
---------------------------------------------

| Alongside the new 0.4.0 release, Oktoberfest was published in Proteomics.
| Check out the publication here: `https://doi.org/10.1002/pmic.202300112 <https://doi.org/10.1002/pmic.202300112>`_.
| Accordingly, please check `How to cite <./reference.html>`_.

The first Oktoberfest release is ready! :small:`2023-06-25`
The first Oktoberfest release is ready! :date:`2023-06-25`
-----------------------------------------------------------

Version 0.3.0 is available on `PyPI <https://pypi.org/project/oktoberfest/>`_.
Expand Down

0 comments on commit bf9461a

Please sign in to comment.