Skip to content

Commit 847dcb8

Browse files
ClémentClément
authored andcommitted
Typos, width images, and documenting.
1 parent 896efb9 commit 847dcb8

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

source/docs/about/credits.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The first source of support is the constant stream of feedback we receive from s
2020

2121
This project has been monetarily supported by an [Affordable Learning Georgia](https://www.affordablelearninggeorgia.org/) [Transformation Grants](https://www.affordablelearninggeorgia.org/grants/overview/) ([Proposal 571](https://www.affordablelearninggeorgia.org/assets/documents/571-proposal.docx)) and a Continuous Improvement Grant (M260).
2222

23-
[!["Affordable Learning Georgia"](./img/ALG_Logo_hires.png){ width=80% }](https://www.affordablelearninggeorgia.org/)
23+
[!["Affordable Learning Georgia"](./img/ALG_Logo_hires.png)](https://www.affordablelearninggeorgia.org/)
2424

2525
This project also received the support of [Augusta University](https://www.augusta.edu/)'s [School of Computer and Cyber Sciences](https://www.augusta.edu/ccs/) and [Center for Instructional Innovation](https://www.augusta.edu/innovation/).
2626

@@ -48,14 +48,14 @@ Those fonts have been specially selected for their legibility and [lower impact
4848

4949
The source code and the website are graciously hosted and built by [github](https://github.com/).
5050

51-
## Licence
51+
## License
5252

5353
This work is under [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/).
5454
Concretely, this means that you are free to:
5555

5656
- Save, print, copy and redistribute the entirety of the resources presented here,
5757
- Modify them as you see fit,
5858

59-
as long as you give proper credit and keep the same licence.
59+
as long as you give proper credit and keep the same license .
6060

61-
Please refer to [our licence file](https://github.com/princomp/princomp.github.io/blob/main/license.md) for the detail of this licence.
61+
Please refer to [our license file](https://github.com/princomp/princomp.github.io/blob/main/license.md) for the details of this license .

source/docs/about/dev_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ which are rendered as
209209
**Syntax example.** The quoted text is the alt tag and in parentheses is path to file
210210

211211
```
212-
!["image of visual studio IDE"](./img/vs_ide.jpg){ width=80% }
212+
!["image of visual studio IDE"](./img/vs_ide.jpg)
213213
```
214214

215-
The `{ width=80% }` attribute is optional.
215+
A `{ width=80% }` attribute at the end of this string could help in resizing the image, but unfortunately it is processed poorly by quartz (this is reported at <https://github.com/princomp/princomp.github.io/issues/79>).
216216

217217
##### Images generated by LaTeX
218218

source/docs/programming_and_computer_usage/installing_software.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,19 @@ Note that we are *not* installing "Visual Studio *Code*", but simply "Visual Stu
6363
#. Select "Download software".
6464
#. Look for Visual Studio. The path is Education → Software → Visual Studio Enterprise 2019/2022. You can search "Services" for the "Education" group and then click "Software" if the education group is not immediately displayed. It should look like the following:
6565

66-
![](img/dl_VS.jpg){ width=80% }
66+
![How to find Visual studio in the list of Education Software](img/dl_VS.jpg)
6767

6868
Normally, the following direct link should get you to the right page: <https://portal.azure.com/?Microsoft_Azure_Education_correlationId=8ee63052-dc32-46f7-a109-e26793622dbf#view/Microsoft_Azure_Education/EducationMenuBlade/~/software>. Type "Visual Studio Enterprise" in the search bar and you should find what you are looking for:
6969

70-
![](img/dl_visual_studio.png){ width=80% }
70+
![How to find Visual studio on the azure portal, by looking for visual studio](img/dl_visual_studio.png)
7171

7272
#. Download and install Visual Studio (leave all the options on their default settings).
7373

7474
Before clicking install, make sure to check ".NET Desktop Development"
7575

7676
**If you are installing Visual Studio 2019, click the dropdown for .NET Desktop Development and check ".NET SDK (out of support)".** You do not have to do this for Visual Studio 2022
7777

78-
![](img/installing_software_packages.png){ width=80% }
78+
![The Visual studio installation interface](img/installing_software_packages.png)
7979

8080
#. Enter the product key you obtained previously, following [the instructions in the documentation](https://learn.microsoft.com/en-us/visualstudio/ide/how-to-unlock-visual-studio?view=vs-2019).
8181
Normally, clicking on "View key" on the screen pictured in the fourth step above should give you access to a key, that you simply need to copy-and-paste in the menu you can access on Visual Studio by clicking on "Select File" → "Account Settings" → "License with a Product Key".
@@ -156,11 +156,11 @@ If the IDE you would like to adopt is not available for your operating system, y
156156

157157
For this, and regardless of your current operating system, you will need a [Virtual Machine](https://en.wikipedia.org/wiki/Virtual_machine) manager.
158158

159-
#. There are many (free) options to chose from, let us mention
159+
#. There are many (free) options to choose from, let us mention
160160
#. [Virtual Box](https://www.virtualbox.org/) (for Windows, Linux and Mac),
161161
#. [QEMU](https://www.qemu.org) (for Windows, Linux and Mac),
162162
#. [Hyper-V](https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v) (for Windows),
163-
#. Download a version of "Microsoft Operating Systems" from [Azure Dev Tools for Teaching](https://aka.ms/devtoolsforteaching), or a linux-based distribution (typically, [ubuntu](https://ubuntu.com/appliance/vm) has a good reputation of being accessible and user-friendly).
163+
#. Download a version of "Microsoft Operating Systems" from [Azure Dev Tools for Teaching](https://aka.ms/devtoolsforteaching), or a Linux-based distribution (typically, [ubuntu](https://ubuntu.com/appliance/vm) has a good reputation of being accessible and user-friendly).
164164
#. Install and execute your version of Windows or Linux from your virtual machine, and follow the corresponding instructions to install the IDE you are interested in.
165165

166166
Note that [it is illegal to execute macOS in a virtual environment that is not hosted on a mac computer](https://law.stackexchange.com/q/18282), which drastically reduces the interest for you to consider this option.

source/docs/programming_and_computer_usage/unzipping_archives.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ This short note explains how to
1313

1414
for the three main operating systems (Windows, Linux and macOS).
1515

16-
1716
## Unzipping Files
1817

1918
### Windows
@@ -110,4 +109,4 @@ for Linux users.
110109
111110
When in doubt, open your project in the IDE, right-click on the solution, and look for an option called "Open in File Explorer" or "Open Containing Folder":
112111
113-
![](img/open_containing_folder.png){ width=80% }
112+
![A drop-down menu containing the choice Open in containing folder.](img/open_containing_folder.png)

0 commit comments

Comments
 (0)