Skip to content

Commit

Permalink
commit docs dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 2, 2024
1 parent 360aa54 commit 9da186f
Show file tree
Hide file tree
Showing 965 changed files with 1,603 additions and 1,485 deletions.
Binary file modified docs/dev/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/dev/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/analysis-1d/cta_sensitivity.doctree
Binary file not shown.
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/analysis-1d/sed_fitting.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/analysis-2d/detect.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/analysis-2d/modeling_2D.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/analysis-2d/ring_background.doctree
Binary file not shown.
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/analysis-3d/analysis_3d.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/analysis-3d/analysis_mwl.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/analysis-3d/event_sampling.doctree
Binary file not shown.
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/analysis-3d/flux_profiles.doctree
Binary file not shown.
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/analysis-3d/simulate_3d.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/analysis-time/light_curve.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/api/astro_dark_matter.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/api/catalog.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/api/datasets.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/api/fitting.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/api/makers.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/api/maps.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/api/mask_maps.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/api/model_management.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/api/models.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/api/observation_clustering.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/api/sg_execution_times.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/data/cta.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/data/fermi_lat.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/data/hawc.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/data/hess.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/data/sg_execution_times.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/scripts/sg_execution_times.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/starting/analysis_1.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/starting/analysis_2.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/starting/overview.doctree
Binary file not shown.
Binary file modified docs/dev/.doctrees/tutorials/starting/sg_execution_times.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@
e_min.plot(add_cbar=True)
plt.show()

# %%
# To see the high energy threshold at each point

e_max.plot(add_cbar=True)
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
ax.set_ylabel("Muon efficiency")
ax.set_xlabel("Zenith angle (deg)")
ax.axvline(median_zenith.value, ls="--", color="black")
plt.show()


######################################################################
Expand Down Expand Up @@ -225,6 +226,7 @@
label="Group 2",
)
ax.legend()
plt.show()


######################################################################
Expand Down
Binary file modified docs/dev/_downloads/432ee3a608125ae95df2e8d950f07716/dl3-1.pdf
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -430,12 +430,15 @@
# `binary_dilate` methods, respectively.
#

fig, (ax1, ax2) = plt.subplots(
figsize=(11, 5), ncols=2, subplot_kw={"projection": significance_mask_inv.geom.wcs}
)

mask = significance_mask_inv.binary_erode(width=0.2 * u.deg, kernel="disk")
mask.plot()
plt.show()
mask.plot(ax=ax1)

mask = significance_mask_inv.binary_dilate(width=0.2 * u.deg)
mask.plot()
mask.plot(ax=ax2)
plt.show()


Expand Down
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/dev/_downloads/52215788338df5a5cca4ad9f70681d84/cta.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@
irfs["psf"].peek()
plt.show()


