Skip to content

Commit

Permalink
Documentation updates (mainly removing references to Python 3.8 and 3…
Browse files Browse the repository at this point in the history
….8).
  • Loading branch information
perwin committed Oct 4, 2024
1 parent 977bfbd commit 06f5b6e
Show file tree
Hide file tree
Showing 6 changed files with 810 additions and 19 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
# pip versions 23.x and 24.0 break editable installs in this scenario (unable to import
# previously installed modules such as numpy), for some reason
# python -m pip install --upgrade pip==22.3.1
python -m pip install --upgrade pip
python -m pip install flake8 astropy pytest scons
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/descriptions_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ <h2>Class methods<a class="headerlink" href="#id9" title="Link to this heading">
discarding any key-value pairs with keys not in the replacement dict.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>optionDict</strong> (<em>dict</em>)</p>
<dd class="field-odd"><p><strong>optionDict</strong> (<em>dict</em>)</p>
</dd>
</dl>
</dd></dl>
Expand All @@ -786,7 +786,7 @@ <h2>Class methods<a class="headerlink" href="#id9" title="Link to this heading">
already in the dict and added key-value pairs for keys not already present.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>optionDict</strong> (<em>dict</em>)</p>
<dd class="field-odd"><p><strong>optionDict</strong> (<em>dict</em>)</p>
</dd>
</dl>
</dd></dl>
Expand Down
Loading

0 comments on commit 06f5b6e

Please sign in to comment.