Skip to content

Commit

Permalink
Update docs/how_to_guides.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Will Barnes <will.t.barnes@gmail.com>
  • Loading branch information
jwreep and wtbarnes authored Oct 2, 2024
1 parent 5e5f515 commit 7ff68ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/how_to_guides.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ rebuilt by running the following code in python:
.. code-block:: pycon
>>> import fiasco
>>> fiasco.util.build_hdf5_dbase(fiasco.defaults['ascii_dbase_root'], fiasco.defaults['hdf5_dbase_root'], overwrite=True) # doctest: +SKIP
>>> fiasco.util.build_hdf5_dbase(fiasco.defaults['ascii_dbase_root'],
fiasco.defaults['hdf5_dbase_root'],
overwrite=True) # doctest: +SKIP
which will overwrite the old HDF5 file (if any) with a new version. The arguments of the function can alternatively point to your preferred location(s),
rather than just using the default values.
Expand Down

0 comments on commit 7ff68ad

Please sign in to comment.