File tree Expand file tree Collapse file tree 3 files changed +2
-15
lines changed
Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 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/sphinx-action@7.4.7
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/"
Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments