aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-06-11 04:24:55 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-06-11 04:30:05 +0200
commit12dfe2d5abfa54572f24c8cd901fb4ee3071a00b (patch)
tree908436c7a4ab32a39e1d83215d4c25eef32bda27 /Documentation
parentf477cb74ff136db72e810819283a957b44275fb8 (diff)
downloadsparse-dev-12dfe2d5abfa54572f24c8cd901fb4ee3071a00b.tar.gz
doc: API before IR
The sparse API is more important than the details about the IR. So move the API doc before the IR doc. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst
index da006710..9825c8cd 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -20,8 +20,8 @@ Developer documentation
test-suite
dev-options
- IR
api
+ IR
doc-guide
How to contribute