Skip to content

Commit 2bc8b09

Browse files
committed
long description
1 parent a584308 commit 2bc8b09

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line.
55
SPHINXOPTS =
6-
SPHINXBUILD = python -msphinx #sphinx-build
6+
SPHINXBUILD = sphinx-build
77
PAPER =
88
BUILDDIR = build
99

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
}
2525

2626
LDESCRIPTION = (
27-
""
27+
"PINA is a Python package providing an easy interface to deal with "
28+
"physics-informed neural networks (PINN) for the approximation of "
29+
"(differential, nonlinear, ...) functions. Based on Pytorch, PINA offers a "
30+
"simple and intuitive way to formalize a specific problem and solve it "
31+
"using PINN."
2832
)
2933

3034
setup(

0 commit comments

Comments
 (0)