From 1ed0dd1a1ddf4e494fe5f71060ac0808205c4de8 Mon Sep 17 00:00:00 2001 From: Lixing Li Date: Tue, 7 Jan 2025 08:31:33 +1030 Subject: [PATCH] fixed URL issues --- README.md | 6 +++--- docs/src/species.md | 2 +- docs/src/units.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c3a35b5..d9b59b2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # AtomicAndPhysicalConstants.jl -`AtomicAndPhysicalConstants.jl` provides a quick way to access information about different species and physical constants. +`AtomicAndPhysicalConstants.jl` provides a quick way to access information about different species and physical constants optimized for faster compile time and simulations. It is designed to provide atomic and physical constants including things like the speed of light, subatomic particle properties, atomic isotope properties, etc. @@ -33,7 +33,7 @@ julia> C_LIGHT 2.99792458e8 ``` -Users have the options for choosing the type and unit of the constants, see [this page](units.md) +Users have the options for choosing the type and unit of the constants, see [this page](https://bmad-sim.github.io/AtomicAndPhysicalConstants.jl/dev/units/) ### Defining Species @@ -53,4 +53,4 @@ julia> hydrogen.spin 1.0 h_bar ``` -See more about `Species()` constructors and getter functions [here](species.md) \ No newline at end of file +See more about `Species()` constructors and getter functions [here](https://bmad-sim.github.io/AtomicAndPhysicalConstants.jl/dev/species/) \ No newline at end of file diff --git a/docs/src/species.md b/docs/src/species.md index 2be2b72..99b021a 100644 --- a/docs/src/species.md +++ b/docs/src/species.md @@ -53,7 +53,7 @@ Example: julia> Species("anti-proton") ``` -See the list of all available subatomic species [here](#list-of-available-subatomic-species) +See the list of all available subatomic species at the end of this page. ### Constructing Atomic Species diff --git a/docs/src/units.md b/docs/src/units.md index e3c9b56..7c69f84 100644 --- a/docs/src/units.md +++ b/docs/src/units.md @@ -9,7 +9,7 @@ The user have the freedom to choose the unit they want for `mass`, `length`, `ti The users have the freedom to choose the version of CODATA they prefer. -The users have the freedom to choose whether they want the constants to be of type `Float64` or Unitful types, which makes unit calculations easier. See more about `Unitful` [here](#unitful). +The users have the freedom to choose whether they want the constants to be of type `Float64` or Unitful types, which makes unit calculations easier. ### Syntax