diff --git a/docs/documentation/index.html b/docs/documentation/index.html index 855e3dae..712194d1 100644 --- a/docs/documentation/index.html +++ b/docs/documentation/index.html @@ -100,21 +100,21 @@
  • Code: The Code view displays all source locations of the currently selected symbol in a list of code snippets. Clicking on a different source location allows you to change the selection and dig deeper.
  • -

    Note: Sourcetrail currently supports the languages C/C++ and Java. Much of the UI design is therefore based on these languages and might change as soon as other languages are supported. For more information have a look at supported languages.

    +

    Note: Sourcetrail currently supports the languages C/C++, Java and Python. Much of the UI design is therefore based on these languages and might change as soon as other languages are supported. For more information have a look at supported languages.

    Supported Languages

    C

    -

    C support is powered by Clang 10.0.0. For issues loading C code, please have a look at Clang language compatibility or report a bug in our bug tracker.

    +

    C support is powered by Clang 11.0.0. For issues loading C code, please have a look at Clang language compatibility or report a bug in our bug tracker.

    C++

    -

    C++ support is powered by Clang 10.0.0. For more Information please visit Clang C++ Status. For issues loading C++ code, please have a look at Clang language compatibility or report a bug in our bug tracker.

    +

    C++ support is powered by Clang 11.0.0. For more Information please visit Clang C++ Status. For issues loading C++ code, please have a look at Clang language compatibility or report a bug in our bug tracker.

    Java

    -

    Sourcetrail includes support for Java 10 and lower which is powered by Eclipse JDT. If you encounter any issues while using Sourcetrail on a Java project, please let us know by providing a minimal example in our bug tracker.

    +

    Sourcetrail includes support for Java 12 and lower which is powered by Eclipse JDT. If you encounter any issues while using Sourcetrail on a Java project, please let us know by providing a minimal example in our bug tracker.

    Python

    -

    Sourcetrail includes beta support for Python 2 and Python 3 which is powered by our open-source SourcetrailPythonIndexer. If you encounter any issues while using Sourcetrail on a Python project, please let us know by providing a minimal example in our bug tracker.

    +

    Sourcetrail includes support for Python 2 and Python 3 which is powered by our open-source SourcetrailPythonIndexer. If you encounter any issues while using Sourcetrail on a Python project, please let us know by providing a minimal example in our bug tracker.