mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +02:00
docs: project title changed
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
[](https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.2.0)
|
||||
|
||||
|
||||
# `mp-units` - A Quantities and Units library for C++
|
||||
# `mp-units` - The quantities and units library for C++
|
||||
|
||||
**The mp-units library might be the subject of ISO standardization for C++29. More on this can
|
||||
be found in the following ISO C++ proposals:**
|
||||
|
@@ -36,7 +36,7 @@ required_conan_version = ">=2.0.0"
|
||||
class MPUnitsConan(ConanFile):
|
||||
name = "mp-units"
|
||||
homepage = "https://github.com/mpusz/mp-units"
|
||||
description = "A Quantities and Units library for C++"
|
||||
description = "The quantities and units library for C++"
|
||||
topics = (
|
||||
"units",
|
||||
"dimensions",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# Project information
|
||||
site_name: "The mp-units library"
|
||||
site_description: "A Physical Quantities and Units library for C++"
|
||||
site_name: "mp-units"
|
||||
site_description: "The quantities and units library for C++"
|
||||
site_url: https://mpusz.github.io/mp-units
|
||||
site_author: "mp-units Team"
|
||||
|
||||
|
Reference in New Issue
Block a user