# %%
# This is how for analysis you could slice out the PSF
# at a given field of view offset
irfs["psf"].plot_containment_radius_vs_energy(
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
},
"outputs": [],
"source": [
"mask = significance_mask_inv.binary_erode(width=0.2 * u.deg, kernel=\"disk\")\nmask.plot()\nplt.show()\n\nmask = significance_mask_inv.binary_dilate(width=0.2 * u.deg)\nmask.plot()\nplt.show()"
"fig, (ax1, ax2) = plt.subplots(\n figsize=(11, 5), ncols=2, subplot_kw={\"projection\": significance_mask_inv.geom.wcs}\n)\n\nmask = significance_mask_inv.binary_erode(width=0.2 * u.deg, kernel=\"disk\")\nmask.plot(ax=ax1)\n\nmask = significance_mask_inv.binary_dilate(width=0.2 * u.deg)\nmask.plot(ax=ax2)\nplt.show()"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,25 @@
},
"outputs": [],
"source": [
"e_min, e_max = dataset_cta.energy_range\n\n# To see the low energy threshold at each point\n\ne_min.plot(add_cbar=True)\nplt.show()\n\n# To see the high energy threshold at each point\n\ne_max.plot(add_cbar=True)\nplt.show()"
"e_min, e_max = dataset_cta.energy_range\n\n# To see the low energy threshold at each point\n\ne_min.plot(add_cbar=True)\nplt.show()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"To see the high energy threshold at each point\n\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"e_max.plot(add_cbar=True)\nplt.show()"
]
},
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/dev/_downloads/84424d59ec624940199b69d87a792d50/index-1.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/dev/_downloads/c6bad13b7bd034ce07497e4d5025d5d2/edisp-1.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
20 changes: 19 additions & 1 deletion docs/dev/_downloads/e2a4ade170c5e85b14ae39a9784b12b1/cta.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,25 @@
},
"outputs": [],
"source": [
"irfs[\"psf\"].peek()\nplt.show()\n\n# This is how for analysis you could slice out the PSF\n# at a given field of view offset\nirfs[\"psf\"].plot_containment_radius_vs_energy(\n offset=[1] * u.deg, fraction=[0.68, 0.8, 0.95]\n)\nplt.show()"
"irfs[\"psf\"].peek()\nplt.show()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This is how for analysis you could slice out the PSF\nat a given field of view offset\n\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": false
},
"outputs": [],
"source": [
"irfs[\"psf\"].plot_containment_radius_vs_energy(\n offset=[1] * u.deg, fraction=[0.68, 0.8, 0.95]\n)\nplt.show()"
]
},
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
},
"outputs": [],
"source": [
"fix, ax = plt.subplots(1, 1, figsize=(7, 5))\nfor obs in grouped_observations[\"group_low_zenith\"]:\n ax.plot(\n obs.get_pointing_altaz(time=obs.tmid).zen,\n obs.meta.optional[\"MUONEFF\"],\n \"d\",\n color=\"red\",\n )\nfor obs in grouped_observations[\"group_high_zenith\"]:\n ax.plot(\n obs.get_pointing_altaz(time=obs.tmid).zen,\n obs.meta.optional[\"MUONEFF\"],\n \"o\",\n color=\"blue\",\n )\nax.set_ylabel(\"Muon efficiency\")\nax.set_xlabel(\"Zenith angle (deg)\")\nax.axvline(median_zenith.value, ls=\"--\", color=\"black\")"
"fix, ax = plt.subplots(1, 1, figsize=(7, 5))\nfor obs in grouped_observations[\"group_low_zenith\"]:\n ax.plot(\n obs.get_pointing_altaz(time=obs.tmid).zen,\n obs.meta.optional[\"MUONEFF\"],\n \"d\",\n color=\"red\",\n )\nfor obs in grouped_observations[\"group_high_zenith\"]:\n ax.plot(\n obs.get_pointing_altaz(time=obs.tmid).zen,\n obs.meta.optional[\"MUONEFF\"],\n \"o\",\n color=\"blue\",\n )\nax.set_ylabel(\"Muon efficiency\")\nax.set_xlabel(\"Zenith angle (deg)\")\nax.axvline(median_zenith.value, ls=\"--\", color=\"black\")\nplt.show()"
]
},
{
Expand Down Expand Up @@ -195,7 +195,7 @@
},
"outputs": [],
"source": [
"obs_clusters = observations.group_by_label(features[\"labels\"])\nprint(obs_clusters)\n\n\nmask_1 = features[\"labels\"] == 1\nmask_2 = features[\"labels\"] == 2\nfix, ax = plt.subplots(1, 1, figsize=(7, 5))\nax.set_ylabel(\"edisp-res\")\nax.set_xlabel(\"psf-radius\")\nax.plot(\n features_irfs[mask_1][\"edisp-res\"],\n features_irfs[mask_1][\"psf-radius\"],\n \"d\",\n color=\"green\",\n label=\"Group 1\",\n)\nax.plot(\n features_irfs[mask_2][\"edisp-res\"],\n features_irfs[mask_2][\"psf-radius\"],\n \"o\",\n color=\"magenta\",\n label=\"Group 2\",\n)\nax.legend()"
"obs_clusters = observations.group_by_label(features[\"labels\"])\nprint(obs_clusters)\n\n\nmask_1 = features[\"labels\"] == 1\nmask_2 = features[\"labels\"] == 2\nfix, ax = plt.subplots(1, 1, figsize=(7, 5))\nax.set_ylabel(\"edisp-res\")\nax.set_xlabel(\"psf-radius\")\nax.plot(\n features_irfs[mask_1][\"edisp-res\"],\n features_irfs[mask_1][\"psf-radius\"],\n \"d\",\n color=\"green\",\n label=\"Group 1\",\n)\nax.plot(\n features_irfs[mask_2][\"edisp-res\"],\n features_irfs[mask_2][\"psf-radius\"],\n \"o\",\n color=\"magenta\",\n label=\"Group 2\",\n)\nax.legend()\nplt.show()"
]
},
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/dev/_images/plot_spiral_arms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_cta_004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_cta_005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_cta_006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/dev/_images/sphx_glr_cta_007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_datasets_009.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_datasets_010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_datasets_011.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_datasets_012.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_datasets_013.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_datasets_014.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_datasets_015.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_datasets_016.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_datasets_017.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_datasets_018.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/dev/_images/sphx_glr_datasets_019.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_light_curve_simulation_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_light_curve_simulation_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_light_curve_simulation_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_mask_maps_008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_plot_constant_temporal_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_plot_constant_temporal_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_plot_linear_temporal_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/dev/_images/sphx_glr_plot_linear_temporal_thumb.png
Binary file modified docs/dev/_images/sphx_glr_plot_powerlaw_temporal_001.png
Binary file modified docs/dev/_images/sphx_glr_plot_powerlaw_temporal_thumb.png
Binary file modified docs/dev/_images/sphx_glr_plot_sine_temporal_001.png
Binary file modified docs/dev/_images/sphx_glr_plot_sine_temporal_thumb.png
Binary file modified docs/dev/_images/sphx_glr_simulate_3d_001.png
Binary file modified docs/dev/_images/sphx_glr_simulate_3d_002.png
Binary file modified docs/dev/_images/sphx_glr_simulate_3d_thumb.png
Binary file modified docs/dev/_images/sphx_glr_spectral_analysis_rad_max_005.png
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/analysis/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/analysis/core.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/astro/darkmatter/profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/astro/darkmatter/spectra.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/astro/darkmatter/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/astro/population/simulate.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/astro/population/spatial.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/astro/population/velocity.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/astro/source/pulsar.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/astro/source/pwn.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/astro/source/snr.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/catalog/core.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/catalog/fermi.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/catalog/gammacat.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/catalog/hawc.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/catalog/hess.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/catalog/lhaaso.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/data/data_store.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/data/event_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/data/filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/data/gti.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/data/hdu_index_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/data/metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/data/obs_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/data/observations.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/data/pointing.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/data/simulate.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/data/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/_modules/gammapy/datasets/core.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

$("#version_switcher_menu").append(node);
// replace dropdown button text with the preferred display name of
// this version, rather than using sphinx's 1.2.dev1863+ga8285d4fc variable.
// this version, rather than using sphinx's 1.2.dev1865+gcce7eee8f variable.
// also highlight the dropdown entry for the currently-viewed
// version's entry
if (entry.version == "dev") {
Expand Down
Loading

0 comments on commit 9da186f

Please sign in to comment.