Skip to content

Commit 999c562

Browse files
committed
Update docs
1 parent 6767146 commit 999c562

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ All the components of DeepXDE are loosely coupled, and thus DeepXDE is well-stru
5656

5757
DeepXDE requires [TensorFlow](https://www.tensorflow.org/) to be installed. Both TensorFlow 1 and TensorFlow 2 can be used as the DeepXDE backend, but TensorFlow 1 is recommended, because in my tests TensorFlow 2 is 2x~3x slower than TensorFlow 1.
5858

59-
Then, you can install DeepXDE itself. If you use TensorFlow 2, you need to install DeepXDE by cloning the folder. If you use Python 2, you need to install DeepXDE using `pip`.
59+
Then, you can install DeepXDE itself. If you use Python 2, you need to install DeepXDE using `pip`.
6060

6161
- Install the stable version with `pip`:
6262

docs/modules/deepxde.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ deepxde.display module
6161
:undoc-members:
6262
:show-inheritance:
6363

64+
deepxde.external\_optimizer module
65+
----------------------------------
66+
67+
.. automodule:: deepxde.external_optimizer
68+
:members:
69+
:undoc-members:
70+
:show-inheritance:
71+
6472
deepxde.fractional module
6573
-------------------------
6674

docs/user/installation.rst

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

44
DeepXDE requires `TensorFlow <https://www.tensorflow.org/>`_ to be installed. Both TensorFlow 1 and TensorFlow 2 can be used as the DeepXDE backend, but TensorFlow 1 is recommended, because in my tests TensorFlow 2 is 2x~3x slower than TensorFlow 1.
55

6-
Then, you can install DeepXDE itself. If you use TensorFlow 2, you need to install DeepXDE by cloning the folder. If you use Python 2, you need to install DeepXDE using ``pip``.
6+
Then, you can install DeepXDE itself. If you use Python 2, you need to install DeepXDE using ``pip``.
77

88
- Install the stable version with ``pip``::
99

0 commit comments

Comments
 (0)