Skip to content

Commit

Permalink
[docs] removes epub and pdf documentation building
Browse files Browse the repository at this point in the history
  • Loading branch information
martintb committed Feb 23, 2025
1 parent 41b5bff commit adb487f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ jobs:
- uses: usnistgov/[email protected]
with:
docs-folder: docs/
formats: |-
epub
pdf
pip-requirements: "requirements.txt"

6 changes: 3 additions & 3 deletions AFL/double_agent/Pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
All PipelineOps should:
- take input_variable and output_variable in their constructor
- have a .calculate method
- with exact signature as base class (PipelineOpBase)
- that writes a xr.Dataset or xr.DataArray (preferred)
- that returns self
- with exact signature as base class (PipelineOpBase)
- that writes a xr.Dataset or xr.DataArray (preferred)
- that returns self
"""

Expand Down

0 comments on commit adb487f

Please sign in to comment.