Skip to content

Commit

Permalink
Removed token (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: Russell Goyder <[email protected]>
  • Loading branch information
russellgoyder and russellgoyder authored Dec 28, 2024
1 parent bf555b8 commit 84dbc24
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# Changelog

## v0.3.1

Fixed image links in API reference.

## v0.3

Improved test coverage.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 4 - Beta",

]
authors = [
Expand Down
10 changes: 5 additions & 5 deletions src/analemma/algebra/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def base(base_symbol: str) -> Tuple[mv.Mv]:
See also [Fixed Stars and Earth Frames](../nb/sundial_setup.md#fixed-stars-and-earth-frames)
![Earth's orientation and orbit](https://raw.githubusercontent.com/russellgoyder/sundial-latex/main/figs/MainArena.png?token=GHSAT0AAAAAAB73Q3JM6JGFDMRHPPAJKRQ2ZAWFO7Q "Earth's orientation and orbit.").
![Earth's orientation and orbit](https://raw.githubusercontent.com/russellgoyder/sundial-latex/main/figs/MainArena.png "Earth's orientation and orbit.").
Parameters:
base_symbol: Symbol to identify the basis vectors, eg supplying '$e$' gives $e_1, e_2, e_3$
Expand Down Expand Up @@ -105,7 +105,7 @@ def planet(
and applying them together as $R_\psi R_\alpha$ to the fixed $\{e_i\}$ frame from [analemma.algebra.frame.base][].
![Earth's orientation and orbit](https://raw.githubusercontent.com/russellgoyder/sundial-latex/main/figs/MainArena.png?token=GHSAT0AAAAAAB73Q3JM6JGFDMRHPPAJKRQ2ZAWFO7Q "Earth's orientation and orbit.").
![Earth's orientation and orbit](https://raw.githubusercontent.com/russellgoyder/sundial-latex/main/figs/MainArena.png "Earth's orientation and orbit.").
See also [Fixed Stars and Earth Frames](../nb/sundial_setup.md#fixed-stars-and-earth-frames)
Expand Down Expand Up @@ -136,7 +136,7 @@ def surface(latitude_symbol: sp.Symbol = theta) -> Tuple[mv.Mv]:
See also [Surface Frame](../nb/sundial_setup.md#surface-frame)
![](https://raw.githubusercontent.com/russellgoyder/sundial-latex/main/figs/SurfaceFrame.png?token=GHSAT0AAAAAAB73Q3JNXNOAJWYLCUINTVLUZAWF6JQ "Frame embedded in Earth's surface.").
![](https://raw.githubusercontent.com/russellgoyder/sundial-latex/main/figs/SurfaceFrame.png "Frame embedded in Earth's surface.").
Parameters:
latitude_symbol: $90^\circ$ minus the latitude at which the frame is embedded
Expand Down Expand Up @@ -255,7 +255,7 @@ def dial(
See also [Dial Face and Gnomon](../nb/sundial_setup.md#dial-face-and-gnomon)
![](https://raw.githubusercontent.com/russellgoyder/sundial-latex/main/figs/DialFrame.png?token=GHSAT0AAAAAAB73Q3JNJN46TIEHP3QCWWGYZAWGADA "Frame embedded in the sundial's face.").
![](https://raw.githubusercontent.com/russellgoyder/sundial-latex/main/figs/DialFrame.png "Frame embedded in the sundial's face.").
Parameters:
incl_symbol: The inclination angle of the dial face relative to the surface frame
Expand Down Expand Up @@ -328,7 +328,7 @@ def gnomon(
See also [Dial Face and Gnomon](../nb/sundial_setup.md#dial-face-and-gnomon)
![](https://raw.githubusercontent.com/russellgoyder/sundial-latex/main/figs/Gnomon.png?token=GHSAT0AAAAAAB73Q3JNHJMDP6T55SWPTQFGZAWGBNA "The gnomon.").
![](https://raw.githubusercontent.com/russellgoyder/sundial-latex/main/figs/Gnomon.png "The gnomon.").
Parameters:
base_symbol: Symbol identifing the basis on which to project the gnomon
Expand Down
2 changes: 1 addition & 1 deletion src/analemma/algebra/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def shadow_triangle_solution(
See [Solving the Shadow Triangle](../nb/shadow_length.md#solving-the-shadow-triangle)
![](https://raw.githubusercontent.com/russellgoyder/sundial-latex/main/figs/ShadowTriangle.png?token=GHSAT0AAAAAAB73Q3JNHJMDP6T55SWPTQFGZAWGBNA "The shadow triangle.").
![](https://raw.githubusercontent.com/russellgoyder/sundial-latex/main/figs/ShadowTriangle.png "The shadow triangle.").
Parameters:
latitude_symbol: $90^\circ$ minus the latitude at which the frame is embedded
Expand Down

0 comments on commit 84dbc24

Please sign in to comment.