Skip to content

Commit de7691e

Browse files
authored
.
1 parent 2381904 commit de7691e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/Developers/Tips/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Checkout to a Specific Version
1+
**Checkout to a Specific Version**
22
------------------------------------------
33

44
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.
@@ -13,7 +13,7 @@ Here is a step-by-step guide on how to accomplish this:
1313
git checkout `git rev-list -n 1 --first-parent --before="2020-09-27 08:57:42" devel`
1414
1515
16-
Integrating with Visual Studio Code
16+
**Integrating with Visual Studio Code**
1717
--------------------------------------------
1818
1919
The CMake based installation script can be tightly integrated with any modern IDE. This section shows the procedure for Visual Studio Code (VSCode).
@@ -52,7 +52,7 @@ In visual studio code
5252
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.
5353
5454
55-
Parallel Programming
55+
**Parallel Programming**
5656
----------------------
5757
5858
Introduction
@@ -302,7 +302,7 @@ A complete example using the MPI tools is available  Here .
302302
303303
304304
305-
Google C++ Testing Framework
305+
**Google C++ Testing Framework**
306306
-------------------------------------------------------------------
307307
308308
Summary
@@ -550,7 +550,7 @@ You may update the gold standard of the tests at the server by doing:
550550
</pre>
551551
552552
553-
Python Binding
553+
** Python Binding **
554554
--------------------
555555
556556
`Text borrowed from here <http://www.tutorialspoint.com/python/python_further_extensions.htm>`_

0 commit comments

Comments
 (0)