Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Nov 22, 2023
1 parent 5b79c81 commit ea8199a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ number of factors:
- Randomized Designs
- Latin-Hypercube (``lhs``)

See the original [pyDOE homepage](http://pythonhosted.org/pyDOE) for details
on usage and other notes.

See [Documentation](https://pydoe3.readthedocs.io).

Requirements
------------
Expand Down
2 changes: 1 addition & 1 deletion doc/_static/drawing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doc/_static/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/factorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In this section, the following kinds of *factorial designs* will be described:
.. hint::
All available designs can be accessed after a simple import statement::

>>> from pyDOE import *
>>> from pyDOE3 import *


.. index:: General Full-Factorial
Expand Down
2 changes: 1 addition & 1 deletion doc/randomized.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ be described:
.. hint::
All available designs can be accessed after a simple import statement::

>>> from pyDOE import *
>>> from pyDOE3 import *
.. index:: Latin-Hypercube

Expand Down
2 changes: 1 addition & 1 deletion doc/rsm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ be described:
.. hint::
All available designs can be accessed after a simple import statement::

>>> from pyDOE import *
>>> from pyDOE3 import *
.. index:: Box-Behnken

Expand Down

0 comments on commit ea8199a

Please sign in to comment.