Skip to content

Commit e8ca847

Browse files
joyvelasquezjslavinnamurphy
authored
changelog (HinodeXRT#128)
* Adding sphinx_changelog as an extension' * Creating a site page: changelog guide * Test/learning methods of setting up changelog guide * Added description of xrt_teem Included brief description of xrt_teem as a new function that was added to XRTpy * New file for changelog * Add sphinx extensions * Add changelog to toc-tree * Added towncrier * New location for changelog files * Adding sphinx-issues * Adding sphinx-issues * Removed block code text * Add PR104: Fix time handling in contamination calculations. * Adding changelog for xrt_teem * Updated effective area example notebook. * Addressing temperature response NAN * Updated temperature response example notebook. * Changes seciton to removal * Updated to bugfit * Updated to new feature * Delete 89.doc.rst * Update changelog/104.removal.rst Co-authored-by: Nick Murphy <[email protected]> * Update changelog/89.feature.rst Co-authored-by: Nick Murphy <[email protected]> * Update docs/changelog_guide.rst Co-authored-by: Nick Murphy <[email protected]> * Delete 104.doc.rst * Delete 111.doc.rst * Update docs/index.rst Co-authored-by: Nick Murphy <[email protected]> * Delete index.rst * Delete 89. feature.rst * Delete changelog_guide.rst * Update changelog/111.bugfix.rst Co-authored-by: Nick Murphy <[email protected]> * Update changelog/89.feature.rst Co-authored-by: Nick Murphy <[email protected]> * Update pyproject.toml Co-authored-by: Nick Murphy <[email protected]> * Add index page for changelog * Update index.rst --------- Co-authored-by: Jonathan Slavin <[email protected]> Co-authored-by: Nick Murphy <[email protected]>
1 parent cf817b8 commit e8ca847

File tree

13 files changed

+72
-0
lines changed

13 files changed

+72
-0
lines changed

changelog/102.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated effective area example notebook.

changelog/104.removal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed time handling in contamination calculations using `astropy.time`.

changelog/111.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Addressed and fixed the temperature response 'NAN' calculations output.

changelog/128.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added a changelog.

changelog/89.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Derived temperature and emission measure for a pair of images, `xrtpy.response.xrt_teem.xrt_teem`.

changelog/94.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated temperature response example notebook.

docs/changelog/dev.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan:
2+
3+
==================
4+
Unreleased changes
5+
==================
6+
7+
.. changelog::
8+
:towncrier: ../../

docs/changelog/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. _changelog:
2+
3+
#########
4+
Changelog
5+
#########
6+
7+
This document lists the changes made during each release of XRTpy,
8+
including bug fixes and changes to the application programming interface
9+
(API).
10+
11+
.. toctree::
12+
:maxdepth: 1
13+
14+
dev

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@
3535
"sphinx.ext.napoleon",
3636
"sphinx.ext.todo",
3737
"nbsphinx",
38+
"sphinx_changelog",
3839
"sphinx_copybutton",
3940
"sphinx_gallery.load_style",
4041
"IPython.sphinxext.ipython_console_highlighting",
4142
"sphinx_changelog",
43+
"sphinx_issues",
4244
"sphinxcontrib.bibtex",
4345
"hoverxref.extension",
4446
]

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ for the analysis of observations made by the `X-Ray Telescope`_ (XRT)
2525
examples
2626
bibliography
2727
glossary
28+
changelog/index
2829
feedback_communication
2930
contributing/index
3031

0 commit comments

Comments
 (0)