Skip to content

Commit 1dece77

Browse files
committed
Replace RAWtoACES with rawtoaces in documentation
Signed-off-by: pmady <[email protected]>
1 parent 1a5e126 commit 1dece77

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

docs/api/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
API Reference
22
=============
33

4-
This section contains the API documentation for the RAWtoACES C++ libraries,
4+
This section contains the API documentation for the rawtoaces C++ libraries,
55
automatically generated from the source code using Doxygen and Breathe.
66

77
.. toctree::
@@ -14,7 +14,7 @@ automatically generated from the source code using Doxygen and Breathe.
1414
Namespaces
1515
----------
1616

17-
RAWtoACES organizes its code into the following namespaces:
17+
rawtoaces organizes its code into the following namespaces:
1818

1919
``rta::util``
2020
The utility library containing the high-level :cpp:class:`ImageConverter` class

docs/api/rawtoaces_core.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
RAWtoACES Core
1+
rawtoaces Core
22
==============
33

44
The core library provides low-level functionality for spectral calculations,

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# -- Project information -----------------------------------------------------
1010
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1111

12-
project = 'RAWtoACES'
12+
project = 'rawtoaces'
1313
copyright = '2024, Contributors to the rawtoaces Project'
1414
author = 'Contributors to the rawtoaces Project'
1515

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Contributing
22
============
33

4-
We welcome contributions to RAWtoACES! This page provides guidelines for contributing
4+
We welcome contributions to rawtoaces! This page provides guidelines for contributing
55
to the project.
66

77
For detailed contribution guidelines, please see the

docs/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installation
77
From Source
88
^^^^^^^^^^^
99

10-
RAWtoACES requires the following dependencies:
10+
rawtoaces requires the following dependencies:
1111

1212
- CMake 3.12 or later
1313
- C++17 compatible compiler
@@ -30,7 +30,7 @@ Build steps:
3030
Environment Setup
3131
-----------------
3232

33-
RAWtoACES needs access to camera spectral sensitivity data and other reference data.
33+
rawtoaces needs access to camera spectral sensitivity data and other reference data.
3434
The data is automatically fetched during the build process and installed to
3535
``<CMAKE_INSTALL_PREFIX>/share/rawtoaces/data`` on macOS and Linux.
3636

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
RAWtoACES Documentation
1+
rawtoaces Documentation
22
=======================
33

4-
RAWtoACES is a tool for converting RAW camera images to ACES (Academy Color Encoding System) format.
4+
rawtoaces is a tool for converting RAW camera images to ACES (Academy Color Encoding System) format.
55
It provides both a command-line utility and a C++ library for integration into other applications.
66

77
.. toctree::

0 commit comments

Comments
 (0)