From f7eb202ff7760eab1ce587add2635283cf7b74e4 Mon Sep 17 00:00:00 2001 From: Lorraine Hwang Date: Tue, 13 Feb 2024 20:24:11 -0800 Subject: [PATCH] Update index.md Updates the usage of World Builder and a few typos. --- doc/sphinx/user_manual/installation/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/user_manual/installation/index.md b/doc/sphinx/user_manual/installation/index.md index 2cca432ef..ea196d228 100644 --- a/doc/sphinx/user_manual/installation/index.md +++ b/doc/sphinx/user_manual/installation/index.md @@ -2,9 +2,9 @@ Installation ============ -The world builder currently officially supports Linux, OSX, and Windows operating systems. +The World Builder currently officially supports Linux, OSX, and Windows operating systems. Each change to the library is tested against these platforms. -The only requirements are a c++ compiler (tested both with GCC and clang) with at minimum c++14 installed together with CMake (). +The only requirements are a C++ compiler (tested both with GCC and clang) with at minimum C++14 installed together with CMake (). {ref}`part:user_manual:chap:installation:sec:included` will go in depth about what is in the Geodynamic World Builder package when it is downloaded and installed completely. If you want to skip this explanation, go directly to {ref}`part:user_manual:chap:installation:sec:installing_prerequisites`.