-
Notifications
You must be signed in to change notification settings - Fork 101
Documentation #479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Documentation #479
Changes from 1 commit
Commits
Show all changes
85 commits
Select commit
Hold shift + click to select a range
fe8393a
Documentation and docstring graph and data
FilippoOlivo 613dc54
Doc LabelTensor
FilippoOlivo 33d9f15
Black formatting on LabelTensor
FilippoOlivo e9082df
Doc conditions
FilippoOlivo 4dd00cd
Small fixes in conditions
FilippoOlivo 37bb2af
Black formatting on condition
FilippoOlivo 166493c
Codacy fix on condition
FilippoOlivo 7a0c43b
Doc data
FilippoOlivo 1dd7fef
Update doc condition
FilippoOlivo c4bdf03
Update doc data
FilippoOlivo 8d4fee4
Update doc LT
FilippoOlivo 2030004
Black formatting
FilippoOlivo 85aa9eb
Doc collector
FilippoOlivo 26ad3e6
Black formatting collector
FilippoOlivo a1b651a
Minor update
FilippoOlivo 3b16bfe
beginning of domain doc
GiovanniCanali 1d86d7a
Fix doc condition
FilippoOlivo 8e2febf
Fix doc data
FilippoOlivo 374c84b
Fix doc
FilippoOlivo 1fa7c85
Other fixes
FilippoOlivo 8b772ec
Black formatting
FilippoOlivo fa74493
fix doc domain
GiovanniCanali d559190
fix equation doc
GiovanniCanali e7c8710
Fix codacy
FilippoOlivo 04ef78e
fix doc loss and codacy
GiovanniCanali 41142c4
Update collector.py
FilippoOlivo 3da693c
Update collector.py
FilippoOlivo 0181851
fix operator doc
GiovanniCanali d6d778d
Additional fix in condition
FilippoOlivo 7b09bf1
Additional fix in collector
FilippoOlivo 593ab6b
Black formatting
FilippoOlivo 3374176
fix utils and trainer doc
GiovanniCanali 3f630d8
fix optim doc
GiovanniCanali 02067fa
fix problem doc
GiovanniCanali d7debb2
start refactoring
dario-coscia 0f6e6d7
adaptive_functions rst
dario-coscia 78c319a
update rsts
dario-coscia 240cbce
Fix doc data
FilippoOlivo c2f966e
Improve doc condition
FilippoOlivo 9fba5a2
update rst
dario-coscia 4583443
fix pinn doc
GiovanniCanali 33abb66
updating rst
dario-coscia cba9f90
fix doc solver
GiovanniCanali e0fbd3d
fix rendering part 1
GiovanniCanali 03ec91d
fix rendering part 2
GiovanniCanali 488af56
black formatter
GiovanniCanali 89f8e4e
Tmp fixes
FilippoOlivo 9d9a01b
Fix rendering graph
FilippoOlivo 974cbe4
Fix rendering LT
FilippoOlivo ada4f53
Black formatting
FilippoOlivo 2edf4ea
fix doc model part 1
GiovanniCanali 53be672
Fix conditions rendering
FilippoOlivo e102537
Fix rendering and codacy
FilippoOlivo e44da57
fix doc model part 2
GiovanniCanali 1bbfa2e
modify poisson inv
dario-coscia da98d61
standardize module docstring
GiovanniCanali fc8ad33
Automatize Tutorials html, py files creation (#496)
dario-coscia f85d906
Remove MNIST data from tutorial 4
FilippoOlivo d05a27f
update workflow, rm tutorial 4 data
dario-coscia cb68ae5
update html dir
dario-coscia 93b88a6
remove tutorials html
dario-coscia eb78831
add workflow_dispatch
dario-coscia c161138
trigger workflow tutorials
dario-coscia 4330c9e
export tutorials changed in c161138 (#498)
github-actions[bot] cddac85
update doc
dario-coscia d7816cc
formatting
dario-coscia 77e1e6a
modify automatic batching doc
dario-coscia d6f69a0
update contributing
dario-coscia b203353
update cite/team
dario-coscia 0ea6888
format code
dario-coscia 12fc1e5
adding layout.html template
dario-coscia c5bd22a
update datamodule doc
dario-coscia 762dc7f
update tut11
dario-coscia 923ec3c
export tutorials changed in 762dc7f (#500)
github-actions[bot] 2099e87
formatting
dario-coscia e99ad86
doc test workflow update
dario-coscia a5b8844
docs->doc in testing_doc.yml
dario-coscia 35aff03
automodule loss + update doc workflow
dario-coscia 6d08b98
modify conf.py
dario-coscia d9f7ffc
update workflow file
dario-coscia 9e1e4b9
modify doc workflows
dario-coscia d35daae
update versioning sphinx
dario-coscia 9e90164
Add docstring for repeat in DataModule
FilippoOlivo fd070e5
Minor fix
FilippoOlivo 40ad5c9
Remove useless line in sphinx config file
FilippoOlivo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe set it to
Noneand override inside?