How to edit the docs
** Deze beschrijving is alleen bedoeld om de Engelstalige versie van de wiki te verbeteren. Wijzigingen moeten altijd eerst in de Engelse versie worden gedaan omdat dit de ‘brontekst’ is van waaruit de andere talen worden vertaald. De instructie voor het maken van wijzigingen is in het Engels omdat we ervan uitgaan dat je die taal machtig bent als je een wijziging eraan wilt doorvoeren;) Mocht dat een probleem zijn, vraag dan in de Looped-NL-BE Facebook groep om hulp. Als je de wiki naar andere talen wilt vertalen (waarvoor dank!), dan gebruik je crowdin.**
For hints how to format text (headline, bold…) and set links please see the “code syntax” section of this page.
General
For any questions, feedback or new ideas you can contact the documentation team via discord. Doing a PR isn’t difficult, but we can help you editing the documentation.
At some point it will be suggested that you make a PR. PR is short for pull request, and it is a way of adding or editing information stored in GitHub. It’s actually not too hard to do one and it is a great way to contribute. This documentation is here because people like you made PRs. Don’t worry about making a mistake or somehow editing the wrong documents. There is always a review process before changes are merged into the “formal” AAPS documentation repository. You can’t mess up the originals through any accidents in the PR process. The general process is:
Make edits and improvements to code or documentation by editing the existing content.
Double-check that your edits look good to you.
Make a few notes of what’s changed so people may understand the edits.
Create a pull request, which asks the administrators to use your changes.
They will do a review and either (1)merge your changes, (2)comment back to you about your changes, or (3)start a new document with your changes.
(Side note: If you are a visual learner, there is a YouTube video here showing the PR workflow.)
For our example we are going to make an edit to AndroidAPSdocs. This does NOT need to be done in the linux environment on your rig. This can be done on any Windows PC, Mac, etc. (any computer with Internet access).
Go to https://github.com/openaps/AndroidAPSdocs and hit Fork in the upper right to make your own copy of the repository.
Go to any page and navigate to the page you want to edit. Click on the black box at bottom left of page with the green word “v: latest” or similar. In the pop up window that appears, click the word “edit” for editing in GitHub.
Or you can click on the “Edit in GitHub” link in the upper right corner, and then click the pencil icon that appears in the top bar of the page contents to be edited.
One or the other of the options in Step 2 will create a new branch in YOUR repository where your edits will be saved. Make your edits to the file.
We are using markdown for the docs pages. The file have got the suffix “.md”.The Markdown specification is not fixed and we use at the moment the myst_parser for our markdown files. Take care to use the correct syntax as described below.
You have been working in the “<>Edit file” tab. Select the “Preview changes” tab for a fresh look to make sure everything you changed looks like you meant it to (typpos sic.). If you see a needed improvement, go back to the edit tab to make more improvements.
When you have finished your edits, scroll to the bottom of the page. In the box at the bottom, provide your comments in the text field that reads, “Add an optional extended description…”. The default title has the file name. Try to include a sentence explaining the reason for the change. Relating the reason helps reviewers understand what you are attempting to do with the PR.
Click the green “Propose file changes” or “Commit changes” button. In the page that appears click “Create Pull Request” and again in the next page click “Create Pull Request”.
That completes the opening of a pull request, PR. GitHub assigns the PR a number, located after the title and a hash mark. Return to this page to check for feedback (or, if you have GitHub notifications emailed to you, you will get emails notifying you of any activity on the PR). The edit will now be in a list of PR’s that the team will review and potentially give feedback on before committing to the main documentation for AAPS! If you want to check on the progress of the PR, you can click on the bell logo in the upper right corner of your GitHub account and see all your PRs.
PS: Your fork and branch will still be sitting on your own personal GitHub account. After you get a notification that your PR has been merged, you can delete your branch if you are done with it (Step 8’s notification area will provide a link to delete the branch once it has been closed or merged). For future edits, if you follow this procedure the edits will always start with an updated version of the AndroidAPSdocs repositories. If you choose to use another method to start a PR request (e.g., editing starting from your forked repo’s master branch as the starting point), you will need to ensure your repo is up-to-date by performing a “compare” first and merging in any updates that have happened since you last updated your fork. Since people tend to forget to update their repos, we recommend using the PR process outlined above until you get familiar with performing “compares”.
Code syntax
We are using markdown for the docs pages. The files have got the suffix “.md”.
Markdown is a very simple text formating language which separates text content from text formating.
The writer only e.g. marks a headline as level 1 headline and the markdown processor generate during processing the necessary HTML code to render the heading in HTML.
The idea behind this is that
the writer should think about the text and not the formating first,
the markdown text is open for exchange between different markdown tools instead of e.g. proprietray tools like Mircosoft Windows and
you can generate several output formats from one markdown file.
Markdown is not a 100% fixed standard and we try to stay as near as possible to the standard to
stay flexible to change markdown tools as needed or forced in the further innovation of markdown tools and markdown SaaS services and
enable us to use a transaltion services to translate the english language in a target language like French or German because they can work on markdown but not complex formating codes because they can’t separate there content from layout which might be fatal.
Headlines
Headline 1:
# headline
Headline 2:
## headline
Headline 3:
### headline
Headline 4:
#### headline
We try to avoid further leveles of headlines.
Text format
bold:
**text**
italic:
*text*
ordered list
1. first
2. second
3. third :::
4. first
5. second
6. third
### unordered list
one element
another element
and another element :::
one element
another element
and another element
multi level list
You can insert lists in lists by indenting the next level with 4 more spaces to the right than the one before.
1. first
2. second
3. third
1. one element
2. another element
3. and another element
4. four
5. five
6. six :::
7. first
8. second
9. third
1. one element
2. another element
3. and another element
10. four
11. five
12. six
### Images
To include images you use this markdown syntax.
* images: ``
The type of image should be PNG or JPEG.
Images names should confirm to one of following naming rules. In the example I use png as suffix. In case you use JPEG please replace it with jpeg.
* `filename-image-xx.png` where xx is a unique double digit number for the images in this file.
* `filename-image-xx.png` where xx is a meaning full name for the author of the md file.
Images are located in the images folder for the english language and propagated to the other languages automatically by Crowdin. You have nothing to do for this!
We are not translating images at the moment.
(make-a-PR-image-size)= Use a reasonable size for the images which must be readable on PC, tablet and mobiles.
* Screenshots from web pages images should be up to **1050 pixels wide**.
* Diagramms of process flows should be up to **1050 pixels wide**.
* Screenshots from the app should be up to **300 to 400 pixels wide**.
### Links
#### External links
External links are links to external web sites.
* external link: `[alt text](www.url.tld)`
#### Internal links to the start of a md file
Internal links to pages are links to the start of a md file which is hosted on our own server.
* internal link to .md page: `[alt text](../folder/file.md)`
#### Internal links to named inline refernces
Internal links to named inline refernces are links to any point in a md file which is hosted on our own server and where a reference was set to link to.
Add a named reference at the location in the target md file you want to jump to.
`(name-of-my-md-file-this-is-my-fancy-named-reference)=`
The named reference must be unique in the whole AndroidAPSDocs md files and not only the own md file it resides in!
Therefore it is a good practice to start with the filename and then the reference name you select.
Use only lowercase letters and hyphenate words.
Then link this refernce in the text you are writing with the following kind of link.
* Internal links to named inline refernces: `[alt text](name-of-my-md-file-this-is-my-fancy-named-reference)`
### Notes, Warnings, Collapsing Notes
You can add notes and warning boxes to documentation.
Furthermore you can add collapsing notes for detailed information which would users who are not interested in the details quench to read the text at all. Please use these carefully as the documentation should be as easy to read as possible.
#### Notes
:::: :::{admonition} Note :class: note
This is a note. ::: ::::
:::{admonition} Note :class: note
This is a note. :::
#### Warnings
:::: :::{admonition} Warning :class: warning
This is a warning. ::: ::::
:::{admonition} Warning :class: warning
This is a warning. :::
#### Collapsing Notes
:::: :::{admonition} further detailed readings for interested readers :class: dropdown
This admonition has been collapsed, meaning you can add longer form content here, without it taking up too much space on the page. ::: ::::
:::{admonition} further detailed readings for interested readers :class: dropdown
This admonition has been collapsed, meaning you can add longer form content here, without it taking up too much space on the page. :::