Skip to content

Commit

Permalink
MNT: fixup warnings about relative paths in doc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Dec 1, 2023
1 parent b711114 commit 086f5cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Optional arguments:
```

<figure markdown>
![rhovm](../imgs/rhovm.png){ width="600" }
![rhovm](imgs/rhovm.png){ width="600" }
<figcaption>Density in the midplane</figcaption>
</figure>

Expand All @@ -105,7 +105,7 @@ Optional arguments:
```

<figure markdown>
![rholpaa](../imgs/rholpaa.png){ width="600" }
![rholpaa](imgs/rholpaa.png){ width="600" }
<figcaption>Azimuthally-averaged surface density</figcaption>
</figure>

Expand All @@ -125,7 +125,7 @@ Optional arguments:
```

<figure markdown>
![vx1](../imgs/vx1.png){ width="600" }
![vx1](imgs/vx1.png){ width="600" }
<figcaption>Radial velocity</figcaption>
</figure>

Expand Down Expand Up @@ -278,6 +278,6 @@ By default, the figure is not saved in case you want to personalize the final pl
)
```
<figure markdown>
![rhor_phiz](../imgs/rhor_phiz.png){ width="400" }
![rhor_phiz](imgs/rhor_phiz.png){ width="400" }
<figcaption>Density in the plane $\phi$-$z$</figcaption>
</figure>
24 changes: 12 additions & 12 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,28 +84,28 @@ The `-plane` argument is based on the `map("XDIR","YDIR")` function. Depending o

* `nonos -d -on 0 -log -op vp -z 0.1`**`-plane x y`**
<figure markdown>
![rhovp_xy](../imgs/rhovp_xy.png){ width="400" }
![rhovp_xy](imgs/rhovp_xy.png){ width="400" }
<figcaption>Vertical projection of the logarithm of the density</figcaption>
</figure>

* `nonos -d -on 0 -log -op vp -z 0.1`**`-plane R phi`**
<figure markdown>
![rhovp_Rphi](../imgs/rhovp_Rphi.png){ width="400" }
![rhovp_Rphi](imgs/rhovp_Rphi.png){ width="400" }
<figcaption>Vertical projection of the logarithm of the density</figcaption>
</figure>
* `nonos -d -on 0 -log -op vp -z 0.1`**`-plane phi R`**
<figure markdown>
![rhovp_phiR](../imgs/rhovp_phiR.png){ width="400" }
![rhovp_phiR](imgs/rhovp_phiR.png){ width="400" }
<figcaption>Vertical projection of the logarithm of the density</figcaption>
</figure>
* `nonos -d -on 0 -log -op apl -corotate 0`**`-plane R z`**
<figure markdown>
![rhoapl_Rz](../imgs/rhoapl_Rz.png){ width="400" }
![rhoapl_Rz](imgs/rhoapl_Rz.png){ width="400" }
<figcaption>Logarithm of the density at the planet azimuth</figcaption>
</figure>
* `nonos -d -on 0 -log -op apl -corotate 0`**`-plane theta r`**
<figure markdown>
![rhoapl_thetar](../imgs/rhoapl_thetar.png){ width="400" }
![rhoapl_thetar](imgs/rhoapl_thetar.png){ width="400" }
<figcaption>Logarithm of the density at the planet azimuth</figcaption>
</figure>

Expand All @@ -119,7 +119,7 @@ The `-plane` argument is based on the `map("XDIR","YDIR")` function. Depending o

`nonos -on 23 -diff -plane x y`
<figure markdown>
![rhovm_xy_nozoom](../imgs/rhovm_xy_nozoom.png){ width="400" }
![rhovm_xy_nozoom](imgs/rhovm_xy_nozoom.png){ width="400" }
<figcaption>Density at the midplane</figcaption>
</figure>

Expand All @@ -129,7 +129,7 @@ The `-plane` argument is based on the `map("XDIR","YDIR")` function. Depending o

`nonos -on 23 -diff -plane x y -corotate 0`
<figure markdown>
![rhovm_xy_corotate](../imgs/rhovm_xy_corotate.png){ width="400" }
![rhovm_xy_corotate](imgs/rhovm_xy_corotate.png){ width="400" }
<figcaption>Density at the midplane</figcaption>
</figure>

Expand All @@ -139,7 +139,7 @@ The `-plane` argument is based on the `map("XDIR","YDIR")` function. Depending o

`nonos -on 23 -diff -plane x y -range x x -2 0` will perform a zoom in the y-axis
<figure markdown>
![rhovm_xy_zoom](../imgs/rhovm_xy_zoom.png){ width="400" }
![rhovm_xy_zoom](imgs/rhovm_xy_zoom.png){ width="400" }
<figcaption>Density at the midplane</figcaption>
</figure>

Expand All @@ -149,7 +149,7 @@ The `-plane` argument is based on the `map("XDIR","YDIR")` function. Depending o

`nonos -on 23 -diff -plane x y -vmin -0.5 -vmax 0.5`
<figure markdown>
![rhovm_xy_minmax](../imgs/rhovm_xy_minmax.png){ width="400" }
![rhovm_xy_minmax](imgs/rhovm_xy_minmax.png){ width="400" }
<figcaption>Density at the midplane</figcaption>
</figure>

Expand All @@ -165,7 +165,7 @@ The `-plane` argument is based on the `map("XDIR","YDIR")` function. Depending o

`nonos -on 23 -diff -plane x y -title "\frac{\rho-\rho_0}{\rho_0}"`
<figure markdown>
![rhovm_xy_title](../imgs/rhovm_xy_title.png){ width="400" }
![rhovm_xy_title](imgs/rhovm_xy_title.png){ width="400" }
<figcaption>Density at the midplane</figcaption>
</figure>

Expand All @@ -175,7 +175,7 @@ The `-plane` argument is based on the `map("XDIR","YDIR")` function. Depending o

`nonos -on 23 -diff -plane x y -cmap inferno` will perform a zoom in the y-axis
<figure markdown>
![rhovm_xy_cmap](../imgs/rhovm_xy_cmap.png){ width="400" }
![rhovm_xy_cmap](imgs/rhovm_xy_cmap.png){ width="400" }
<figcaption>Density at the midplane</figcaption>
</figure>

Expand All @@ -185,7 +185,7 @@ The `-plane` argument is based on the `map("XDIR","YDIR")` function. Depending o

`nonos -on 23 -diff -plane x y -cmap inferno -scaling 1.2`
<figure markdown>
![rhovm_xy_scaling](../imgs/rhovm_xy_scaling.png){ width="400" }
![rhovm_xy_scaling](imgs/rhovm_xy_scaling.png){ width="400" }
<figcaption>Density at the midplane</figcaption>
</figure>

Expand Down

0 comments on commit 086f5cc

Please sign in to comment.