Skip to content

Commit

Permalink
[doc] updated install supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRohou committed Apr 21, 2022
1 parent 4138c74 commit ec1b1df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
12 changes: 5 additions & 7 deletions doc/doc/install/01-installation-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/codac-team/codac/issues>`_. We may be able to make it available for Codac.
Expand Down
18 changes: 8 additions & 10 deletions doc/doc/install/01-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -30,27 +30,25 @@ Note that you can also :ref:`use Codac online in Python <sec-py-project-online>`
.. |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:

+---------------+----------------+-----------------+-----------------+----------------+----------------+
|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.**
Expand Down

0 comments on commit ec1b1df

Please sign in to comment.