Skip to content

Commit

Permalink
[doc] add util module to autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Sep 3, 2023
1 parent 5dae1aa commit 09eaa7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ This is the reference manual for the python routines.
sumk_dft_tools
symmetry
trans_basis
util



Expand Down
3 changes: 3 additions & 0 deletions python/triqs_dft_tools/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 09eaa7a

Please sign in to comment.