[doc] add util module to autodoc

This commit is contained in:
Alexander Hampel 2023-09-03 11:24:56 +02:00
parent 5dae1aa028
commit 09eaa7a378
2 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,7 @@ This is the reference manual for the python routines.
sumk_dft_tools
symmetry
trans_basis
util

View File

@ -18,6 +18,9 @@
# TRIQS. If not, see <http://www.gnu.org/licenses/>.
#
##########################################################################
"""
Helper utilities / standalone functions for the sumk class
"""
import numpy as np