Skip to content

Commit

Permalink
Fix documentation links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jochym committed Dec 8, 2023
1 parent 4d101ef commit 3c50960
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ weighting algorithm for probability distribution sampling. It provides
an alternative way to create representations of systems at thermal
equilibrium without running a very expensive molecular dynamics
simulation. The theoretical foundation of the code are presented in the
section [Background](00_Background.html) in the
section [Background](background.html) in the
[Documentation](https://jochym.github.io/hecss/). More detailed examples
are included in the [LAMMPS](01_LAMMPS_Tutorial.html) and
[VASP](01_VASP_Tutorial.html) tutorials.
are included in the [LAMMPS](lammps_tutorial.html) and
[VASP](vasp_tutorial.html) tutorials.

You can try HECSS on binder:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gl/jochym%2Fhecss/devel?labpath=index.ipynb)
Expand Down
2 changes: 1 addition & 1 deletion index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"HECSS is a Monte-Carlo, configuration space sampler using sample weighting algorithm for probability distribution sampling. It provides an alternative way to create representations of systems at thermal equilibrium without running a very expensive molecular dynamics simulation. The theoretical foundation of the code are presented in the section [Background](00_Background.html) in the [Documentation](https://jochym.github.io/hecss/). More detailed examples are included in the [LAMMPS](01_LAMMPS_Tutorial.html) and [VASP](01_VASP_Tutorial.html) tutorials.\n",
"HECSS is a Monte-Carlo, configuration space sampler using sample weighting algorithm for probability distribution sampling. It provides an alternative way to create representations of systems at thermal equilibrium without running a very expensive molecular dynamics simulation. The theoretical foundation of the code are presented in the section [Background](background.html) in the [Documentation](https://jochym.github.io/hecss/). More detailed examples are included in the [LAMMPS](lammps_tutorial.html) and [VASP](vasp_tutorial.html) tutorials.\n",
"\n",
"You can try HECSS on binder: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gl/jochym%2Fhecss/devel?labpath=index.ipynb)\n",
"\n",
Expand Down

0 comments on commit 3c50960

Please sign in to comment.