Skip to content

Commit

Permalink
try again, param tables
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Jan 30, 2025
1 parent b919b2c commit beb7f1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
path: doc/_build/html
retention-days: 5
- name: Archive PDF Docs
if: github.ref != 'refs/heads/main'
uses: actions/upload-artifact@v4
with:
name: pdf-docs
Expand Down
18 changes: 9 additions & 9 deletions doc/.static/dochelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,15 @@ def generateParamTable(klass, fwParams, app=None):
defs[plugin] = pDefs

headerContent = """
.. container:: break_before ssp-landscape
.. list-table:: {} Parameters from {{}}
:widths: 25 50 25
:class: ssp-tiny
:header-rows: 1
* - Name
- Description
- Units
.. container:: break_before ssp-landscape
.. list-table:: {} Parameters from {{}}
:widths: 25 50 25
:class: ssp-tiny
:header-rows: 1
* - Name
- Description
- Units
""".format(
klass.__name__
)
Expand Down

0 comments on commit beb7f1d

Please sign in to comment.