Skip to content

Commit 356127d

Browse files
yasahi-hpcYuuichi Asahi
andauthored
Fix: project name for doxygenenum (#261)
* fix: project name for doxygenenum * rename project name back to KokkosFFT --------- Co-authored-by: Yuuichi Asahi <y.asahi@nr.titech.ac.jp>
1 parent 049c023 commit 356127d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def get_version(src_dir: str) -> str:
7777

7878
# -- Project information -----------------------------------------------------
7979
author = 'Yuuichi Asahi'
80-
project = 'kokkos-fft'
80+
project = 'KokkosFFT'
8181
copyright = f"2023-{datetime.now().year}, {author}"
8282

8383
version = get_version('../')

docs/finding_libraries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If CMake fails to find ``FFTW``, please try to set ``FFTWDIR`` in the following
3838
------------------------------------------
3939

4040
`oneMKL <https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html>`_
41-
--------------------------------------------------------------------------------------
41+
---------------------------------------------------------------------------------------
4242

4343
The most likely scenario to miss ``oneMKL`` is that forgetting to initialize ``oneAPI``.
4444
Please make sure to initialize ``oneAPI`` as

0 commit comments

Comments
 (0)