Editing the Wiki - AD-EYE/AD-EYE_Core GitHub Wiki

Formatting

Refer to these pages for information about formatting:

Do not hesitate to look how the pages of the wiki were mades.

Adding picture to the wiki

The wiki is a repository and can be cloned using git clone https://gits-15.sys.kth.se/AD-EYE/AD-EYE_Core.wiki.git.

The wiki could not be cloned inside the main repository!

Once cloned, a folder should be created inside AD-EYE_Core.wiki/Images with the same name as the page the pictures will be added to (check the name of the page in the address bar when on the page the picture will be added. For example, https://gits-15.sys.kth.se/AD-EYE/AD-EYE_Core/wiki/Autonomous-Driving-Intelligence-(ADI) leads to the folder Autonomous-Driving-Intelligence-(ADI))

Add your pictures in that folder, add the changes on git, commit and push.The link to the pictures can now be added in the page. Using html allows to set the size of the picture with the following code:

<p align="center">
<img src="Images/Change-Starting-Position-and-Goal/PreScan_changePosition.png" width="500">
</p>