Skip to content

Commit 2e93be9

Browse files
authored
Merge pull request #155 from HACManchester/fix-redirects
Fix broken links and add redirects for old paths
2 parents 727f860 + 703d8b1 commit 2e93be9

File tree

22 files changed

+152
-93
lines changed

22 files changed

+152
-93
lines changed

README.md

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,6 @@ This repo contains the official documentation for Hackspace Manchester. All memb
55

66
The syntax in use is markdown, for editing pages it is suggested to use an online markdown editor such as https://stackedit.io/app#
77

8-
Tags
9-
----
10-
11-
This repo now has support for tags within the documentation. To add a tag to a page as an example
12-
13-
Add something like this to the top of the page to add a tag **docs/Tools_Equipment/Wood_Working/Table_Saw_ts2500.md**
14-
15-
```
16-
---
17-
tags:
18-
- Equipment
19-
---
20-
```
21-
22-
Next if the Tag is a new tag we need to create a page for it to show all pages that are a member of this tag **docs/tags/Equipment.md**
23-
24-
```
25-
---
26-
pagetype: tagpage
27-
---
28-
29-
# Tag: Equipment
30-
31-
Equipment related pages
32-
```
33-
348
Getting Started
359
---------------
3610

@@ -51,16 +25,10 @@ If you want to get a better preview of what the changes will look like when rend
5125
1. Fork this repo and clone it to your local machine
5226
2. Edit the .md files within the `docs` directory, (for best results something like vscode with markdown preview)
5327
3. Install python 3.6+
54-
4. Install the below packages
28+
4. Install dependencies
5529

5630
```sh
57-
# These can be seen here - https://github.com/HACManchester/documentation/blob/master/.github/workflows/ci.yml
58-
pip install mkdocs
59-
pip install mkdocs-material
60-
pip install git+https://github.com/srymh/MkdocsTagPlugin.git@ac1f02ba95527d11d84b5ec87f4e63851d57fc7d
61-
pip install git+https://github.com/rkoe/mkdocs-emailprotect@ef91e3dda367bd6a3f65dda183559e1b929d6240
62-
pip install mkdocs-git-revision-date-localized-plugin
63-
pip install mkdocs mkdocs-video
31+
pip install -r requirements.txt
6432
```
6533

6634
Then we can use the build.py wrapper script

docs/adding_documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Create a pull request with a new markdown file in the documentation repository a
1313

1414
#### Non github user
1515

