Skip to content

Commit 35aff03

Browse files
committed
automodule loss + update doc workflow
1 parent a5b8844 commit 35aff03

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

.github/workflows/testing_doc.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- name: Checkout code
16+
- name: Checkout Doc
1717
uses: actions/checkout@v2
18-
19-
- name: Set up Python
2018
uses: ammaraskar/[email protected]
2119
with:
2220
pre-build-command: "python3 -m pip install .[doc]"
23-
docs-folder: "docs/"
24-
25-
- name: Build Sphinx documentation
26-
run: |
27-
cd docs
28-
make html SPHINXOPTS="-W"
21+
docs-folder: "docs/"

docs/source/_rst/loss/lploss.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ LpLoss
22
===============
33
.. currentmodule:: pina.loss.lp_loss
44

5-
.. automodule:: pina.loss.lp_loss
6-
:no-index:
7-
85
.. autoclass:: LpLoss
96
:members:
107
:show-inheritance:

docs/source/_rst/loss/powerloss.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ PowerLoss
22
====================
33
.. currentmodule:: pina.loss.power_loss
44

5-
.. automodule:: pina.loss.power_loss
6-
:no-index:
7-
85
.. autoclass:: PowerLoss
96
:members:
107
:show-inheritance:

0 commit comments

Comments
 (0)