Skip to content

Commit

Permalink
Merge pull request #67 from ericpre/update_news
Browse files Browse the repository at this point in the history
Update displayed news in landing page
  • Loading branch information
jlaehne authored May 31, 2024
2 parents 1a0e34e + 8bc9549 commit 89de2b8
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
'selective_css',
]

linkcheck_ignore = [
"https://sbmm.org.br/en/28o-csbmm", # 403 Client Error: Forbidden for url
]

# sitemap settings
html_baseurl = environ.get("SPHINX_HTML_BASE_URL", "https://hyperspy.org")
sitemap_locales = [None]
Expand Down
3 changes: 2 additions & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,10 @@

Latest News

.. postlist:: 3
.. postlist::
:list-style: circle
:format: {title}
:tags: upcoming


.. _ecosystem_label:
Expand Down
2 changes: 1 addition & 1 deletion news/EMC2024.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. post:: 2024-01-06
:tags: training, EMC
:tags: training, EMC, upcoming
:category: event

HyperSpy Workshop @ EMC2024, 25th of August 2024
Expand Down
2 changes: 1 addition & 1 deletion news/NTNU2024.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. post:: 2024-01-12
:tags: training
:tags: training, upcoming
:category: event

Analysis of 4D-STEM DATA @ NTNU, 11-13th of June 2024
Expand Down
2 changes: 1 addition & 1 deletion news/eBEAM2024.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. post:: 2024-01-11
:tags: training, summer-school, lumiSpy, eXSpy
:tags: training, summer-school, lumiSpy, eXSpy, upcoming
:category: event

HyperSpy lecture and tutorial @ eBEAM summer school, Sept. 1-13, 2024
Expand Down
6 changes: 3 additions & 3 deletions news/ePSIC2024.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ HyperSpy Workshop @ Diamond, 13-17th of May 2024

We are happy to announce the HyperSpy workshop @ Diamond will take place online the 13-17th of May 2024.

More information and registration `on the Diamond website <https://www.diamond.ac.uk/Home/Events/2024/HyperSpy-Workshop-2024.html>`_.
Registration on the `Diamond website <https://www.diamond.ac.uk/Home/Events/2024/HyperSpy-Workshop-2024.html>`_

The teaching material will be available closer to the event.
More information and teaching materials on the `ePSIC documentation website <https://diamondlightsource.atlassian.net/wiki/spaces/EPSICWEB/pages/1088061441/Hyperspy+Workshop-+2024>`_.

.. image:: https://www.diamond.ac.uk/.resources/DiamondLightModule/webresources/img/Diamond-logo-colour.png
:alt: Diamond logo
:width: 200
:target: https://www.diamond.ac.uk/Home/Events/2024/HyperSpy-Workshop-2024.html
:target: https://diamondlightsource.atlassian.net/wiki/spaces/EPSICWEB/pages/1088061441/Hyperspy+Workshop-+2024
2 changes: 1 addition & 1 deletion news/new_demos_scandem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The new demos are:

* `Getting started with HyperSpy <https://nbviewer.org/github/hyperspy/hyperspy-demos/blob/main/1_Getting_Started.ipynb>`_
* `HyperSpy fitting tutorial <https://nbviewer.org/github/hyperspy/hyperspy-demos/blob/main/Fitting_tutorial.ipynb>`_
* `EELS analysis tutorial <https://nbviewer.org/github/hyperspy/hyperspy-demos/blob/main/electron_microscopy/EELS/EELS_analysis.ipynb>`_
* `EELS analysis tutorial <https://nbviewer.org/github/hyperspy/exspy-demos/blob/main/EELS/EELS_analysis.ipynb>`_

The demos are
in the form of IPython notebooks and contain examples of usage. They can be
Expand Down

0 comments on commit 89de2b8

Please sign in to comment.