docs: Make title level consistent

This allows us to ..include these without getting confused.
This commit is contained in:
Fabian Homborg 2021-07-13 23:05:23 +02:00
parent 5999d660c0
commit feb3a15739
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -1,7 +1,7 @@
.. _language:
The fish language
*****************
=================
This document is a comprehensive overview of fish's scripting language.