Skip to content

Commit

Permalink
DOC: reference psweep in batch docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elcorto committed Jul 30, 2024
1 parent ed39016 commit 6e1e20f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/written/background/param_study.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Parameter studies
=================

.. note::
For a modern version of the tools in :mod:`~pwtools.batch` with more
features, see https://github.com/elcorto/psweep.

:mod:`~pwtools.batch` has tools for setting up parameter studies: automatic
input generation, database tools (see also :mod:`~pwtools.sql`), ...

Expand Down
2 changes: 2 additions & 0 deletions src/pwtools/batch.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Tools for parameter studies. See :ref:`param_study`."""

import os
import copy
import shutil
Expand Down

0 comments on commit 6e1e20f

Please sign in to comment.