automodule loss + update doc workflow
This commit is contained in:
committed by
Nicola Demo
parent
7c42153004
commit
2730791e6b
9
.github/workflows/testing_doc.yml
vendored
9
.github/workflows/testing_doc.yml
vendored
@@ -13,16 +13,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
- name: Checkout Doc
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python
|
||||
uses: ammaraskar/sphinx-action@7.4.7
|
||||
with:
|
||||
pre-build-command: "python3 -m pip install .[doc]"
|
||||
docs-folder: "docs/"
|
||||
|
||||
- name: Build Sphinx documentation
|
||||
run: |
|
||||
cd docs
|
||||
make html SPHINXOPTS="-W"
|
||||
|
||||
@@ -2,9 +2,6 @@ LpLoss
|
||||
===============
|
||||
.. currentmodule:: pina.loss.lp_loss
|
||||
|
||||
.. automodule:: pina.loss.lp_loss
|
||||
:no-index:
|
||||
|
||||
.. autoclass:: LpLoss
|
||||
:members:
|
||||
:show-inheritance:
|
||||
@@ -2,9 +2,6 @@ PowerLoss
|
||||
====================
|
||||
.. currentmodule:: pina.loss.power_loss
|
||||
|
||||
.. automodule:: pina.loss.power_loss
|
||||
:no-index:
|
||||
|
||||
.. autoclass:: PowerLoss
|
||||
:members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user