Skip to content

Commit 05b70bd

Browse files
authored
Merge pull request #8 from openmc-dev/copilot/update-myst-configuration
Fix MyST configuration for custom domain openmc.org
2 parents dd2ff51 + db6ef86 commit 05b70bd

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Then build and host the site locally with
1212
myst start
1313
```
1414

15-
[link to live site](https://openmc-dev.github.io/openmc.org//)
15+
[link to live site](https://openmc.org/)

data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Download: [.tar.xz](https://anl.box.com/shared/static/3cb7jetw7tmxaw6nvn77x6c578
7676

7777
## Depletion Chains
7878

79-
In order to perform depletion analysis using [the OpenMC depletion module](https://docs.openmc.org/en/latest/pythonapi/deplete.html), a representation of the depletion chain must be presented. This chain describes transmutation and decay channels causing isotopes to evolve over time. XML-representations of these depletion chains can be built using evaluated nuclear data libraries. OpenMC provides [functions](https://docs.openmc.org/en/latest/pythonapi/generated/openmc.deplete.Chain.html#openmc.deplete.Chain.from_endf) and scripts to generate these chain files using a collection of neutron interaction, neutron-induced fission, and decay files. Alternatively, three pre-generated chain files are made available using [ENDF/B-VII.1 data distributed with OpenMC](http://openmc.org/official-data-libraries/).
79+
In order to perform depletion analysis using [the OpenMC depletion module](https://docs.openmc.org/en/latest/pythonapi/deplete.html), a representation of the depletion chain must be presented. This chain describes transmutation and decay channels causing isotopes to evolve over time. XML-representations of these depletion chains can be built using evaluated nuclear data libraries. OpenMC provides [functions](https://docs.openmc.org/en/latest/pythonapi/generated/openmc.deplete.Chain.html#openmc.deplete.Chain.from_endf) and scripts to generate these chain files using a collection of neutron interaction, neutron-induced fission, and decay files. Alternatively, three pre-generated chain files are made available using [ENDF/B-VII.1 data distributed with OpenMC](https://openmc.org/official-data-libraries/).
8080

8181
### ENDF/B-VII.1 Chain (Thermal Spectrum)
8282

@@ -128,5 +128,5 @@ for version 0.12+ [.xml](https://anl.box.com/shared/static/9fqbq87j0tx4m6vfl06pl
128128

129129
Below are links to tabulated representations of the capture branching ratios computed using PWR and SFR spectra. The PWR branching ratios are taken from the Serpent Wiki. The SFR branching ratios are computed by computing one group total capture, capture to ground, and capture to metastable states in an SFR assembly.
130130

131-
[PWR Spectrum Capture Branching Ratios](http://openmc.org/pwr-spectrum-capture-branching-ratios/)
132-
[SFR Spectrum Capture Branching Ratios](http://openmc.org/sfr-spectrum-capture-branching-ratios/)
131+
[PWR Spectrum Capture Branching Ratios](https://openmc.org/pwr-spectrum-capture-branching-ratios/)
132+
[SFR Spectrum Capture Branching Ratios](https://openmc.org/sfr-spectrum-capture-branching-ratios/)

depletion_chains.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ github: 'https://github.com/openmc-dev/openmc.org'
66

77
# Depletion Chains
88

9-
In order to perform depletion analysis using [the OpenMC depletion module](https://docs.openmc.org/en/latest/pythonapi/deplete.html), a representation of the depletion chain must be presented. This chain describes transmutation and decay channels causing isotopes to evolve over time. XML-representations of these depletion chains can be built using evaluated nuclear data libraries. OpenMC provides [functions](https://docs.openmc.org/en/latest/pythonapi/generated/openmc.deplete.Chain.html#openmc.deplete.Chain.from_endf) and scripts to generate these chain files using a collection of neutron interaction, neutron-induced fission, and decay files. Alternatively, three pre-generated chain files are made available using [ENDF/B-VII.1 data distributed with OpenMC](http://openmc.org/official-data-libraries/).
9+
In order to perform depletion analysis using [the OpenMC depletion module](https://docs.openmc.org/en/latest/pythonapi/deplete.html), a representation of the depletion chain must be presented. This chain describes transmutation and decay channels causing isotopes to evolve over time. XML-representations of these depletion chains can be built using evaluated nuclear data libraries. OpenMC provides [functions](https://docs.openmc.org/en/latest/pythonapi/generated/openmc.deplete.Chain.html#openmc.deplete.Chain.from_endf) and scripts to generate these chain files using a collection of neutron interaction, neutron-induced fission, and decay files. Alternatively, three pre-generated chain files are made available using [ENDF/B-VII.1 data distributed with OpenMC](https://openmc.org/official-data-libraries/).
1010

1111
## ENDF/B-VII.1 Chain (Thermal Spectrum)
1212

@@ -58,5 +58,5 @@ for version 0.12+ [.xml](https://anl.box.com/shared/static/9fqbq87j0tx4m6vfl06pl
5858

5959
Below are links to tabulated representations of the capture branching ratios computed using PWR and SFR spectra. The PWR branching ratios are taken from the Serpent Wiki. The SFR branching ratios are computed by computing one group total capture, capture to ground, and capture to metastable states in an SFR assembly.
6060

61-
[PWR Spectrum Capture Branching Ratios](http://openmc.org/pwr-spectrum-capture-branching-ratios/)
62-
[SFR Spectrum Capture Branching Ratios](http://openmc.org/sfr-spectrum-capture-branching-ratios/)
61+
[PWR Spectrum Capture Branching Ratios](https://openmc.org/pwr-spectrum-capture-branching-ratios/)
62+
[SFR Spectrum Capture Branching Ratios](https://openmc.org/sfr-spectrum-capture-branching-ratios/)

myst.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ site:
2020
- title: Discussion Forum
2121
url: https://openmc.discourse.group/
2222
- title: Data
23-
url: /openmc.org/data
24-
domains: []
23+
url: /data
24+
domains:
25+
- openmc.org
26+
- www.openmc.org

0 commit comments

Comments
 (0)