Skip to content

Commit 39fc0f2

Browse files
docs: Replace old Sphinx docs with new MkDocs Material documentation
- Remove old Sphinx/RST documentation (docs/) - Rename docs2/ to docs/ as the primary documentation source - Update mkdocs.yml docs_dir from docs2 to docs - Update .readthedocs.yaml requirements path - Update contributing/development.md references
1 parent 368708e commit 39fc0f2

113 files changed

Lines changed: 72 additions & 5237 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ mkdocs:
1515

1616
python:
1717
install:
18-
- requirements: docs2/requirements.txt
18+
- requirements: docs/requirements.txt

.vscode/settings.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,68 @@
1515
"sonarlint.connectedMode.project": {
1616
"connectionId": "fastcode",
1717
"projectKey": "Fastcode_NUClear"
18+
},
19+
"files.associations": {
20+
"__bit_reference": "cpp",
21+
"__config": "cpp",
22+
"__hash_table": "cpp",
23+
"__locale": "cpp",
24+
"__node_handle": "cpp",
25+
"__split_buffer": "cpp",
26+
"__threading_support": "cpp",
27+
"__tree": "cpp",
28+
"__verbose_abort": "cpp",
29+
"array": "cpp",
30+
"bitset": "cpp",
31+
"cctype": "cpp",
32+
"charconv": "cpp",
33+
"clocale": "cpp",
34+
"cmath": "cpp",
35+
"complex": "cpp",
36+
"condition_variable": "cpp",
37+
"csignal": "cpp",
38+
"cstdarg": "cpp",
39+
"cstddef": "cpp",
40+
"cstdint": "cpp",
41+
"cstdio": "cpp",
42+
"cstdlib": "cpp",
43+
"cstring": "cpp",
44+
"ctime": "cpp",
45+
"cwchar": "cpp",
46+
"cwctype": "cpp",
47+
"deque": "cpp",
48+
"execution": "cpp",
49+
"fstream": "cpp",
50+
"future": "cpp",
51+
"initializer_list": "cpp",
52+
"iomanip": "cpp",
53+
"ios": "cpp",
54+
"iosfwd": "cpp",
55+
"iostream": "cpp",
56+
"istream": "cpp",
57+
"limits": "cpp",
58+
"list": "cpp",
59+
"locale": "cpp",
60+
"map": "cpp",
61+
"mutex": "cpp",
62+
"new": "cpp",
63+
"optional": "cpp",
64+
"ostream": "cpp",
65+
"ratio": "cpp",
66+
"regex": "cpp",
67+
"set": "cpp",
68+
"sstream": "cpp",
69+
"stack": "cpp",
70+
"stdexcept": "cpp",
71+
"streambuf": "cpp",
72+
"string": "cpp",
73+
"string_view": "cpp",
74+
"tuple": "cpp",
75+
"typeindex": "cpp",
76+
"typeinfo": "cpp",
77+
"unordered_map": "cpp",
78+
"variant": "cpp",
79+
"vector": "cpp",
80+
"algorithm": "cpp"
1881
}
1982
}

docs/.special.rst

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

docs/CMakeLists.txt

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

docs/Doxyfile

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

docs/_static/colours.css

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

docs/components.rst

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

0 commit comments

Comments
 (0)