Skip to content

Commit b5d57d8

Browse files
Merge pull request #246 from courtois-neuromod/doc_fix_latest
Recommended fix for the documentation
2 parents 6098c39 + 15d05db commit b5d57d8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/Contribution.rst

+4
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,10 @@ Copy the ``.dropboxignore`` file to work for Maestral:
322322
Do not create a symbolic link else the ``.mignore`` file will not be
323323
synchronized across devices.
324324

325+
.. note::
326+
Please be aware that on busy computer clusters, initiating the Maestral
327+
might take a few trials.
328+
325329
Freezing the repositories for publication
326330
-----------------------------------------
327331

docs/Execution_On_an_Ubuntu_machine.rst

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ On an Ubuntu machine
1919

2020
Make sure to remove the above flags if you are not using a GPU.
2121

22+
.. note::
23+
By default, the Podman containers are either built with the local timezone
24+
or to the UTC. To change the timezone of the container, add ``--tz=local``
25+
flag to the execution command above.
26+
2227
Run a python script
2328
-------------------
2429

@@ -28,6 +33,7 @@ Run a python script
2833
Run ``cd ${CNEUROMAX_PATH}/cneuromax`` before the following command to get
2934
tab completion for the ``task`` argument.
3035

36+
3137
.. code-block:: bash
3238
3339
# Example of a simple MNIST training run

0 commit comments

Comments
 (0)