fix some parts and add description about documentation

This commit is contained in:
Christian Schabesberger 2018-11-10 11:00:20 +01:00
parent 77999d2252
commit 398ecf9f25
2 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,14 @@
# Prepare everything
Welcome to the NewPipe tutorial. This tutorial will guide you through the process of creating your own NewPipeExtractor
service with which NewPipe will gain support for a dedicated streaming service like YouTube, Vimeo or SoundCloud. Let's
dive right in. ;D
Welcome to the NewPipeExtractor documentation. This tutorial will guide you through the process of creating your own Extractor
service with which NewPipe will gain support for a dedicated streaming service like YouTube, Vimeo or SoundCloud.
The whole documentation consists of this page, which explains the general concept of the NewPipeExtractor, as well as our
[Jdoc](https://teamnewpipe.github.io/NewPipeExtractor/javadoc/) setup.
__IMPORTANT!!!__ this is likely to be the worst documentation you have ever red, so do not hesitate to
[report](https://github.com/teamnewpipe/documentation/issues) if
you find any (spelling)errors, incomplete parts or you simply don't understand something. We are an open community
and are open for everyone to help :)
## Setup your dev environment

View File

@ -2,7 +2,7 @@
You should develop and test your changes with the JUnit environment that is
provided by the NewPipe Extractor and IDEA. If you want to try it then with
the actual fronted you need to follow these changes.
the actual fronted you need to follow these steps.
### Setup Android Studio