Closed Gouderg closed 1 month ago
That's a fair assessment. I wasn't sure how useful that was, and given it was removed in the pull request that otherwise looked fine, I went with it.
Would you be willing to open a pull request to add it back in?
I have an error with 75be20267418600965c5d933c33e51bb736293ad which is linked with singularity
/gpfs/users/bonaime/git/docs/source/tutorials.rst:311: ERROR: Error in "code" directive:
maximum 1 argument(s) allowed, 5 supplied.
.. code:: bash
singularity pull --disable-cache docker://opendronemap/odm:latest
/gpfs/users/bonaime/git/docs/source/tutorials.rst:316: ERROR: Error in "code" directive:
maximum 1 argument(s) allowed, 5 supplied.
.. code:: bash
singularity pull --disable-cache docker://opendronemap/odm:gpu
@Gouderg @smathermather Can you start 'make livehtml' without error with 75be20267418600965c5d933c33e51bb736293ad ?
If I restart 'make livehtm', I don't have the error !
I was working with singularity documentation and this commit remove some useful code example.