docs: project title changed

This commit is contained in:
Mateusz Pusz
2024-01-03 17:54:57 +01:00
parent 21a25013ad
commit 087707bed9
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
[![Conan testing](https://img.shields.io/badge/mpusz.jfrog.io-2.2.0%3Atesting-blue)](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:**

View File

@@ -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",

View File

@@ -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"