Skip to content

Commit fd9029d

Browse files
authored
.
1 parent de7691e commit fd9029d

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

docs/Developers/Tips/index.rst

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
**Checkout to a Specific Version**
2-
------------------------------------------
1+
.. rubric:: Checkout to a Specific Version
32

43
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.
54

@@ -13,8 +12,7 @@ Here is a step-by-step guide on how to accomplish this:
1312
git checkout `git rev-list -n 1 --first-parent --before="2020-09-27 08:57:42" devel`
1413
1514
16-
**Integrating with Visual Studio Code**
17-
--------------------------------------------
15+
.. rubric:: Integrating with Visual Studio Code
1816
1917
The CMake based installation script can be tightly integrated with any modern IDE. This section shows the procedure for Visual Studio Code (VSCode).
2018
@@ -52,8 +50,7 @@ In visual studio code
5250
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.
5351
5452
55-
**Parallel Programming**
56-
----------------------
53+
.. rubric:: Parallel Programming
5754
5855
Introduction
5956
^^^^^^^^^^^^^^^^^^^^^
@@ -302,8 +299,7 @@ A complete example using the MPI tools is available  Here .
302299
303300
304301
305-
**Google C++ Testing Framework**
306-
-------------------------------------------------------------------
302+
.. rubric:: Google C++ Testing Framework
307303
308304
Summary
309305
^^^^^^^^^^^^^^^^^
@@ -550,8 +546,7 @@ You may update the gold standard of the tests at the server by doing:
550546
</pre>
551547
552548
553-
** Python Binding **
554-
--------------------
549+
.. rubric:: Python Binding
555550
556551
`Text borrowed from here <http://www.tutorialspoint.com/python/python_further_extensions.htm>`_
557552

0 commit comments

Comments
 (0)