Skip to content

Commit

Permalink
Replace link about Mercurial
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Jun 5, 2024
1 parent cf3d76d commit e328747
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ repositories are hosted here: <https://foss.heptapod.net/fluiddyn>.
Please read our documentation on [developer
essentials](https://fluiddyn.readthedocs.io/en/latest/advice_developers.html),
and especially on [setting up
Mercurial](https://fluiddyn.readthedocs.io/en/latest/mercurial_heptapod.html).
Mercurial](https://fluidhowto.readthedocs.io/en/latest/mercurial.html).
2 changes: 1 addition & 1 deletion doc/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Mercurial extensions like [Evolve] and [Topic]. The main repository is hosted

There are other ways to get the source but we are going here to assume that you
can install [Mercurial]. It can be useful when working with Fluidsim source to
[fully setup Mercurial with these extensions and learn a bit of Mercurial](http://fluiddyn.readthedocs.org/en/latest/mercurial_heptapod.html).
[fully setup Mercurial with these extensions and learn a bit of Mercurial](https://fluidhowto.readthedocs.io/en/latest/mercurial.html).
Then, the Fluidsim repository can be cloned with

```sh
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/clusters/jean_zay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ vim ~/.hgrc
```

(see also
https://fluiddyn.readthedocs.io/en/latest/mercurial_heptapod.html#set-up-mercurial)
https://fluidhowto.readthedocs.io/en/latest/mercurial.html)

## Setup your environment and submit simulations

Expand Down
10 changes: 5 additions & 5 deletions doc/examples/clusters/licallo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module purge
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
conda config --add channels conda-forge
conda activate base
conda activate base
pip install conda-app
conda-app install mercurial
conda run -n _env_mercurial pip install hg-fluiddyn
Expand All @@ -33,7 +33,7 @@ conda run -n _env_mercurial pip install hg-fluiddyn
### Configure mercurial:

Correct and uncomment the line with the username and email address in ~.hgrc (see also
https://fluiddyn.readthedocs.io/en/latest/mercurial_heptapod.html#set-up-mercurial)
https://fluidhowto.readthedocs.io/en/latest/mercurial.html)

```bash
nano ~/.hgrc
Expand All @@ -43,9 +43,9 @@ nano ~/.hgrc

```bash
mkdir Dev
cd Dev
cd Dev
hg clone https://foss.heptapod.net/fluiddyn/fluidsim
cd fluidsim
cd fluidsim
```

### Install pfft in your $HOME directory
Expand All @@ -66,7 +66,7 @@ Move to the install directory and run the following commands (from this director
cd $HOME/Dev/fluidsim/doc/examples/clusters/licallo/install
source 0_setup_env_base.sh
./1_copy_config_files.sh
source ~/setup_ssh.sh
source ~/setup_ssh.sh
./2_create_conda_env.sh
source 3_setup_env_conda.sh
./4_clone_fluid.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/clusters/occigen/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ vim ~/.hgrc
```

(see also
https://fluiddyn.readthedocs.io/en/latest/mercurial_heptapod.html#set-up-mercurial)
https://fluidhowto.readthedocs.io/en/latest/mercurial.html)

0 comments on commit e328747

Please sign in to comment.