-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.md
More file actions
59 lines (50 loc) · 1.76 KB
/
Copy pathindex.md
File metadata and controls
59 lines (50 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{#top}
# Computer Engineering Docs
```{include} ../README.md
:start-after: <!-- start introduction -->
:end-before: <!-- end introduction -->
```
```{toctree}
:hidden:
:maxdepth: 2
:caption: Graduate Studies
phd/index
ms/index
```
```{toctree}
:hidden:
:maxdepth: 2
:caption: Undergraduate Studies
undergraduate/regulations
undergraduate/cc-electives
undergraduate/science-electives
```
<!-- ```{toctree}
:hidden:
:maxdepth: 2
:caption: Tutorials
tutorials/index
``` -->
- [Ph.D. Program Documentation](phd/index.md)
- [Application](phd/index.md/#application)
- [Pre-Evaluation](phd/index.md/#pre-evaluation)
- [Scientific Interview](phd/index.md/#scientific-interview)
- [Evaluation](phd/index.md/#evaluation)
- [Registration](phd/index.md/#registration)
- [Courses: Scientific Preparation](phd/index.md/#courses-scientific-prep)
- [Courses: Main Program](phd/index.md/#courses-main-program)
- [Qualifying Exam](phd/index.md/#qualifying-exam)
- [Thesis](phd/index.md/#phd-thesis)
- [M.Sc. Program Documentation](ms/index.md)
- [Application](ms/index.md/#application)
- [Pre-Evaluation](ms/index.md/#pre-evaluation)
- [Scientific Interview](ms/index.md/#scientific-interview)
- [Evaluation](ms/index.md/#evaluation)
- [Registration](ms/index.md/#registration)
- [Courses: Scientific Preparation](ms/index.md/#courses-scientific-prep)
- [Courses: Main Program](ms/index.md/#courses-main-program)
- [Thesis](ms/index.md/#ms-thesis)
- [Undergraduate Program Documentation]()
- [Rules and Regulations](undergraduate/regulations)
- [List of Complementary Courses](undergraduate/cc-electives)
- [List of Science Elective Courses](undergraduate/science-electives)