From 89140e37caa3d080b0ff75e50fc5908020ae878d Mon Sep 17 00:00:00 2001 From: John ZuHone Date: Mon, 7 Oct 2024 14:23:15 -0400 Subject: [PATCH] Update docs --- doc/source/changelog.rst | 7 +++++++ doc/source/conf.py | 14 +++++++------- doc/source/index.rst | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 6f787dc..2a33dc4 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -3,6 +3,13 @@ ChangeLog ========= +Version 4.4.2 +------------- + +This version of pyXSIM contains a bugfix for simulations where particle-based +emission sources have no intrinsic widths (neither cell sizes or smoothing +lengths). + Version 4.4.1 ------------- diff --git a/doc/source/conf.py b/doc/source/conf.py index 7a39a21..423488b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -80,9 +80,9 @@ # built documents. # # The short X.Y version. -version = "4.4.1" +version = "4.4.2" # The full version, including alpha/beta/rc tags. -release = "4.4.1" +release = "4.4.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -232,11 +232,11 @@ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { - "https://docs.python.org/": None, - "https://yt-project.org/doc/": None, - "https://docs.scipy.org/doc/numpy/": None, - "https://hea-www.cfa.harvard.edu/~jzuhone/soxs/": None, - "https://docs.astropy.org/en/stable/": None, + "python": ("https://docs.python.org/", None), + "yt": ("https://yt-project.org/doc/", None), + "numpy": ("https://numpy.org/doc/stable/", None), + "soxs": ("https://hea-www.cfa.harvard.edu/soxs/", None), + "astropy": ("https://docs.astropy.org/en/stable/", None), } # def remove_module_docstring(app, what, name, obj, options, lines): diff --git a/doc/source/index.rst b/doc/source/index.rst index feb2172..40e0a22 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -44,7 +44,7 @@ pyXSIM is released under a Current Version --------------- -The current stable version is 4.4.1. See the :ref:`changelog` for details on +The current stable version is 4.4.2. See the :ref:`changelog` for details on changes from previous versions. Table of Contents