From 087707bed9caf7558c83de892ea27ff2f4a55d22 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 3 Jan 2024 17:54:57 +0100 Subject: [PATCH] docs: project title changed --- README.md | 2 +- conanfile.py | 2 +- mkdocs.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2bc55115..50760534 100644 --- a/README.md +++ b/README.md @@ -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:** diff --git a/conanfile.py b/conanfile.py index 1fd11af6..ff27e6cc 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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", diff --git a/mkdocs.yml b/mkdocs.yml index f2610f2a..ef113954 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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"