Skip to content
Snippets Groups Projects
Commit 31502020 authored by Tobias Schmidt's avatar Tobias Schmidt
Browse files

make sphinx happy

parent 58b34cb4
Branches
Tags
No related merge requests found
......@@ -272,12 +272,12 @@ Saving Density Maps
For a list of file formats supported by :func:`SaveImage`, see :doc:`image_formats`.
.. code-block:: python
.. code-block:: python
# load density map
image=io.LoadImage('density_map.ccp4')
# save density map
io.SaveImage(image, 'new_map.map', CCP4())
# load density map
image=io.LoadImage('density_map.ccp4')
# save density map
io.SaveImage(image, 'new_map.map', CCP4())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment