Skip to content
Snippets Groups Projects
Commit e6bf0ef2 authored by Viktor Vorobev's avatar Viktor Vorobev Committed by Ugo Albanese
Browse files

Merged in NRRPLT-8596-documentation-urls (pull request #328)

[NRRPLT-8596] Update documentation links

Approved-by: Ugo Albanese
Approved-by: Vahid Zolfaghari
parent f4a036f7
Branches
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@
activity of brain) and publish on these topics or call
<a target="_blank" href="http://wiki.ros.org/Services"><b>ROS Services</b></a>. Get started with our
<a target="_blank"
href="${documentationUrlList.platformDocumentationURL}/nrp/tutorials/experiment/state_machines.html"><b>tutorial</b></a>.
href="${documentationUrlList.backendDocumentationURL}/tutorials/state_machines.html"><b>tutorial</b></a>.
</p>`,
doNotShowAgainWhenMarkedAsRead: false,
keepHiddenPropertyOnReset: true
......@@ -185,7 +185,7 @@
<b>SpiNNaker</b>
</a>
API for loading a network in the simulation. Browse our
<a target="_blank" href="${documentationUrlList.platformDocumentationURL}/nrp/user_manual/simulation_setup/hard_reset.html">
<a target="_blank" href="${documentationUrlList.platformDocumentationURL}/user_manual/simulation_setup/hard_reset.html">
<b>User Manual</b>
</a> to see how a neural network can be changed at run time.
......@@ -202,7 +202,7 @@
the
sensor
data from the robot should be translated back to spikes. Get started with our
<a target="_blank" href="${documentationUrlList.platformDocumentationURL}/nrp/tutorials/transfer_function/index.html">
<a target="_blank" href="${documentationUrlList.cleDocumentationURL}/tutorials/index.html">
<b>tutorial</b>
</a>.
......
......@@ -26,7 +26,10 @@
angular
.module('exdFrontendApp.Constants')
.constant('HELP_BASE_URL', 'https://developer.humanbrainproject.eu/docs');
.constant(
'HELP_BASE_URL',
'https://neurorobotics.net/Documentation/3.2.x/latest'
);
angular.module('exdFrontendApp').factory('documentationURLs', [
'HELP_BASE_URL',
......@@ -34,10 +37,10 @@
return {
getDocumentationURLs: function() {
return {
cleDocumentationURL: HELP_BASE_URL + '/hbp-nrp-cle/latest/',
backendDocumentationURL: HELP_BASE_URL + '/hbp_nrp_backend/latest/',
platformDocumentationURL:
HELP_BASE_URL + '/HBP Neurorobotics Platform/latest/'
cleDocumentationURL: HELP_BASE_URL + '/nrp/modules/CLE/hbp_nrp_cle',
backendDocumentationURL:
HELP_BASE_URL + '/nrp/modules/ExDBackend/hbp_nrp_backend',
platformDocumentationURL: HELP_BASE_URL + '/nrp'
};
}
};
......
......@@ -158,8 +158,8 @@
},
"repository": {
"type": "git",
"url": "ssh://bbpcode.epfl.ch/neurorobotics/ExDFrontend",
"doc_url": "https://developer.humanbrainproject.eu/docs/projects/HBP%20Neurorobotics%20Platform/1.2/index.html",
"url": "https://bitbucket.org/hbpneurorobotics/exdfrontend/src/development/",
"doc_url": "https://neurorobotics.net/Documentation/3.2.x/latest/index.html",
"issuesurl": "https://bitbucket.org/hbpneurorobotics/neurorobotics-platform/issues?status=new&status=open"
},
"files": [
......
......@@ -13,11 +13,11 @@ describe('Services: documentation-urls', function() {
var docUrls = documentationURLs.getDocumentationURLs();
expect(docUrls).toEqual({
cleDocumentationURL:
'https://developer.humanbrainproject.eu/docs/hbp-nrp-cle/latest/',
'https://neurorobotics.net/Documentation/3.2.x/latest/nrp/modules/CLE/hbp_nrp_cle',
backendDocumentationURL:
'https://developer.humanbrainproject.eu/docs/hbp_nrp_backend/latest/',
'https://neurorobotics.net/Documentation/3.2.x/latest/nrp/modules/ExDBackend/hbp_nrp_backend',
platformDocumentationURL:
'https://developer.humanbrainproject.eu/docs/HBP Neurorobotics Platform/latest/'
'https://neurorobotics.net/Documentation/3.2.x/latest/nrp'
});
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment