diff --git a/doc/tools/indexsidebar.html b/doc/tools/indexsidebar.html
index 04203623..75a24b08 100644
--- a/doc/tools/indexsidebar.html
+++ b/doc/tools/indexsidebar.html
@@ -1,7 +1,7 @@
Resources
- simuPOP Homepage
- - simuPOP Cookbook
+ - simuPOP Cookbook
- Download
-
- Mailing List
diff --git a/doc/userGuide.lyx b/doc/userGuide.lyx
index 2e506315..66a850fc 100644
--- a/doc/userGuide.lyx
+++ b/doc/userGuide.lyx
@@ -241,7 +241,7 @@ simuPOP is provided as a number of Python modules, which consist of a large
It is the users’ responsibility to write a Python script to glue these
pieces together and form a simulation.
At a more user-friendly level, an increasing number of functions and scripts
- contributed by simuPOP users is available in the online simuPOP cookbook.
+ contributed by simuPOP users is available in the online simuPOP examples repository.
They provide useful functions for different applications (e.g.
load and manipulate HapMap samples, import and export files from another
application) and allow users who are unfamiliar with simuPOP to perform
@@ -433,10 +433,10 @@ simuPOP is provided as a number of Python modules, which consist of a large
It is the users’ responsibility to write a Python script to glue these
pieces together and form a simulation.
At a more user-friendly level, an increasing number of functions and scripts
- contributed by simuPOP users is available in the online simuPOP cookbook
+ contributed by simuPOP users is available in the examples folder within the online simuPOP examples repository
(
\family typewriter
-https://github.com/BoPeng/simuPOP/cookbook
+https://github.com/BoPeng/simuPOP-examples
\family default
).
They provide useful functions for different applications (e.g.
@@ -1389,7 +1389,7 @@ https://github.com/BoPeng/simuPOP
\begin_layout Standard
A
\emph on
-simuPOP online cookbook
+simuPOP online examples
\emph default
(
\family typewriter
@@ -1397,12 +1397,11 @@ https://github.com/BoPeng/simuPOP
\family default
/
\family typewriter
-cookbook
+examples
\family default
-) is a wiki-based website where you can browse and download examples, functions
- and scripts for various simulation scenarios, and upload your own code
- snippets for the benefit of all simuPOP users.
- Please consider contributing to this cookbook if you have written some
+) is a Github repository of examples where you can find example
+ scripts for various simulation scenarios.
+ Please consider contributing to these examples if you have written some
scripts that might be useful to others.
\end_layout
@@ -5973,7 +5972,7 @@ Individual.info()
\family typewriter
saveFSTAT
\family default
- in the cookbook module
+ in the examples repository
\family typewriter
fstatUtil
\family default
@@ -23632,9 +23631,9 @@ simuPOP.utils
They do not belong to the simuPOP core but are distributed with simuPOP
because they are frequently used and play an important role in some specialized
simulation techniques.
- Please refer to the simuPOP online cookbook (
+ Please refer to the simuPOP examples repository (
\family typewriter
-https://github.com/BoPeng/simuPOP/cookbook
+https://github.com/BoPeng/simuPOP-examples
\family default
) for more utility modules and functions.
\end_layout
@@ -26921,8 +26920,8 @@ simuCDCV.py
The complete script is available at
\begin_inset CommandInset href
LatexCommand href
-name "the simuPOP online cookbook"
-target "https://github.com/BoPeng/simuPOP/cookbook"
+name "the simuPOP examples"
+target "https://github.com/BoPeng/simuPOP-examples"
\end_inset
diff --git a/docs/_sources/userGuide_ch1.rst.txt b/docs/_sources/userGuide_ch1.rst.txt
index 3f6b0b0e..d25916e5 100644
--- a/docs/_sources/userGuide_ch1.rst.txt
+++ b/docs/_sources/userGuide_ch1.rst.txt
@@ -25,7 +25,7 @@ Front Matter
evolutionary processes. It is the users' responsibility to write a Python script
to glue these pieces together and form a simulation. At a more user-friendly
level, an increasing number of functions and scripts contributed by simuPOP
- users is available in the online simuPOP cookbook. They provide useful functions
+ users is available in the online simuPOP examples. They provide useful functions
for different applications (e.g. load and manipulate HapMap samples, import and
export files from another application) and allow users who are unfamiliar with
simuPOP to perform a large number of simulations ranging from basic population
diff --git a/docs/_sources/userGuide_ch2_sec1.rst.txt b/docs/_sources/userGuide_ch2_sec1.rst.txt
index fc0d5224..39bcc372 100644
--- a/docs/_sources/userGuide_ch2_sec1.rst.txt
+++ b/docs/_sources/userGuide_ch2_sec1.rst.txt
@@ -35,8 +35,8 @@ operators (objects that manipulate populations) and simulators to coordinate the
evolutionary processes. It is the users' responsibility to write a Python script
to glue these pieces together and form a simulation. At a more user-friendly
level, an increasing number of functions and scripts contributed by simuPOP
-users is available in the online simuPOP cookbook
-(``https://github.com/BoPeng/simuPOP/cookbook``). They provide useful functions for
+users is available in the examples folder within the online simuPOP examples repository
+(``https://github.com/BoPeng/simuPOP-examples``). They provide useful functions for
different applications (e.g. load and manipulate HapMap samples, import and
export files from another application) and allow users who are unfamiliar with
simuPOP to perform a large number of simulations ranging from basic population
diff --git a/docs/_sources/userGuide_ch2_sec2.rst.txt b/docs/_sources/userGuide_ch2_sec2.rst.txt
index 7753754b..9689c3ea 100644
--- a/docs/_sources/userGuide_ch2_sec2.rst.txt
+++ b/docs/_sources/userGuide_ch2_sec2.rst.txt
@@ -19,7 +19,7 @@ individual properties.
.. _fig_life_cycle:
-.. figure:: /Users/bpeng1/simuPOP/simuPOP/doc/figures/evolve.png
+.. figure:: https://github.com/BoPeng/simuPOP/blob/master/doc/figures/evolve.png
:width: 680
diff --git a/docs/_sources/userGuide_ch2_sec6.rst.txt b/docs/_sources/userGuide_ch2_sec6.rst.txt
index 96abc768..1a293dea 100644
--- a/docs/_sources/userGuide_ch2_sec6.rst.txt
+++ b/docs/_sources/userGuide_ch2_sec6.rst.txt
@@ -14,13 +14,11 @@ not show you how to use them. Both documents are available online at
``https://github.com/BoPeng/simuPOP`` in both searchable HTML format and PDF
format.
-A *simuPOP online cookbook* (``https://github.com/BoPeng/simuPOP``/``cookbook``) is
-a wiki-based website where you can browse and download examples, functions and
-scripts for various simulation scenarios, and upload your own code snippets for
-the benefit of all simuPOP users. Please consider contributing to this cookbook
-if you have written some scripts that might be useful to others.
+The simuPOP examples repository on GitHub (``https://github.com/BoPeng/simuPOP-examples``)
+has example scripts for various simulation scenarios. Please consider contributing
+to these examples if you have written some scripts that might be useful to others.
If you cannot find the answer you need, or if you believe that you have
encountered a bug, or if you would like to request a feature, please subscribe
-to the simuPOP mailinglist (``simupop-list@lists.sourceforge.net``) and send
-your questions there.
+to the simuPOP mailinglist (``https://lists.sourceforge.net/lists/listinfo/simupop-list``)
+and send your questions there.
diff --git a/docs/_sources/userGuide_ch8_sec1.rst.txt b/docs/_sources/userGuide_ch8_sec1.rst.txt
index 71b3ed67..4ad1d3da 100644
--- a/docs/_sources/userGuide_ch8_sec1.rst.txt
+++ b/docs/_sources/userGuide_ch8_sec1.rst.txt
@@ -12,6 +12,6 @@ simple diseases become complex; while those of complex diseases remained simple.
This example is a simplified version of the ``simuCDCV.py`` script that
simulates this evolution process and observe the allelic spectra of both types
of diseases. The complete script is available at
-https://github.com/BoPeng/simuPOP/cookbookthe simuPOP online cookbook. The results
+https://github.com/BoPeng/simuPOP-examples in the simuPOP examples repository. The results
are published in Peng2007, which has much more detailed discussion about the
simulations, and the parameters used.
diff --git a/docs/_sources/userGuide_ch8_sec6.rst.txt b/docs/_sources/userGuide_ch8_sec6.rst.txt
index 1531a8a2..786aea24 100644
--- a/docs/_sources/userGuide_ch8_sec6.rst.txt
+++ b/docs/_sources/userGuide_ch8_sec6.rst.txt
@@ -294,7 +294,7 @@ The script written in this style could be executed in a number of ways.
.. _fig_simuCDCV_dialog:
- .. figure:: /Users/bpeng1/simuPOP/simuPOP/doc/figures/simuCDCV.png
+ .. figure:: https://github.com/BoPeng/simuPOP/tree/master/doc/figures/simuCDCV.png
:width: 5in
diff --git a/docs/index.html b/docs/index.html
index 14e5fe4f..66e12254 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -66,7 +66,7 @@ Related Topics
Resources