You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Developers/Tips/index.rst
+5-10Lines changed: 5 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
-
**Checkout to a Specific Version**
2
-
------------------------------------------
1
+
.. rubric:: Checkout to a Specific Version
3
2
4
3
If you need to revert to a specific version of Xmipp or its associated repositories based on a particular date, you can achieve this using Git. This is useful, for example, when you encounter a new bug that was not present in an earlier version or when you have a long-lived branch in Xmipp that needs to be synchronized with a specific historical state.
5
4
@@ -13,8 +12,7 @@ Here is a step-by-step guide on how to accomplish this:
The CMake based installation script can be tightly integrated with any modern IDE. This section shows the procedure for Visual Studio Code (VSCode).
20
18
@@ -52,8 +50,7 @@ In visual studio code
52
50
Once VS Code is set up, the Xmipp installation process can be launched though the newly pinned "Install" command. In addition, individual files or sub-projects may be compiled for quick assessment of code.
53
51
54
52
55
-
**Parallel Programming**
56
-
----------------------
53
+
.. rubric:: Parallel Programming
57
54
58
55
Introduction
59
56
^^^^^^^^^^^^^^^^^^^^^
@@ -302,8 +299,7 @@ A complete example using the MPI tools is available Here .
0 commit comments