This commit is contained in:
2026-06-14 19:09:18 +01:00
parent 14bd1a9271
commit 13fa90a0e9
3958 changed files with 999286 additions and 4 deletions
@@ -0,0 +1,8 @@
astc_image_info
===============
.. automodule:: astc_image_info
:members:
:undoc-members:
:inherited-members:
:show-inheritance:
@@ -0,0 +1,8 @@
astc_size_binary
================
.. automodule:: astc_size_binary
:members:
:undoc-members:
:inherited-members:
:show-inheritance:
@@ -0,0 +1,8 @@
astc_test_functional
====================
.. automodule:: astc_test_functional
:members:
:undoc-members:
:inherited-members:
:show-inheritance:
@@ -0,0 +1,8 @@
astc_test_image
===============
.. automodule:: astc_test_image
:members:
:undoc-members:
:inherited-members:
:show-inheritance:
@@ -0,0 +1,8 @@
astc_test_image_dl
==================
.. automodule:: astc_test_image_dl
:members:
:undoc-members:
:inherited-members:
:show-inheritance:
+56
View File
@@ -0,0 +1,56 @@
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Path setup --------------------------------------------------------------
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
import sys
sys.path.insert(0, os.path.abspath('../'))
sys.path.insert(0, os.path.abspath('../testlib'))
# -- Project information -----------------------------------------------------
project = 'astcenc'
copyright = '2020, Arm Limited'
author = 'Arm Limited'
# -- General configuration ---------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.coverage'
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = []
# -- Options for HTML output -------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'classic'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
+18
View File
@@ -0,0 +1,18 @@
Welcome to astcenc's documentation!
===================================
.. toctree::
:maxdepth: 2
:glob:
astc_*
testlib-*
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
@@ -0,0 +1,8 @@
testlib.encoder
===============
.. automodule:: testlib.encoder
:members:
:undoc-members:
:inherited-members:
:show-inheritance:
@@ -0,0 +1,8 @@
testlib.image
=============
.. automodule:: testlib.image
:members:
:undoc-members:
:inherited-members:
:show-inheritance:
@@ -0,0 +1,8 @@
testlib.misc
============
.. automodule:: testlib.misc
:members:
:undoc-members:
:inherited-members:
:show-inheritance:
@@ -0,0 +1,8 @@
testlib.resultset
=================
.. automodule:: testlib.resultset
:members:
:undoc-members:
:inherited-members:
:show-inheritance:
@@ -0,0 +1,8 @@
testlib.testset
===============
.. automodule:: testlib.testset
:members:
:undoc-members:
:inherited-members:
:show-inheritance: