mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 20:54:28 +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)
|
[](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
|
**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:**
|
be found in the following ISO C++ proposals:**
|
||||||
|
@@ -36,7 +36,7 @@ required_conan_version = ">=2.0.0"
|
|||||||
class MPUnitsConan(ConanFile):
|
class MPUnitsConan(ConanFile):
|
||||||
name = "mp-units"
|
name = "mp-units"
|
||||||
homepage = "https://github.com/mpusz/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 = (
|
topics = (
|
||||||
"units",
|
"units",
|
||||||
"dimensions",
|
"dimensions",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# Project information
|
# Project information
|
||||||
site_name: "The mp-units library"
|
site_name: "mp-units"
|
||||||
site_description: "A Physical Quantities and Units library for C++"
|
site_description: "The quantities and units library for C++"
|
||||||
site_url: https://mpusz.github.io/mp-units
|
site_url: https://mpusz.github.io/mp-units
|
||||||
site_author: "mp-units Team"
|
site_author: "mp-units Team"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user