We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91aca18 commit c3f8ec1Copy full SHA for c3f8ec1
README.rst
@@ -37,7 +37,7 @@ The method to be used for sampling using different algorithm must be
37
import from pysampling.sample. Here, we use Latin Hypercube Sampling to
38
generate 50 points in 2 dimensions.
39
40
-.. code:: ipython3
+.. code:: python
41
42
import matplotlib.pyplot as plt
43
from pysampling.sample import sample
@@ -52,12 +52,6 @@ generate 50 points in 2 dimensions.
52
Contact
53
=======
54
55
-.. |blankjul| raw:: html
56
-
57
- <a href="http://www.cse.msu.edu/~blankjul/" target="_blank">My personal homepage</a>
58
59
60
-|blankjul|
61
62
Feel free to contact me if you have any question:
63
0 commit comments