From c24df784e386eb4c776b3e0f9019822ac80b5fc2 Mon Sep 17 00:00:00 2001 From: dh00601 <dh00601@surrey.ac.uk> Date: Fri, 17 Jun 2022 23:45:33 +0100 Subject: [PATCH] added ensemble notebook to the toc --- docs/source/_templates/footer.html | 4 ++-- docs/source/binary_c_parameters.rst | 13 ++++++++++++- docs/source/example_notebooks.rst | 1 + 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/source/_templates/footer.html b/docs/source/_templates/footer.html index af10f14dc..ced272e0c 100644 --- a/docs/source/_templates/footer.html +++ b/docs/source/_templates/footer.html @@ -2,8 +2,8 @@ {%- block extrafooter %} <br><br> -Generated on binarycpython git branch: development_0.9.3/2.2.1 git revision bd37bb5fce0ec634d98a4e033bccbe661070602d url: <a href="https://gitlab.surrey.ac.uk/ri0005/binary_c-python/-/tree/development_0.9.3/2.2.1">git url</a>. +Generated on binarycpython git branch: development_0.9.3/2.2.1 git revision ff4690d06cccc729067a17d6ff5666ab23c7b5b1 url: <a href="https://gitlab.surrey.ac.uk/ri0005/binary_c-python/-/tree/development_0.9.3/2.2.1">git url</a>. <br><br> -Using binary_c with bit branch branch_david: git revision: "6072:20220603:69cdd3f72" url: <a href="https://gitlab.surrey.ac.uk/ri0005/binary_c/-/tree/branch_david">git url</a>. +Using binary_c with bit branch branch_david: git revision: "6118:20220617:8463fa650" url: <a href="https://gitlab.surrey.ac.uk/ri0005/binary_c/-/tree/branch_david">git url</a>. {% endblock %} \ No newline at end of file diff --git a/docs/source/binary_c_parameters.rst b/docs/source/binary_c_parameters.rst index 1019b88d5..9d00a7aca 100644 --- a/docs/source/binary_c_parameters.rst +++ b/docs/source/binary_c_parameters.rst @@ -4,7 +4,7 @@ The following chapter contains all the parameters that the current version of bi This information was obtained by the following binary_c build: - **binary_c git branch**: branch_david **binary_c git revision**: 6072:20220603:69cdd3f72 **Built on**: Jun 3 2022 14:44:39 + **binary_c git branch**: branch_david **binary_c git revision**: 6118:20220617:8463fa650 **Built on**: Jun 17 2022 23:20:34 Section: stars @@ -250,6 +250,11 @@ Section: stars | **Parameter input type**: True|False | **Default value**: False +| **Parameter**: custom_timeout_time +| **Description**: Custom timeout time. Requires compilation with DAVID_CUSTOM_TIMEOUT +| **Parameter input type**: Float +| **Default value**: 100 + | **Parameter**: evolution_splitting | **Description**: If True, turn on splitting of an evolutionary run if splitpoint (e.g. supernova) occurs. | **Parameter input type**: True|False @@ -2399,6 +2404,12 @@ Section: output | **Default value**: 0 | **Extra**: Ignore +| **Parameter**: david_ppisn_single_logging +| **Description**: Flag to enable logging for PPISN project capturing single star systems that underwent SN +| **Parameter input type**: Integer +| **Default value**: 0 +| **Extra**: Ignore + | **Parameter**: david_rlof_episode_logging | **Description**: Flag to enable the RLOF episode logging | **Parameter input type**: Integer diff --git a/docs/source/example_notebooks.rst b/docs/source/example_notebooks.rst index c4e9e34c4..bb73b3d6f 100644 --- a/docs/source/example_notebooks.rst +++ b/docs/source/example_notebooks.rst @@ -13,6 +13,7 @@ The order of the notebooks below is more or less the recommended order to read. examples/notebook_population.ipynb examples/notebook_extra_features.ipynb examples/notebook_api_functionality.ipynb + examples/notebook_ensembles.ipynb examples/notebook_luminosity_function_single.ipynb examples/notebook_luminosity_function_binaries.ipynb -- GitLab