Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Apr 21, 2015
1 parent 9708739 commit fda8fc1
Show file tree
Hide file tree
Showing 9 changed files with 99 additions and 29 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

*.sublime-workspace

*.sublime-project
9 changes: 9 additions & 0 deletions docs/source/example.rst → docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,12 @@ Phobos is the standard runtime library that comes with the D language compiler.
.. _D: http://dlang.org
.. _C Standard library: http://www.cplusplus.com/reference/clibrary/
.. _Phobos: http://dlang.org/phobos/

Plotting
~~~~~~~~

Web Application
~~~~~~~~~~~~~~~

Various Build Systems
~~~~~~~~~~~~~~~~~~~~~~~
9 changes: 4 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ Welcome to Quick Start with D's documentation!

NOT READY!

Contents:

.. toctree::
:maxdepth: 2

sdk
example
vibed
examples
tools
integration
links

23 changes: 23 additions & 0 deletions docs/source/integration.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Integration with other languages
==============================================

C and friends
----------

C
~~~

C++
~~~~~~~

Objective-C
~~~~~~~~~~~~~

Python
----------

javascript
----------

Lua
----
9 changes: 8 additions & 1 deletion docs/source/links.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
Links
==============================================

NOT READY!
General
-----------

Libraries and Frameworks
-------------------------

Articles
------------
36 changes: 18 additions & 18 deletions docs/source/sdk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,38 @@ Software Development Kit

NOT READY!

Compiler
Compilers
--------------

Build systems
--------------
DMD
~~~

Naive
~~~~~~~~
DMD

Makefile
~~~~~~~~
LLVM D Compiler
~~~~~~~~~~~~~~~~

rdmd
~~~~~~~~
LLVM

dub
~~~~~~~~
GNU D compiler
~~~~~~~~~~~~~~~~

GDC

Tools
Build systems
--------------

DCD
Makefile
~~~~~~~~

Online Tools
--------------
rdmd
~~~~~~~~

DPaste
dub
~~~~~~~~


IDE
Development Environments
--------------

Sublime Text 3
Expand All @@ -50,4 +50,4 @@ Visual-D
~~~~~~~~

DDT
~~~~~~~
~~~~~~~
1 change: 0 additions & 1 deletion docs/source/style.sty

This file was deleted.

33 changes: 33 additions & 0 deletions docs/source/tools.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Tools & Services
==========


Documentation generators
-------------------------

Harbored mode
~~~~~~~~~~~~~~~~

ddoc
~~~~~~~~~~~~~~~~

ddox
~~~~~~~~~~~~~~~~


Testing & Debugging
-------------------

Travis CI
~~~~~~~~~~~~~


Code coverage
--------------

Coveralls
~~~~~~~~~~~~~


Interactive D Compiler and Disassembler
----------------------------------------
4 changes: 0 additions & 4 deletions docs/source/vibed.rst

This file was deleted.

0 comments on commit fda8fc1

Please sign in to comment.