Skip to content

Commit 0695df6

Browse files
author
Owen Jones
committed
Switch one file from ## to using sections
Two functional differences: * you can now link to these sections * on the website the sections and subsections appear in the hierarchy and can be viewed on their own
1 parent 124d012 commit 0695df6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/architectural/background-concepts.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@
33

44
\author Martin Brain, Peter Schrammel
55

6-
# Representations #
6+
\section representations_section Representations
77

8-
## AST: types, globals, variables, functions, code blocks, language primitives, assignments, expressions, variables ##
8+
\subsection AST_section AST: types, globals, variables, functions, code blocks, language primitives, assignments, expressions, variables
99

1010
To be documented.
1111

12-
## CFG ##
12+
\subsection CFG_section CFG
1313

1414
To be documented.
1515

16-
## SSA ##
16+
\subsection SSA_section SSA
1717

1818
To be documented.
1919

20-
# Analysis techniques #
20+
\section analysis_techniques_section Analysis techniques
2121

22-
## Bounded model checking ##
22+
\subsection BMC_section Bounded model checking
2323

2424
To be documented (can copy from the CBMC manual).
2525

26-
## SAT and SMT ##
26+
\subsection SAT_section SAT and SMT
2727

2828
To be documented.
2929

30-
## Static analysis ##
30+
\subsection static_analysis_section Static analysis
3131

3232
To be documented.

0 commit comments

Comments
 (0)