Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
Merge branch 'main' into detdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianGun authored Apr 21, 2021
2 parents 9bbeca7 + 8a55465 commit d41402b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using OpticSim
makedocs(
sitename = "OpticSim.jl",
format = Documenter.HTML(
prettyurls = get(ENV, "CI", nothing) == "true",
# prettyurls = get(ENV, "CI", nothing) == "true",
assets = [asset("assets/logo.svg", class = :ico, islocal = true)],
),
modules = [OpticSim],
Expand Down
32 changes: 16 additions & 16 deletions docs/src/emitters_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ nothing #hide
```@raw html
<table><tr>
<td>
<a target="_blank" href="assets/emitters_example_rect_grid.png">
<img width="250" src="assets/emitters_example_rect_grid.png" style="max-width:100%;">
<a target="_blank" href="../assets/emitters_example_rect_grid.png">
<img width="250" src="../assets/emitters_example_rect_grid.png" style="max-width:100%;">
</a>
</td>
<td valign="middle">
Expand All @@ -69,8 +69,8 @@ nothing #hide
```@raw html
<table><tr>
<td>
<a target="_blank" href="assets/emitters_example_uniform_cone.png">
<img width="250" src="assets/emitters_example_uniform_cone.png" style="max-width:100%;">
<a target="_blank" href="../assets/emitters_example_uniform_cone.png">
<img width="250" src="../assets/emitters_example_uniform_cone.png" style="max-width:100%;">
</a>
</td>
<td valign="middle">
Expand All @@ -90,8 +90,8 @@ nothing #hide
```@raw html
<table><tr>
<td>
<a target="_blank" href="assets/emitters_example_hexapolar_cone.png">
<img width="250" src="assets/emitters_example_hexapolar_cone.png" style="max-width:100%;">
<a target="_blank" href="../assets/emitters_example_hexapolar_cone.png">
<img width="250" src="../assets/emitters_example_hexapolar_cone.png" style="max-width:100%;">
</a>
</td>
<td valign="middle">
Expand All @@ -113,8 +113,8 @@ nothing #hide
```@raw html
<table><tr>
<td>
<a target="_blank" href="assets/emitters_example_origin_rectgrid.png">
<img width="250" src="assets/emitters_example_origin_rectgrid.png" style="max-width:100%;">
<a target="_blank" href="../assets/emitters_example_origin_rectgrid.png">
<img width="250" src="../assets/emitters_example_origin_rectgrid.png" style="max-width:100%;">
</a>
</td>
<td valign="middle">
Expand All @@ -134,8 +134,8 @@ nothing #hide
```@raw html
<table><tr>
<td>
<a target="_blank" href="assets/emitters_example_origin_hexapolar.png">
<img width="250" src="assets/emitters_example_origin_hexapolar.png" style="max-width:100%;">
<a target="_blank" href="../assets/emitters_example_origin_hexapolar.png">
<img width="250" src="../assets/emitters_example_origin_hexapolar.png" style="max-width:100%;">
</a>
</td>
<td valign="middle">
Expand Down Expand Up @@ -163,8 +163,8 @@ nothing #hide
```@raw html
<table><tr>
<td>
<a target="_blank" href="assets/emitters_example_angular1.png">
<img width="250" src="assets/emitters_example_angular1.png" style="max-width:100%;">
<a target="_blank" href="../assets/emitters_example_angular1.png">
<img width="250" src="../assets/emitters_example_angular1.png" style="max-width:100%;">
</a>
</td>
<td valign="middle">
Expand All @@ -188,8 +188,8 @@ nothing #hide
```@raw html
<table><tr>
<td>
<a target="_blank" href="assets/emitters_example_angular2.png">
<img width="250" src="assets/emitters_example_angular2.png" style="max-width:100%;">
<a target="_blank" href="../assets/emitters_example_angular2.png">
<img width="250" src="../assets/emitters_example_angular2.png" style="max-width:100%;">
</a>
</td>
<td valign="middle">
Expand Down Expand Up @@ -243,8 +243,8 @@ nothing #hide
```@raw html
<table><tr>
<td>
<a target="_blank" href="assets/emitters_example_composite_display.png">
<img width="500" src="assets/emitters_example_composite_display.png" style="max-width:100%;">
<a target="_blank" href="../assets/emitters_example_composite_display.png">
<img width="500" src="../assets/emitters_example_composite_display.png" style="max-width:100%;">
</a>
</td>
<td valign="middle">
Expand Down

0 comments on commit d41402b

Please sign in to comment.