From b87ca75c89e1b0f0189807747f0b02f71d366141 Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Sun, 3 Sep 2023 11:24:56 +0200 Subject: [PATCH] [doc] add util module to autodoc --- doc/documentation.rst | 1 + python/triqs_dft_tools/util.py | 3 +++ 2 files changed, 4 insertions(+) diff --git a/doc/documentation.rst b/doc/documentation.rst index ccaea38d..3272b6f2 100644 --- a/doc/documentation.rst +++ b/doc/documentation.rst @@ -71,6 +71,7 @@ This is the reference manual for the python routines. sumk_dft_tools symmetry trans_basis + util diff --git a/python/triqs_dft_tools/util.py b/python/triqs_dft_tools/util.py index 59fc7cd7..701cd31f 100644 --- a/python/triqs_dft_tools/util.py +++ b/python/triqs_dft_tools/util.py @@ -18,6 +18,9 @@ # TRIQS. If not, see . # ########################################################################## +""" +Helper utilities / standalone functions for the sumk class +""" import numpy as np