docs: better docs, mv doxygen to sphinx
[vpp.git] / docs / contributing / gitreview.rst
similarity index 98%
rename from docs/gettingstarted/developers/gitreview.rst
rename to docs/contributing/gitreview.rst
index 3f865c1..b2608d1 100644 (file)
@@ -32,9 +32,9 @@ Create your public and private ssh key with:
 
     $ ssh-keygen -t rsa
     $ keychain
-    $ cat ~/.ssh/id_rsa.pub 
+    $ cat ~/.ssh/id_rsa.pub
 
-Copy **all** the contents of the public key (id_rsa.pub) output by the above **cat** command. Then go to your `SSH Public keys settings page <https://gerrit.fd.io/r/#/settings/ssh-keys>`_, click **Add Key ...**, paste your public key, and finally click **Add**.  
+Copy **all** the contents of the public key (id_rsa.pub) output by the above **cat** command. Then go to your `SSH Public keys settings page <https://gerrit.fd.io/r/#/settings/ssh-keys>`_, click **Add Key ...**, paste your public key, and finally click **Add**.
 
 .. _clone-ssh:
 
@@ -184,7 +184,7 @@ master/latest, do the following:
     $ git review
 
 In the upload-failure case, use caution: carefully **save your work**
-before you do anything else! 
+before you do anything else!
 
 Rebase your patch and try again. Please **do not** re-download ["git
 review -d"] the patch from the gerrit server...: