Fix documentation for sphinx, confluence, helm and ivy layer

This commit is contained in:
smile13241324 2017-12-15 17:40:39 +01:00 committed by JAremko
parent 00925c8206
commit a9e57f6c83
4 changed files with 30 additions and 3 deletions

View file

@ -4,6 +4,7 @@
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#alternative-layers][Alternative layers]]
- [[#configuration][Configuration]]
@ -33,6 +34,14 @@ and more...
Mastering your choice of completion system will make you a Spacemacs power user.
** Features:
- Project wide =grep= like text search via =helm-dir-smart-do-search=
- Project wide text replacements using =helm-edit-mode=
- Buffer wide dynamic text search via =helm-swoop=
- Fuzzy matching for most =helm-sources=
- Detailed configuration parameters for helms appearance
- Intuitive =transient state=
* Install
Helm is part of the standard distribution of Spacemacs so you don't have to do
anything to install it if you chose this distribution.

View file

@ -2,6 +2,7 @@
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#configuration][Configuration]]
- [[#key-bindings][Key Bindings]]
@ -17,6 +18,13 @@ and more...
Mastering your choice of completion system will make you a Spacemacs power user.
** Features:
- Project wide =grep= like text search via =search-auto=
- Project wide text replacements using =counsel-imenu=
- Buffer wide dynamic text search via =swiper=
- Detailed configuration parameters for ivy appearance
- Intuitive =transient state=
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =ivy= to the existing =dotspacemacs-configuration-layers= list in this

View file

@ -4,6 +4,7 @@
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#configuration][Configuration]]
- [[#sphinx-target][Sphinx target]]
@ -11,9 +12,14 @@
- [[#key-bindings][Key bindings]]
* Description
The layer adds =Sphinx= support to Spacemacs. It will automatically also install
The layer adds support for the documentation generation system =Sphinx= to
the =restructuredtext= layer.
** Features:
- Support for =Sphinx= project compilation
- Support for opening =Sphinx= project target
- Support for opening =Sphinx= config file
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =sphinx= to the existing =dotspacemacs-configuration-layers= list

View file

@ -4,6 +4,7 @@
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#configuration][Configuration]]
@ -13,8 +14,11 @@
- [[#org][Org]]
* Description
This layer add support for Atlassian [[https://www.atlassian.com/software/confluence][Confluence]] to create/edit Confluence pages
and export org buffers to Confluence =wiki= format.
This layer adds support for Atlassian [[https://www.atlassian.com/software/confluence][Confluence]].
** Features:
- Creating/editing of Confluence pages
- Exporting of org buffers to Confluence =wiki= format
* Install
** Layer