소스 검색

add a link to the main install doc in each distro install doc

nico 8 년 전
부모
커밋
50aa961d62
6개의 변경된 파일14개의 추가작업 그리고 48개의 파일을 삭제
  1. 2 0
      Docs/installation/debian_jessie.md
  2. 2 0
      Docs/installation/raspbian_jessie.md
  3. 2 0
      Docs/installation/ubuntu_14.04.md
  4. 2 0
      Docs/installation/ubuntu_16.04.md
  5. 4 46
      Docs/neuron_list.md
  6. 2 2
      README.md

+ 2 - 0
Docs/installation/debian_jessie.md

@@ -26,3 +26,5 @@ Then, with pip, the last release of setuptools
 sudo pip install -U setuptools
 ```
 
+Then, follow the [main installation documentation](../installation.md).
+

+ 2 - 0
Docs/installation/raspbian_jessie.md

@@ -153,3 +153,5 @@ Check the [official documentation](https://www.raspberrypi.org/documentation/con
 ```bash
 sudo raspi-config
 ```
+
+Then, follow the [main installation documentation](../installation.md).

+ 2 - 0
Docs/installation/ubuntu_14.04.md

@@ -14,3 +14,5 @@ Let's install the last release of python-pip
 wget https://bootstrap.pypa.io/get-pip.py
 sudo python get-pip.py
 ```
+
+Then, follow the [main installation documentation](../installation.md).

+ 2 - 0
Docs/installation/ubuntu_16.04.md

@@ -13,3 +13,5 @@ Let's install the last release of python-pip
 wget https://bootstrap.pypa.io/get-pip.py
 sudo python get-pip.py
 ```
+
+Then, follow the [main installation documentation](../installation.md).

+ 4 - 46
Docs/neuron_list.md

@@ -1,51 +1,9 @@
-# List of available neuron
-
+# Neuron installation
 A neuron is a module that will perform some actions attached to an order. You can use it in your synapses. See the [complete neuron documentation](neurons.md) for more information.
 
-## Core neuron
-
-| Name                                                      | Description                                       |
-|-----------------------------------------------------------|---------------------------------------------------|
-| [ansible_playbook](../kalliope/neurons/ansible_playbook/) | Run an ansible playbook                           |
-| [kill_switch](../kalliope/neurons/kill_switch/)           | Stop Kalliope process                             |
-| [neurotransmitter](../kalliope/neurons/neurotransmitter/) | Link synapse together                             |
-| [say](../kalliope/neurons/say/)                           | Make Kalliope talk by using TTS                   |
-| [script](../kalliope/neurons/script/)                     | Run an executable script                          |
-| [shell](../kalliope/neurons/shell/)                       | Run a shell command                               |
-| [sleep](../kalliope/neurons/sleep/)                       | Make Kalliope sleep for a while before continuing |
-| [systemdate](../kalliope/neurons/systemdate/)             | Give the local system date and time               |
-| [uri](../kalliope/neurons/uri/)                           | Interacts with HTTP and HTTPS web services.       |
-
-## Community neuron
-
-| Name                                                                                 | Description                                                                             |
-|--------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|
-| [facebook](https://github.com/kalliope-project/kalliope_neuron_facebook)             | Post and Read message on Facebook                                                        |
-| [gmail_checker](https://github.com/kalliope-project/kalliope_neuron_gmail)           | Get the number of unread email and their subjects from a gmail account             |
-| [google agenda](https://github.com/bacardi55/kalliope-google-calendar)               | Get your next meetings on google calendar                                               |
-| [google maps](https://github.com/bacardi55/kalliope-gmaps)                           | Get address / distance / time / directions from Google maps |
-| [hue](https://github.com/kalliope-project/kalliope_neuron_hue)                       | Control the Philips Hue lighting system  |
-| [list available orders](https://github.com/bacardi55/kalliope-list-available-orders) | Let kalliope tell you what she how she can help                                         |
-| [MPD](https://github.com/bacardi55/kalliope-mpd)                                     | Play music via an MPD server                                                            |
-| [openweathermap](https://github.com/kalliope-project/kalliope_neuron_openweathermap) | Get the weather of a location                                                           |
-| [pi camera](https://github.com/bacardi55/kalliope-picamera)                          | Take picture with your picamera                                                         |
-| [pushetta](https://github.com/kalliope-project/kalliope_neuron_pushetta)             | Send a push message to a remote device like Android/iOS/Windows Phone or Chrome browser |
-| [repeat](https://github.com/bacardi55/kalliope-repeat)                               | Make kalliope say whatever you want                                                     |
-| [rss_reader](https://github.com/kalliope-project/kalliope_neuron_rss_reader)         | Get rss feed from website                                                               |
-| [slack](https://github.com/kalliope-project/kalliope_neuron_slack)                   | Post and Read message on Slack                                                          |
-| [system_status](https://github.com/bacardi55/kalliope-system-status)                 | Get info about the system (cpu, memory, …                                                               |
-| [tasker](https://github.com/kalliope-project/kalliope_neuron_tasker)                 | Send a message to Android tasker app                                                    |
-| [todotxt](https://github.com/bacardi55/kalliope-todotxt)                             | Manage a todolist via Kalliope                                                    |
-| [twitter](https://github.com/kalliope-project/kalliope_neuron_twitter)               | Send a Twit from kalliope                                                               |
-| [Uber](https://github.com/bacardi55/kalliope-uber)                                   | Get time and price estimation for a uber ride |
-| [wake_on_lan](https://github.com/kalliope-project/kalliope_neuron_wake_on_lan)       | Wake on lan a computer                                                                  |
-| [web scraper](https://github.com/bacardi55/kalliope-web-scraper)                     | Read web pages that don't provide RSS feed or APIs (by scraping html)                   |                            |
-| [wikipedia](https://github.com/kalliope-project/kalliope_neuron_wikipedia)           | Search for a page on Wikipedia                                                          |
-
-
-Wanna add your neuron in the list? Open [an issue](../../issues) with the link of your neuron or send a pull request to update the list directly.
-
-To know how to install a community neuron, read the "Installation" section of the [neuron documentation](neurons.md).
+## Neuron list
+
+Get the full neuron list available on [the project web site](https://kalliope-project.github.io/).
 
 ## Installation
 

+ 2 - 2
README.md

@@ -46,12 +46,12 @@ Once installed, you can start learning basics of Kalliope from a [quick start co
 | [Settings](Docs/settings.md)       | The main Kalliope configuration                                                             |
 | [Brain](Docs/brain.md)             | What is the brain and how to create your own bot                                            |
 | [neuron](Docs/neurons.md)          | What is a neuron and how to use it                                                          |
-| [neuron list](Docs/neuron_list.md) | List of availlable neurons                                                                  |
+| [neuron list](Docs/neuron_list.md) | List of available neurons                                                                   |
 | [CLI](Docs/kalliope_cli.md)        | How to use Kalliope from the command line interface                                         |
 | [Signals](Docs/signals.md)         | Signals are input event that can wake up kalliope (spoken order, scheduled event, REST API) |
 | [STT](Docs/stt.md)                 | Speech to text configuration                                                                |
 | [TTS](Docs/tts.md)                 | Text to speech configuration                                                                |
-| [Triggers](Docs/trigger.md)        | Magic hotword engine used to make Kalliope listtening for an order                          |
+| [Triggers](Docs/trigger.md)        | Magic hotword engine used to make Kalliope listening for an order                           |
 | [REST API](Docs/rest_api.md)       | Integrated REST API. Can be used to send an order                                           |
 
 ## Contributing