Remove redundant title and move headings up one level

Curtis Gedak 2017-12-29 12:51:18 -07:00
parent 1412845b1f
commit a6e465c369

@ -1,16 +1,14 @@
# Adding a Spellcheck Language Dictionary to Manuskript
The spellcheck feature of manuskript is provided by the [PyEnchant](https://pythonhosted.org/pyenchant/) package. Additional language dictionaries can be added to Manuskript to enable spell check to work with other languages.
Following are instructions to add dictionaries based on which Operating System you use.
## GNU/Linux
# GNU/Linux
Identify the language code and install the dictionary package.
### Debian based (Debian, Ubuntu, Mint, etc.)
## Debian based (Debian, Ubuntu, Mint, etc.)
1. Search for desired language dictionary (e.g. Brazilian Portuguese)
@ -32,7 +30,7 @@ Identify the language code and install the dictionary package.
```
### Fedora based (Fedora, CentOS, etc)
## Fedora based (Fedora, CentOS, etc)
1. Search for desired language dictionary (e.g. Spanish)
@ -52,7 +50,7 @@ Identify the language code and install the dictionary package.
```
## Windows
# Windows
These instructions assume you are using the Windows binary package which is built using PyInstaller. The default dictionary languages installed are shown in the following screen shot:
@ -72,7 +70,6 @@ With the Windows PyInstaller package the enchant dictionary files are stored und
![manuskript-windows-added-hebrew-dictionary](https://user-images.githubusercontent.com/10405019/34446122-dbd83668-ec95-11e7-996a-91f4426de026.png)
## Mac OS X
# Mac OS X
*To be filled out by someone with access to Mac OS X*.