From ec1b1df2343a3336c44c66a52b9c01a27a3508bf Mon Sep 17 00:00:00 2001 From: SimonRohou Date: Thu, 21 Apr 2022 14:55:43 +0200 Subject: [PATCH] [doc] updated install supported platforms --- doc/doc/install/01-installation-python.rst | 12 +++++------- doc/doc/install/01-installation.rst | 18 ++++++++---------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/doc/doc/install/01-installation-python.rst b/doc/doc/install/01-installation-python.rst index b5c71e74..f37f53ab 100644 --- a/doc/doc/install/01-installation-python.rst +++ b/doc/doc/install/01-installation-python.rst @@ -37,17 +37,15 @@ The :gbg:`✓` configurations are officially supported at the moment: +---------------+----------------+-----------------+-----------------+----------------+----------------+ |Language |Linux 64 bits |Windows (x86) |Windows (x64) |macOS |Online | +===============+================+=================+=================+================+================+ -|Python 3.4 | |:gbg:`✓` |:gbg:`✓` |-- ||online-py|_ | +|Python 3.6 |:gbg:`✓` |:gbg:`✓` |:gbg:`✓` |-- ||online-py|_ | +---------------+----------------+-----------------+-----------------+----------------+ + -|Python 3.5 |:gbg:`✓` |:gbg:`✓` |:gbg:`✓` |-- | | +|Python 3.7 |:gbg:`✓` |:gbg:`✓` |:gbg:`✓` |-- | | +---------------+----------------+-----------------+-----------------+----------------+ + -|Python 3.6 |:gbg:`✓` |:gbg:`✓` |:gbg:`✓` |-- | | +|Python 3.8 |:gbg:`✓` |:gbg:`✓` |:gbg:`✓` |-- | | +---------------+----------------+-----------------+-----------------+----------------+ + -|Python 3.7 |:gbg:`✓` | |:gbg:`✓` |-- | | +|Python 3.9 |:gbg:`✓` |:gbg:`✓` |:gbg:`✓` |-- | | +---------------+----------------+-----------------+-----------------+----------------+ + -|Python 3.8 |:gbg:`✓` | |:gbg:`✓` |-- | | -+---------------+----------------+-----------------+-----------------+----------------+ + -|Python 3.9 |:gbg:`✓` | |:gbg:`✓` |-- | | +|Python 3.10 |:gbg:`✓` |:gbg:`✓` |:gbg:`✓` |-- | | +---------------+----------------+-----------------+-----------------+----------------+----------------+ If your configuration is missing in this table, please `contact us `_. We may be able to make it available for Codac. diff --git a/doc/doc/install/01-installation.rst b/doc/doc/install/01-installation.rst index 635498e6..d851d714 100644 --- a/doc/doc/install/01-installation.rst +++ b/doc/doc/install/01-installation.rst @@ -4,7 +4,7 @@ Installing the Codac library ############################ -Codac is available in both C++ and Python3. +Codac is available in both C++17 and Python3. It is fully supported on Linux systems (both languages). Codac has been recently made available on Windows too (both languages). We are working on its availability for macOS. Any help is more than welcome. @@ -30,7 +30,7 @@ Note that you can also :ref:`use Codac online in Python ` .. |online-py| replace:: :gbg:`✓` (Repl.it) .. _online-py: 02-py-project-online.html -.. |win-cpp| replace:: in progress (#21) +.. |win-cpp| replace:: In progress (#21) .. _win-cpp: https://github.com/codac-team/codac/issues/21 The :gbg:`✓` configurations are officially supported at the moment: @@ -38,19 +38,17 @@ The :gbg:`✓` configurations are officially supported at the moment: +---------------+----------------+-----------------+-----------------+----------------+----------------+ |Language |Linux 64 bits |Windows (x86) |Windows (x64) |macOS |Online | +===============+================+=================+=================+================+================+ -|C++11 ||linux-cpp|_ ||win-cpp|_ |-- |soon available ?| +|C++17 ||linux-cpp|_ ||win-cpp|_ |-- |soon available ?| +---------------+----------------+-----------------+-----------------+----------------+----------------+ -|Python 3.4 | ||win-py|_ ||win-py|_ |-- ||online-py|_ | +|Python 3.6 ||linux-py|_ ||win-py|_ ||win-py|_ |-- ||online-py|_ | +---------------+----------------+-----------------+-----------------+----------------+ + -|Python 3.5 ||linux-py|_ ||win-py|_ ||win-py|_ |-- | | +|Python 3.7 ||linux-py|_ ||win-py|_ ||win-py|_ |-- | | +---------------+----------------+-----------------+-----------------+----------------+ + -|Python 3.6 ||linux-py|_ ||win-py|_ ||win-py|_ |-- | | +|Python 3.8 ||linux-py|_ ||win-py|_ ||win-py|_ |-- | | +---------------+----------------+-----------------+-----------------+----------------+ + -|Python 3.7 ||linux-py|_ | ||win-py|_ |-- | | +|Python 3.9 ||linux-py|_ ||win-py|_ ||win-py|_ |-- | | +---------------+----------------+-----------------+-----------------+----------------+ + -|Python 3.8 ||linux-py|_ | ||win-py|_ |-- | | -+---------------+----------------+-----------------+-----------------+----------------+ + -|Python 3.9 ||linux-py|_ | ||win-py|_ |-- | | +|Python 3.10 ||linux-py|_ ||win-py|_ ||win-py|_ |-- | | +---------------+----------------+-----------------+-----------------+----------------+----------------+ | **Click on the links in the table to access the related installation procedures.**