Skip to content

Commit

Permalink
add links
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed May 1, 2015
1 parent c1b59d1 commit ce4fc7a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 81 deletions.
2 changes: 1 addition & 1 deletion docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The minimal configuration file for this example is
:language: json
:tab-width: 4

.. note:: The python should be `installed <https://www.python.org/downloads/>`_. PyD searches the version of the python that is noted in the sub-configuration (``"pyd": "python34"`` in this example). For more information, see `the PyD's dub configuration file <https://github.com/ariovistus/pyd/blob/master/dub.json>`_.
.. note:: The `python <https://www.python.org/downloads/>`_ and matplotlib should be installed. PyD searches the version of the python that is noted in the sub-configuration (``"pyd": "python34"`` in this example). For more information, see `the PyD's dub configuration file <https://github.com/ariovistus/pyd/blob/master/dub.json>`_.

The `following program <https://github.com/9il/thenextafterc/tree/master/examples/matplotlib>`_
reads data from a file and shows the histogram.
Expand Down
116 changes: 36 additions & 80 deletions docs/source/links.rst
Original file line number Diff line number Diff line change
@@ -1,83 +1,39 @@
Links
==============================================

NOT READY!

Books
-------------------

Articles
------------

Compilers
--------------

Development Environments
------------------------



.. DMD
.. ~~~
.. DMD
.. LLVM D Compiler
.. ~~~~~~~~~~~~~~~~
.. LLVM
.. GNU D compiler
.. ~~~~~~~~~~~~~~~~
.. GDC
.. Sublime Text 3
.. ~~~~~~~~~~~~~~
.. Vim
.. ~~~~~~~~
.. Mono-D
.. ~~~~~~~~
.. Visual-D
.. ~~~~~~~~
.. DDT
.. ~~~~~~~
Documentation generators
-------------------------

.. Harbored mode
.. ~~~~~~~~~~~~~~~~
.. ddoc
.. ~~~~~~~~~~~~~~~~
.. ddox
.. ~~~~~~~~~~~~~~~~
Online tools
--------------
.. Testing & Debugging
.. -------------------
.. Travis CI
.. ~~~~~~~~~~~~~
.. Code coverage
.. --------------
.. Coveralls
.. ~~~~~~~~~~~~~
.. Interactive D Compiler and Disassembler
.. ----------------------------------------
Libraries and Frameworks
-------------------------
General:
- http://dlang.org - The D Programming Language
- http://wiki.dlang.org - The D Wiki
- http://code.dlang.org - The D Package Registry
- http://forum.dlang.org - Discussion
- http://dconf.org - The Conference
- http://ddocs.org - Documentation for all packages published at the D Package Registry (temporary unavailable)

`Books <http://wiki.dlang.org/Books>`_:
- **The D Programming Language**, Andrei Alexandrescu, June 12, 2010.

+ `Amazon <http://www.amazon.com/D-Programming-Language-Andrei-Alexandrescu/dp/0321635361>`_
+ `Read chapter 1 online - "D"iving In <http://www.informit.com/articles/article.aspx?p=1381876>`_
+ `Read chapter 13 online - Concurrency <http://www.informit.com/articles/article.aspx?p=1609144>`_
+ `Errata <http://erdani.com/tdpl/errata/>`_
- **Programming in D**, Ali Çehreli - `The online book <The online book>`_
- **D Cookbook**, Adam D. Ruppe, May 26, 2014

+ `Publisher's page <http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book>`_
+ `Amazon <http://www.amazon.com/dp/1783287217/?tag=packtpubli-20>`_
- **D Templates: A Tutorial**, Philippe Sigaud - `Free book <https://github.com/PhilippeSigaud/D-templates-tutorial>`_
- **Pragmatic D Tutorial**, Andreas Zwinkau - `Website <http://qznc.github.io/d-tut/index.html>`_
- **Developing with compile time in mind**, Richard Cattermole, February 17, 2015 - `Website <https://leanpub.com/ctfe>`_
- **D programming**, January 1, 2015 - `Website <http://www.tutorialspoint.com/d_programming/>`_

`Compilers <http://wiki.dlang.org/Compilers>`_:
- `DMD <http://dlang.org/download.html>`_ - The reference D compiler
- `LDC <https://github.com/ldc-developers/ldc>`_ - LLVM D Compiler
- `GDC <http://gdcproject.org/downloads>`_ - GCC D Compiler


`Development Environments <http://wiki.dlang.org/IDEs>`_:
- `Visual D <https://github.com/D-Programming-Language/visuald/releases>`_ - integration into Visual Studio
- `Mono-D <http://wiki.dlang.org/Mono-D>`_ - D support to the cross-platform XamarinStudio/MonoDevelop IDE
- `DKit <https://github.com/yazd/DKit>`_ - a package to aid developing D programs using Sublime Text 3
- `DDT <http://ddt-ide.github.io>`_ - an Eclipse IDE for the D programming language

0 comments on commit ce4fc7a

Please sign in to comment.