Skip to content

Commit

Permalink
Remove welcome/links-documentation (#135)
Browse files Browse the repository at this point in the history
* Remove welcome/links-documentation - fixes #129

* Added @ZombineDev's ideas for improving the further reading page
  • Loading branch information
wilzbach authored and JackStouffer committed Feb 25, 2017
1 parent 4065469 commit 8431355
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 25 deletions.
28 changes: 19 additions & 9 deletions basics/further-reading.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# Further Reading
Further Reading
===============

Now that you've finished the basics, you can move on to some more advanced sections of this tour. Or, you can check out some of the following resources:

### Basic resources
Basic resources
---------------

* [Learn D as a beginner](http://ddili.org/ders/d.en/index.html)
* [Learn D as an experienced programmers](http://wiki.dlang.org/Coming_From) coming from other languages
* Quickstart with [D Tutorials](https://wiki.dlang.org/Tutorials)
* New to programming? [This book](http://ddili.org/ders/d.en/index.html) is a great starting place for beginners
* [Coming form another language?](http://wiki.dlang.org/Coming_From)
* Looking for a book to read? [Discover books about D](https://wiki.dlang.org/Books)
* Read [articles about D](http://dlang.org/articles.html)
* Explore more [D Tutorials](https://wiki.dlang.org/Tutorials)
* Browse the [D Wiki](https://wiki.dlang.org/), which contains a lot of information and links
* Explore [articles about D](http://dlang.org/articles.html)
* Discover [books about D](https://wiki.dlang.org/Books), for an in-depth view
* See [common questions about D](http://dlang.org/faq.html)
* See [frequently asked questions about D](http://dlang.org/faq.html)

### In-depth resources
In-depth resources
------------------

* Get familiar with the API of the standard library [Phobos](https://dlang.org/phobos)
* Read the [language reference](https://dlang.org/spec/)
Expand All @@ -24,3 +27,10 @@ Now that you've finished the basics, you can move on to some more advanced secti
* See the D Language on [Rosetta code](http://rosettacode.org/wiki/Category:D)
* Explore [awesome-d](https://github.com/zhaopuming/awesome-d/blob/master/README.md) - A curated list of awesome D frameworks, libraries and software
* Get inspired by [Idioms for the D Programming Language](https://p0nce.github.io/d-idioms/)

Help
----

* Ask questions in the [#d](irc://irc.freenode.net/d) IRC channel on freenode ([web interface](https://kiwiirc.com/client/irc.freenode.net/d))
* Get help at [D.learn](http://forum.dlang.org/group/learn)
* Open an issue [at the D bugtracker](https://issues.dlang.org)
1 change: 0 additions & 1 deletion welcome/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ ordering:
- languages
- install-d-locally
- run-d-program-locally
- links-documentation
15 changes: 0 additions & 15 deletions welcome/links-documentation.md

This file was deleted.

0 comments on commit 8431355

Please sign in to comment.