16-
Create a markdown text file (try [stackedit.io](stackedit.io) if you want a simple editor) and email the output to [email protected] and we will add it to the repo on your behalf
16+
Create a markdown text file (try [stackedit.io](https://stackedit.io) if you want a simple editor) and email the output to [email protected] and we will add it to the repo on your behalf
1717

1818
#### Helpful links
1919

docs/equipment/3d_printers/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
### List of Printers
66

7-
- [Prusa MK4's](../PrusaMK4/)
8-
- [Prusa XL](../PrusaXL4/)
7+
- [Prusa MK4's](prusa_mk4.md)
8+
- [Prusa XL](prusa_xl4.md)
99
- Sunlu printer (Courtney), larger than the enders
1010
- Resin Printer (Bob Jr.) Elegoo Mars Pro
1111

docs/equipment/3d_printers/prusa_mk4.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ Download [PrusaSlicer](https://www.prusa3d.com/en/page/prusaslicer_424/?)
2222

2323
Click "add/remove presets""
2424

25-
![f](/images/3D-Printers/p4_add.png)
25+
![f](../../images/3D-Printers/p4_add.png)
2626

2727
---
2828

2929
Select MK4 with or without [Input Shaping](https://help.prusa3d.com/article/input-shaper-mk4-xl-mini-_451816)
3030

31-
![](/images/3D-Printers/P4_1.png)
31+
![](../../images/3D-Printers/P4_1.png)
3232

3333
---
3434

3535
Press "add physical printer"
3636

37-
![](/images/3D-Printers/p4_physical.png)
37+
![](../../images/3D-Printers/p4_physical.png)
3838

3939
---
4040

@@ -45,21 +45,21 @@ Then add in the following details
4545
| Kim | 172.16.0.123 | dmAPJnhhJ37VXBV |
4646
| Romanov | 172.16.0.124 | JZXE4a9SUKAKWEw |
4747

48-
![dd](/images/3D-Printers/P4_3.png)
48+
![dd](../../images/3D-Printers/P4_3.png)
4949

5050
---
5151

5252
### Printing from PrusaSlicer
5353

5454
Pressing the button next to "export g code" will send your file to a physical printer, if it doesn't work make sure you have a physical printer selected and not a generic preset.
5555

56-
![ff](/images/3D-Printers/P4_6.png)
56+
![ff](../../images/3D-Printers/P4_6.png)
5757

5858
## Using the Prusa's **without** PrusaSlicer
5959

6060
It is perfectly fine if you want to use the Prusa's with a different slicer or [custom G-code.](https://fullcontrol.xyz/)
6161

62-
Simply visit the IP-Address from [Printer Connection Information](#printer-connection-information) to use [PrusaLink.](https://help.prusa3d.com/guide/wi-fi-and-prusalink-setup-mk4-mk3-9-xl-mini-_413293#416077)
62+
Simply visit the IP-Address from Printer Connection Information to use [PrusaLink.](https://help.prusa3d.com/guide/wi-fi-and-prusalink-setup-mk4-mk3-9-xl-mini-_413293#416077)
6363

6464
Use "maker" as the username and the Prusa-Link key as the password.
6565

@@ -68,7 +68,7 @@ Use "maker" as the username and the Prusa-Link key as the password.
6868
| maker | 172.16.0.123 | dmAPJnhhJ37VXBV |
6969
| maker | 172.16.0.124 | JZXE4a9SUKAKWEw |
7070

71-
![3.png](/images/3D-Printers/P4_4.png)
71+
![3.png](../../images/3D-Printers/P4_4.png)
7272

7373
---
7474

docs/equipment/3d_printers/prusa_xl4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ remove.
1313
Remove jewellery.
1414
Ensure no one is near moving parts before starting a print.
1515

16-
Get familiar with the [mk4](PrusaMK4.md)'s before using this printer
16+
Get familiar with the [mk4](prusa_mk4.md)'s before using this printer
1717

1818
| Username | Ip_address | API_Key
1919
| -------- | --------------- | ------------ |

docs/equipment/metalwork/equipment/metal_bandsaw.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The bandsaw is a Clarke CBS45M, a convertable horizontal / vertical
44
bandsaw, designed for cutting metal bar, rod and tube down to length. It
55
has a 1/2hp 370w motor, and is commonly fitted with a 14TPI blade.
66

7-
[CBS45M Manual](Media:CBS45MD_Bandsaw_rev_4.pdf "wikilink")
7+
[CBS45M Manual](../../../instruction_manuals/CBS45MD_Bandsaw_Rev_5.pdf)
88

99
## Status
1010

@@ -125,9 +125,6 @@ The below is the junction box below the zero power switch
125125
### Risk Assessment
126126
[Metal Bandsaw Risk Assessment](https://docs.google.com/document/d/1L63IFT2mtebCvb3mKpEstMLqN3Si-7PQvn6bUsV1nFw/edit?usp=sharing)
127127

128-
129-
![<File:Metal_BandSaw.svg>](Metal_BandSaw.svg "File:Metal_BandSaw.svg")
130-
131128
[Category:Equipment](Category:Equipment "wikilink")
132129
[Category:Metalspace](Category:Metalspace "wikilink") [Category:Team
133130
Metal](Category:Team_Metal "wikilink")

docs/equipment/metalwork/equipment/metal_lathe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ material can be supplied by the space for a small fee.
129129

130130
### Myford ML7
131131

132-
![<File:MyfordML7Manual.pdf>](MyfordML7Manual.pdf "fig:File:MyfordML7Manual.pdf")
132+
[Myford ML7 Manual](../../../instruction_manuals/metal_lathe_ml7.pdf)
133133
Purely the basic factory manual.
134134

135135
### Warco 220
136136

137-
[Warco 220 Manual](/instruction_manuals/Warco-Lathe-220.pdf)
137+
[Warco 220 Manual](../../../instruction_manuals/Warco-Lathe-220.pdf)
138138

139139
## Risk Assessment
140140

docs/equipment/metalwork/equipment/metal_mill.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ TODO
55

66
## Instruction Manuals
77

8-
[DRO Manual](/instruction_manuals/Mill/dro-sds6.pdf)
8+
[DRO Manual](../../../instruction_manuals/Mill/dro-sds6.pdf)

docs/equipment/visual_arts/equipment/sewing_machines.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ machine.
1212

1313
### Manual
1414

15-
![<File:Lervia564manual.pdf>](Lervia564manual.pdf "File:Lervia564manual.pdf")
15+
![Lervia 564 Manual](../../../instruction_manuals/sewingmachine_Lervia.pdf)
1616

1717
## Singer 4423 Heavy Duty
1818

@@ -24,13 +24,10 @@ leather.
2424
### Manual
2525

2626
Quick Start guide -
27-
![<File:SingerQuickStartGuide4432.pdf>](SingerQuickStartGuide4432.pdf "fig:File:SingerQuickStartGuide4432.pdf")
27+
[Singer Quick Start Guide](../../../instruction_manuals/SingerQuickStartGuide4432.pdf)
2828

2929
Full Manual -
30-
![<File:Singer4423Manual.pdf>](Singer4423Manual.pdf "fig:File:Singer4423Manual.pdf")
31-
32-
Service Manual -
33-
![<File:Singer4423ServiceManual.pdf>](Singer4423ServiceManual.pdf "fig:File:Singer4423ServiceManual.pdf")
30+
[Singer 4423 Manual](../../../instruction_manuals/Singer4423Manual.pdf)
3431

3532
### Risk Assessment
3633
[Sewing Machine Risk Assessment](https://docs.google.com/document/d/1aUZWDqhOVUsFNbLjxgr4PFD62l2zbHXBCNHzI7B_ajg/edit?usp=sharing)

docs/equipment/welding/consumables.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ If in doubt check with the welding area co-ordinator before buying.
1111

1212
| Item | Machine / Tool | Notes |
1313
|---------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------|-------|
14-
| [Welding wire 0.6mm](https://www.basicwelding.co.uk/collections/mild-steel-mig-welding-wire/products/mild-steel-mig-wire-0-8mm-0-7kg) | [XTM 201Di Inverter MIG](Equipment/Welding_Machines.md) | |
15-
| [Welding wire 0.8mm ](https://www.basicwelding.co.uk/products/mild-steel-mig-wire-0-6mm-0-7kg) | [XTM 201Di Inverter MIG](Equipment/Welding_Machines.md) | |
16-
| [20L Argon 5% Gas Bottle](https://www.basicwelding.co.uk/pages/rent-free-welding-gas-manchester) | [XTM 201Di Inverter MIG](Equipment/Welding_Machines.md) | |
14+
| [Welding wire 0.6mm](https://www.basicwelding.co.uk/collections/mild-steel-mig-welding-wire/products/mild-steel-mig-wire-0-8mm-0-7kg) | [XTM 201Di Inverter MIG](equipment/welding_machines.md) | |
15+
| [Welding wire 0.8mm ](https://www.basicwelding.co.uk/products/mild-steel-mig-wire-0-6mm-0-7kg) | [XTM 201Di Inverter MIG](equipment/welding_machines.md) | |
16+
| [20L Argon 5% Gas Bottle](https://www.basicwelding.co.uk/pages/rent-free-welding-gas-manchester) | [XTM 201Di Inverter MIG](equipment/welding_machines.md) | |
1717

1818
## Grinding
1919

@@ -27,5 +27,5 @@ The following is a list of recommended discs for grinding and cutting:
2727

2828
| Item | Machine / Tool | Notes |
2929
|-----------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------|-------|
30-
| [115MM (4.5") Grinding Disk](https://www.zoro.co.uk/shop/abrasives/grinding/115mm-4-5inch-metal-grinding-disc/p/ZT1012573S) | [Lumberjack 820W](Equipment/Angle_Grinders.md) | |
31-
| [115MM (4.5") Cutting Disk ](https://www.amazon.co.uk/SHDIATOOL-Diamond-Cut-Off-Cutting-Abrasive/dp/B0C6D5DS92/?th=1) | [Lumberjack 820W](Equipment/Angle_Grinders.md) | |
30+
| [115MM (4.5") Grinding Disk](https://www.zoro.co.uk/shop/abrasives/grinding/115mm-4-5inch-metal-grinding-disc/p/ZT1012573S) | [Lumberjack 820W](equipment/angle_grinders.md) | |
31+
| [115MM (4.5") Cutting Disk ](https://www.amazon.co.uk/SHDIATOOL-Diamond-Cut-Off-Cutting-Abrasive/dp/B0C6D5DS92/?th=1) | [Lumberjack 820W](equipment/angle_grinders.md) | |

docs/equipment/woodwork/equipment/bandsaw.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bandsaws
33

44
| | Record Power | Axminster |
55
|-----------------|------------------------------|---------------------------------|
6-
| | ![img](../Training/8211.jpg) | ![img](../Training/ap2920b.jpg) |
6+
| | ![img](../training/8211.jpg) | ![img](../training/ap2920b.jpg) |
77
| Model No. | BS12 | AP2920B |
88
| Location | Woodwork, Freestanding | Woodwork, Freestanding |
99
| Training | Induction | Induction |
@@ -26,8 +26,8 @@ Bandsaws
2626

2727
Please review the bandsaw training before your induction session. For your induction you will be asked the theory questions and required to demonstrate the procedures in the practical session.
2828

29-
- [Bandsaw Training](../Training/Bandsaw.md)
30-
- [Bandsaw Induction](../Inductions/Bandsaw.md)
29+
- [Bandsaw Training](../training/bandsaw.md)
30+
- [Bandsaw Induction](../inductions/bandsaw.md)
3131

3232
### **Risk Assessment**
3333

docs/equipment/woodwork/equipment/mitre_saw.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ During an emergency, if the workshop safety switches are triggered the machine w
6666

6767
#### Training
6868

69-
- [Training Content](../Training/MitreSaw.md)
70-
- [Test Content](../Training/MitreSaw.md)
71-
- [Mitre Saw Checklist (pdf)](../Inductions/MitreSaw.pdf)
72-
- [Mitre Saw Checklist (docx)](../Inductions/MitreSaw.docx)
69+
- [Training Content](../training/mitre_saw.md)
70+
- [Test Content](../training/mitre_saw.md)
71+
- [Mitre Saw Checklist (pdf)](../inductions/mitre_saw.pdf)
72+
- [Mitre Saw Checklist (docx)](../inductions/mitre_saw.docx)
7373

7474
### Manuals
7575

docs/equipment/woodwork/equipment/pillar_drill.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ During an emergency, if the workshop safety switches are triggered the machine w
7272

7373
### **Induction Docs**
7474

75-
* [PillarDrill.pdf](../Inductions/PillarDrill.pdf)
75+
* [PillarDrill.pdf](../inductions/pillar_drill.pdf)
7676

7777
---
7878

docs/equipment/woodwork/equipment/table_saw.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ As standard the space stocks replacement blades for these machines as listed on
4141

4242
These machines require extra Training to use and are included in the WoodyDusty Table Saw Training & Safety Induction.
4343

44-
- [Training Content](../Training/TableSaw.md)
45-
- [Test Content](../Inductions/TableSaw.md)
46-
- [Table Saw Checklist (pdf)](../Inductions/TableSaw.pdf)
47-
- [Table Saw Checklist (docx)](../Inductions/TableSaw.docx)
44+
- [Training Content](../training/table_saw.md)
45+
- [Test Content](../inductions/table_saw.md)
46+
- [Table Saw Checklist (pdf)](../inductions/table_saw.pdf)
47+
- [Table Saw Checklist (docx)](../inductions/table_saw.docx)
4848

4949
### Safety
5050

docs/equipment/woodwork/equipment/wood_lathe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Wood Lathes
1919

2020
Wood lathe inductions are in person. You will be asked the questions linked below. You will be expected to understand general workshop protocols so please review the general training, particularly if this is your first in-person induction.
2121

22-
- [General Training](../Training/General.md)
23-
- [General Induction](../Inductions/General.md)
24-
- [Wood Lathe Induction](../Inductions/WoodLathe.md)
22+
- [General Training](../training/general.md)
23+
- [General Induction](../inductions/general.md)
24+
- [Wood Lathe Induction](../inductions/wood_lathe.md)

docs/equipment/woodwork/training/bandsaw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bandsaw
44
Pre-requisite training
55
----------------------
66

7-
[General](General.md)
7+
[General](general.md)
88

99
What is it for?
1010
---------------

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Home
22
====
33

4-
![edit](/images/space.jpg)
4+
![edit](images/space.jpg)
55

66
Welcome to the Manchester Hackspace Wiki Site!
77
Here you will find a lot of the information you need to get making in our community.
Binary file not shown.

docs/tags/Equipment.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)