Skip to content

Commit 76c0191

Browse files
committed
doc update
1 parent 72909b6 commit 76c0191

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

doc/api/pypeit.core.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Submodules
4242
pypeit.core.pydl
4343
pypeit.core.qa
4444
pypeit.core.scattlight
45+
pypeit.core.skyspec
4546
pypeit.core.skysub
4647
pypeit.core.slitdesign_matching
4748
pypeit.core.spectrum

doc/api/pypeit.core.skyspec.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pypeit.core.skyspec module
2+
==========================
3+
4+
.. automodule:: pypeit.core.skyspec
5+
:members:
6+
:private-members:
7+
:show-inheritance:
8+
:undoc-members:

doc/help/pypeit_show_1dspec.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
usage: pypeit_show_1dspec [-h] [-v VERBOSITY] [--log_file LOG_FILE]
55
[--log_level LOG_LEVEL] [--list] [--exten EXTEN]
66
[--obj OBJ] [--extract EXTRACT] [--flux] [-m]
7-
[--ginga]
87
file
98
109
Show a 1D spectrum
@@ -34,5 +33,4 @@
3433
(default: OPT)
3534
--flux Show fluxed spectrum? (default: False)
3635
-m, --unmasked Only show unmasked data. (default: True)
37-
--ginga Open the spectrum in ginga (default: False)
3836

doc/help/run_pypeit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
pypeit_file
77
88
PypeIt: The Python Spectroscopic Data Reduction Pipeline
9-
Version 1.18.2.dev634+g796de8c41
9+
Version 1.18.2.dev657+g0c5e6c4d9
1010
1111
Available spectrographs include:
1212
aat_uhrf, apf_levy, bok_bc, gemini_flamingos1, gemini_flamingos2,

doc/releases/1.18.2dev.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Documentation Updates
2424
Dependency Changes
2525
------------------
2626

27-
- Removed dependency on linetools package (details :ref:`below <deprecate_linetools>`).
27+
- Removed dependency on linetools package (details below).
2828

2929

3030
Functionality/Performance Improvements and Additions
@@ -87,7 +87,7 @@ Testing
8787
Under-the-hood Improvements
8888
---------------------------
8989

90-
- Improved extension checking for post-processing scripts to explicitely
90+
- Improved extension checking for post-processing scripts to explicitly
9191
allow PypeIt-produced ".fits" files regardless of a given spectrograph's
9292
raw data extension.
9393

@@ -108,15 +108,16 @@ Bug Fixes
108108

109109
----
110110

111-
.. _deprecate_linetools:
111+
AI Use
112+
======
112113

113114
Deprecation of linetools dependency
114115
-----------------------------------
115116

116117
We used Claude to aid in the removal of the linetools dependency from PypeIt
117118
with the following prompts:
118119

119-
- On this deprecate_linetools branch, I wish to remove all imports of linetools.
120+
- On this ``deprecate_linetools`` branch, I wish to remove all imports of linetools.
120121
Can you confirm that I have successfully done so?
121122

122123
- Yes, please do, but ignore the ones in the Documentation files

0 commit comments

Comments
 (0)