File tree Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Expand file tree Collapse file tree 2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 1
1
{# This template defines sidebar which can be used to provide common links on
2
2
all documentation pages. #}
3
3
4
- < h3 > Bugs </ h3 >
4
+ < h3 > Getting Involved </ h3 >
5
5
6
- < p > Information on submitting bugs can be found
7
- < a href ="https://llvm.org/docs/HowToSubmitABug.html "> here</ a > .</ p >
6
+ < ul class ="want-points ">
7
+ < li > < a href ="https://llvm.org/docs/Contributing.html "> Contributing to LLVM</ a > </ li >
8
+ < li > < a href ="https://llvm.org/docs/HowToSubmitABug.html "> How to submit a bug</ a > </ li >
9
+ </ ul >
8
10
9
- < h3 > FAQ </ h3 >
11
+ < h3 > Additional Links </ h3 >
10
12
11
- < p > A list of
12
- < a href ="https://llvm.org/docs/FAQ.html "> frequently asked questions</ a > about LLVM.</ p >
13
+ < ul class ="want-points ">
14
+ < li > < a href ="https://llvm.org/docs/FAQ.html "> FAQ</ a > </ li >
15
+ < li > < a href ="https://llvm.org/docs/Lexicon.html "> Glossary</ a > </ li >
16
+ </ ul >
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ Several introductory papers and presentations.
21
21
.. toctree ::
22
22
:hidden:
23
23
24
- Lexicon
25
- FAQ
26
-
27
24
`Introduction to the LLVM Compiler `__
28
25
Presentation providing a users introduction to LLVM.
29
26
@@ -48,12 +45,6 @@ Several introductory papers and presentations.
48
45
`Publications mentioning LLVM <http://llvm.org/pubs >`_
49
46
..
50
47
51
- :doc: `Lexicon `
52
- Definition of acronyms, terms and concepts used in LLVM.
53
-
54
- :doc: `FAQ `
55
- A list of common questions and problems and their solutions.
56
-
57
48
Documentation
58
49
=============
59
50
You can’t perform that action at this time.
0 commit comments