Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Oct 7, 2024
1 parent 4f696ad commit 89140e3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------

Expand Down
14 changes: 7 additions & 7 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89140e3

Please sign in to comment.