diff --git a/doc_src/fish_for_bash_users.rst b/doc_src/fish_for_bash_users.rst index 5f89d80a5..c8bb795b1 100644 --- a/doc_src/fish_for_bash_users.rst +++ b/doc_src/fish_for_bash_users.rst @@ -1,7 +1,7 @@ .. _fish_for_bash_users: Fish for bash users -################### +=================== This is to give you a quick overview if you come from bash (or to a lesser extent other shells like zsh or ksh) and want to know how fish differs. Fish is intentionally not POSIX-compatible and as such some of the things you are used to work differently. diff --git a/doc_src/interactive.rst b/doc_src/interactive.rst index b63f832ea..c3e52baeb 100644 --- a/doc_src/interactive.rst +++ b/doc_src/interactive.rst @@ -1,7 +1,7 @@ .. _interactive: Interactive use -*************** +=============== Fish prides itself on being really nice to use interactively. That's down to a few features we'll explain in the next few sections. diff --git a/doc_src/language.rst b/doc_src/language.rst index e754684eb..7db9a8a47 100644 --- a/doc_src/language.rst +++ b/doc_src/language.rst @@ -1,7 +1,7 @@ .. _language: The fish language -***************** +================= This document is a comprehensive overview of fish's scripting language.