summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2024-01-06 01:16:38 +0300
committerOxore <oxore@protonmail.com>2024-01-06 01:16:38 +0300
commitcfd05efc63288fde33d3dff6b99522d4c4410170 (patch)
tree3776247c43677e425f4915c452776b94fe528cf8
parent52a4250aef776bbbaea0ddcebd19ecc27ffe0c0c (diff)
Use # for all page titles
-rw-r--r--source/c-calling-conventions.rst3
-rw-r--r--source/index.rst3
-rw-r--r--source/radare2-tips.rst3
3 files changed, 6 insertions, 3 deletions
diff --git a/source/c-calling-conventions.rst b/source/c-calling-conventions.rst
index 06ae61e..ffed8fa 100644
--- a/source/c-calling-conventions.rst
+++ b/source/c-calling-conventions.rst
@@ -1,5 +1,6 @@
+#####################
C calling conventions
-=====================
+#####################
cdecl (Windows X86)
-------------------
diff --git a/source/index.rst b/source/index.rst
index b9da86d..d9c9dd8 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -1,5 +1,6 @@
+#####
Notes
-=====
+#####
Notes and tips kind of knowledge about various tools. Sometimes I need some of
this knowledge when I'm not at my home desktop computer, want to have a
diff --git a/source/radare2-tips.rst b/source/radare2-tips.rst
index 915e2b8..1793ae1 100644
--- a/source/radare2-tips.rst
+++ b/source/radare2-tips.rst
@@ -1,5 +1,6 @@
+############
Radare2 tips
-============
+############
Data
----