aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-08-10 21:27:29 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-08-10 22:54:47 +0200
commit37691f987be9beb74f7cbeaf65c59c2e4dbb5012 (patch)
tree57a1334ffd694c47a54be6dfb7d2a60731a8aa50
parentee51f5ae925286d83509fe11a0918c589338d1b0 (diff)
downloadsparse-37691f987be9beb74f7cbeaf65c59c2e4dbb5012.tar.gz
doc: use shorter titles
Mainly it's removing 'sparse' from the title. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
-rw-r--r--Documentation/IR.rst4
-rw-r--r--Documentation/dev-options.rst4
-rw-r--r--Documentation/doc-guide.rst4
-rw-r--r--Documentation/types.rst6
4 files changed, 9 insertions, 9 deletions
diff --git a/Documentation/IR.rst b/Documentation/IR.rst
index 33a76166..97d4b2b2 100644
--- a/Documentation/IR.rst
+++ b/Documentation/IR.rst
@@ -1,7 +1,7 @@
.. default-domain:: ir
-Sparse's Intermediate Representation
-====================================
+Intermediate Representation
+===========================
Instructions
~~~~~~~~~~~~
diff --git a/Documentation/dev-options.rst b/Documentation/dev-options.rst
index 23e8096c..57f9e8d6 100644
--- a/Documentation/dev-options.rst
+++ b/Documentation/dev-options.rst
@@ -1,5 +1,5 @@
-sparse - extra options for developers
-=====================================
+Extra options for developers
+============================
SYNOPSIS
--------
diff --git a/Documentation/doc-guide.rst b/Documentation/doc-guide.rst
index 8133cb3a..29f39aab 100644
--- a/Documentation/doc-guide.rst
+++ b/Documentation/doc-guide.rst
@@ -1,5 +1,5 @@
-How to write sparse documentation
-=================================
+Documentation guide
+===================
Introduction
------------
diff --git a/Documentation/types.rst b/Documentation/types.rst
index 272f32a0..974f9861 100644
--- a/Documentation/types.rst
+++ b/Documentation/types.rst
@@ -1,6 +1,6 @@
-********************
-Sparse's Type System
-********************
+***********
+Type System
+***********
struct symbol is used to represent symbols & types but
most parts pertaining to the types are in the field 'ctype'.