Skip to content

Commit

Permalink
Migrate aurora-tech to aurora-opensource (#44)
Browse files Browse the repository at this point in the history
Now that the repository has been moved to its final home, many of the
URLs are out of date.  Most of these are in the unit definition files.

Among the rest, the most interesting is in the installation doc.  We
needed to be sharp.  There was some ASCII art to realign.  More
seriously, the SHA256 sum for the release tarball changed after we moved
the repository, so I updated it to make sure the instructions were fully
up to date.
  • Loading branch information
chiphogg authored Dec 20, 2022
1 parent 664cf7e commit 5b3cd1e
Show file tree
Hide file tree
Showing 43 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion au/units/amperes.hh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct AmperesLabel {
static constexpr const char label[] = "A";
Expand Down
2 changes: 1 addition & 1 deletion au/units/bars.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct BarsLabel {
static constexpr const char label[] = "bar";
Expand Down
2 changes: 1 addition & 1 deletion au/units/bits.hh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct BitsLabel {
static constexpr const char label[] = "b";
Expand Down
2 changes: 1 addition & 1 deletion au/units/bytes.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct BytesLabel {
static constexpr const char label[] = "B";
Expand Down
2 changes: 1 addition & 1 deletion au/units/candelas.hh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct CandelasLabel {
static constexpr const char label[] = "cd";
Expand Down
2 changes: 1 addition & 1 deletion au/units/celsius.hh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct CelsiusLabel {
static constexpr const char label[] = "degC";
Expand Down
2 changes: 1 addition & 1 deletion au/units/coulombs.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct CoulombsLabel {
static constexpr const char label[] = "C";
Expand Down
2 changes: 1 addition & 1 deletion au/units/days.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct DaysLabel {
static constexpr const char label[] = "d";
Expand Down
2 changes: 1 addition & 1 deletion au/units/degrees.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct DegreesLabel {
static constexpr const char label[] = "deg";
Expand Down
2 changes: 1 addition & 1 deletion au/units/fahrenheit.hh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct FahrenheitLabel {
static constexpr const char label[] = "F";
Expand Down
2 changes: 1 addition & 1 deletion au/units/feet.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct FeetLabel {
static constexpr const char label[] = "ft";
Expand Down
2 changes: 1 addition & 1 deletion au/units/grams.hh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct GramsLabel {
static constexpr const char label[] = "g";
Expand Down
2 changes: 1 addition & 1 deletion au/units/hertz.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct HertzLabel {
static constexpr const char label[] = "Hz";
Expand Down
2 changes: 1 addition & 1 deletion au/units/hours.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct HoursLabel {
static constexpr const char label[] = "h";
Expand Down
2 changes: 1 addition & 1 deletion au/units/inches.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct InchesLabel {
static constexpr const char label[] = "in";
Expand Down
2 changes: 1 addition & 1 deletion au/units/joules.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct JoulesLabel {
static constexpr const char label[] = "J";
Expand Down
2 changes: 1 addition & 1 deletion au/units/katals.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct KatalsLabel {
static constexpr const char label[] = "kat";
Expand Down
2 changes: 1 addition & 1 deletion au/units/kelvins.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct KelvinsLabel {
static constexpr const char label[] = "K";
Expand Down
2 changes: 1 addition & 1 deletion au/units/liters.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct LitersLabel {
static constexpr const char label[] = "L";
Expand Down
2 changes: 1 addition & 1 deletion au/units/lumens.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct LumensLabel {
static constexpr const char label[] = "lm";
Expand Down
2 changes: 1 addition & 1 deletion au/units/meters.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct MetersLabel {
static constexpr const char label[] = "m";
Expand Down
2 changes: 1 addition & 1 deletion au/units/miles.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct MilesLabel {
static constexpr const char label[] = "mi";
Expand Down
2 changes: 1 addition & 1 deletion au/units/minutes.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct MinutesLabel {
static constexpr const char label[] = "min";
Expand Down
2 changes: 1 addition & 1 deletion au/units/moles.hh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct MolesLabel {
static constexpr const char label[] = "mol";
Expand Down
2 changes: 1 addition & 1 deletion au/units/newtons.hh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct NewtonsLabel {
static constexpr const char label[] = "N";
Expand Down
2 changes: 1 addition & 1 deletion au/units/ohms.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct OhmsLabel {
static constexpr const char label[] = "ohm";
Expand Down
2 changes: 1 addition & 1 deletion au/units/pascals.hh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct PascalsLabel {
static constexpr const char label[] = "Pa";
Expand Down
2 changes: 1 addition & 1 deletion au/units/percent.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct PercentLabel {
static constexpr const char label[] = "%";
Expand Down
2 changes: 1 addition & 1 deletion au/units/pounds_force.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct PoundsForceLabel {
static constexpr const char label[] = "lbf";
Expand Down
2 changes: 1 addition & 1 deletion au/units/pounds_mass.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct PoundsMassLabel {
static constexpr const char label[] = "lb";
Expand Down
2 changes: 1 addition & 1 deletion au/units/radians.hh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct RadiansLabel {
static constexpr const char label[] = "rad";
Expand Down
2 changes: 1 addition & 1 deletion au/units/revolutions.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct RevolutionsLabel {
static constexpr const char label[] = "rev";
Expand Down
2 changes: 1 addition & 1 deletion au/units/seconds.hh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct SecondsLabel {
static constexpr const char label[] = "s";
Expand Down
2 changes: 1 addition & 1 deletion au/units/slugs.hh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct SlugsLabel {
static constexpr const char label[] = "slug";
Expand Down
2 changes: 1 addition & 1 deletion au/units/standard_gravity.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct StandardGravityLabel {
static constexpr const char label[] = "g_0";
Expand Down
2 changes: 1 addition & 1 deletion au/units/steradians.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct SteradiansLabel {
static constexpr const char label[] = "sr";
Expand Down
2 changes: 1 addition & 1 deletion au/units/unos.hh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct UnosLabel {
static constexpr const char label[] = "U";
Expand Down
2 changes: 1 addition & 1 deletion au/units/volts.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct VoltsLabel {
static constexpr const char label[] = "V";
Expand Down
2 changes: 1 addition & 1 deletion au/units/watts.hh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct WattsLabel {
static constexpr const char label[] = "W";
Expand Down
2 changes: 1 addition & 1 deletion au/units/yards.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace au {

// DO NOT follow this pattern to define your own units. This is for library-defined units.
// Instead, follow instructions at (https://aurora-tech.github.io/au/howto/new-units).
// Instead, follow instructions at (https://aurora-opensource.github.io/au/howto/new-units).
template <typename T>
struct YardsLabel {
static constexpr const char label[] = "yd";
Expand Down
4 changes: 2 additions & 2 deletions docs/howto/new-units.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This page explains how to define new units that aren't included in the library.

!!! tip
If it's a common unit---one which _should_ be in the library, but _isn't_---go ahead and
[file an issue](https://github.com/aurora-tech/au/issues)! We should be able to turn it around
pretty quickly (either adding it to the library, or explaining why we won't).
[file an issue](https://github.com/aurora-opensource/au/issues)! We should be able to turn it
around pretty quickly (either adding it to the library, or explaining why we won't).

## Definition features

Expand Down
Loading

0 comments on commit 5b3cd1e

Please sign in to comment.