diff --git a/docs/customize_components.ipynb b/docs/customize_components.ipynb index 12fe1ea5..8f61dd3e 100644 --- a/docs/customize_components.ipynb +++ b/docs/customize_components.ipynb @@ -38,7 +38,7 @@ "source": [ "## Use a configuration file\n", "\n", - "The PySM models are implemented as classes and are then configured with input parameters in [`presets.cfg`](https://github.com/healpy/pysm3/blob/master/pysm3/data/presets.cfg), the same facilities used to load that configuration file and create the component object can be leverage by creating our own `cfg` file, for example here we are using a scalar value for `map_mbb_index` instead of using the template map provided in the `d1` model.\n", + "The PySM models are implemented as classes and are then configured with input parameters in [`presets.cfg`](https://github.com/healpy/pysm3/blob/main/pysm3/data/presets.cfg), the same facilities used to load that configuration file and create the component object can be leverage by creating our own `cfg` file, for example here we are using a scalar value for `map_mbb_index` instead of using the template map provided in the `d1` model.\n", "But we could as well replace the maps with our own custom maps.\n", "\n", "The `%%file` magic creates a file with the content of the cell" @@ -398,7 +398,7 @@ "source": [ "For performance better use `numba` to make use of all cores on the machine and execute at compiled code speed, for example:\n", "\n", - "" + "" ] }, { diff --git a/docs/index.rst b/docs/index.rst index 973ecc7f..cf18f24f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -97,7 +97,7 @@ Execute the unit tests with:: Tutorials ========= -All the tutorials are Jupyter Notebooks and can be accessed `from the repository `_: +All the tutorials are Jupyter Notebooks and can be accessed `from the repository `_: .. toctree:: :maxdepth: 2 diff --git a/docs/model_data.ipynb b/docs/model_data.ipynb index ea69890c..b5d18310 100644 --- a/docs/model_data.ipynb +++ b/docs/model_data.ipynb @@ -107,7 +107,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Details of a model are defined in `presets.cfg` at https://github.com/healpy/pysm3/blob/master/pysm3/data/presets.cfg, for example:\n", + "Details of a model are defined in `presets.cfg` at https://github.com/healpy/pysm3/blob/main/pysm3/data/presets.cfg, for example:\n", "\n", "```\n", "[d1]\n", @@ -125,7 +125,7 @@ "freq_ref_P = \"353 GHz\"\n", "```\n", "\n", - "The filenames refer to another Github repository: https://github.com/healpy/pysm3-data/tree/master/pysm3_2\n", + "The filenames refer to another Github repository: https://github.com/healpy/pysm3-data/tree/master/pysm_2\n", "\n", "pysm3 3 automatically downloads and caches those data using the `astropy.utils.data` facilities. Therefore the first time you use `d1` it downloads all the templates and caches them in your home folder, next will load from there.\n", "\n", diff --git a/docs/models.rst b/docs/models.rst index 7fadf2c1..c2f618ba 100644 --- a/docs/models.rst +++ b/docs/models.rst @@ -3,7 +3,7 @@ Summary of Models ***************** -For all details of the models also check the `presets.cfg file `_. +For all details of the models also check the `presets.cfg file `_. Input templates =============== diff --git a/docs/preprocess-templates/reproduce_pysm2_sync_pol.ipynb b/docs/preprocess-templates/reproduce_pysm2_sync_pol.ipynb index 4b5a5dfb..a2e09bf9 100644 --- a/docs/preprocess-templates/reproduce_pysm2_sync_pol.ipynb +++ b/docs/preprocess-templates/reproduce_pysm2_sync_pol.ipynb @@ -1734,7 +1734,7 @@ "* the fit for the slope of the spectra at high $\\ell$ gives significantly steeper lines especially for BB, even denoising and considering cosmic variance error in the fit. It is possible that `namaster` gives a slightly different spectrum at low ell, it seems like the spice spectrum for BB has higher values at low $\\ell$ impacting the PySM 2 fit\n", "* the figure in cell 93, just above here, shows higher power in the $\\ell$ range 60-100 in EE, which should be over the beam cutoff so should just be dominated by the small scales realization\n", "\n", - "If anyone is interested in investigating this, the source notebook doesn't require any external data and is available [on Github](https://github.com/healpy/pysm/tree/master/docs/template_preprocessing), please [open an issue](https://github.com/healpy/pysm/issues) to report your findings." + "If anyone is interested in investigating this, the source notebook doesn't require any external data and is available [on Github](https://github.com/healpy/pysm/tree/main/docs/template_preprocessing), please [open an issue](https://github.com/healpy/pysm/issues) to report your findings." ] } ],