Revert docs & learn pages to RTF again

This commit is contained in:
PhilipWitte
2015-02-13 13:25:57 -08:00
parent 0488001402
commit f1aa0a745e
3 changed files with 56 additions and 84 deletions

View File

@@ -518,15 +518,15 @@ pre .end { background:url("images/tabEnd.png") no-repeat left bottom; }
.standout h2 { margin-bottom:10px; padding-bottom:10px; border-bottom:1px dashed rgba(0,0,0,.8); }
.standout li { margin:0 !important; padding-top:10px; border-top:1px dashed rgba(0,0,0,.2); }
.standout ul { padding-bottom:5px; }
.standout ul.tools { list-style:url("images/docs-tools.png"); }
.standout ul.libraries { list-style:url("images/docs-libraries.png"); }
.standout ul.internals { list-style:url("images/docs-internals.png"); }
.standout ul.tutorials { list-style:url("images/docs-tutorials.png"); }
.standout ul.examples { list-style:url("images/docs-examples.png"); }
.standout ul.articles { list-style:url("images/docs-articles.png"); }
.standout .tools ul { list-style:url("images/docs-tools.png"); }
.standout .libraries ul { list-style:url("images/docs-libraries.png"); }
.standout .internals ul { list-style:url("images/docs-internals.png"); }
.standout .tutorials ul { list-style:url("images/docs-tutorials.png"); }
.standout .examples ul { list-style:url("images/docs-examples.png"); }
.standout .articles ul { list-style:url("images/docs-articles.png"); }
.standout li:first-child { padding-top:0; border-top:none; }
.standout li p { margin:0 0 10px 0 !important; line-height:130%; }
.standout li > a { font-weight:bold; }
.standout li p > a { font-weight:bold; }
.forum-user-info,
.forum-user-info * { cursor:help }

View File

@@ -6,22 +6,17 @@ Nim's Documentation
Standards & Guides
------------------
.. raw:: html
.. container:: libraries
<ul class="libraries">
<li>
<a href="lib.html">Standard Library</a><br>
<p>This document describes Nim's standard library.</p>
</li>
<li>
<a href="manual.html">Language Manual</a><br>
<p>The Nim manual is a draft that will evolve into a proper specification.</p>
</li>
<li>
<a href="nimc.html">Compiler User-Guide</a><br>
<p>The user guide lists command line arguments, special features of the compiler, etc.</p>
</li>
</ul>
- | `Standard Library <lib.html>`_
| This document describes Nim's standard library.
- | `Language Manual <manual.html>`_
| The Nim manual is a draft that will evolve into a proper specification.
- | `Compiler User Guide <nimc.html>`_
| The user guide lists command line arguments, special features of the
compiler, etc.
.. container:: standout
@@ -29,18 +24,14 @@ Nim's Documentation
Tools & Features
----------------
.. raw:: html
.. container:: tools
<ul class="tools">
<li>
<a href="filters.html">Source-Code Filters</a><br>
<p>The Nim compiler supports source code filters as a simple yet powerful builtin templating system.</p>
</li>
<li>
<a href="tools.html">Tools Documentation</a><br>
<p>Description of some tools that come with the standard distribution.</p>
</li>
</ul>
- | `Source Code Filters <filters.html>`_
| The Nim compiler supports source code filters as a simple yet powerful
builtin templating system.
- | `Tools Documentation <tools.html>`_
| Description of some tools that come with the standard distribution.
.. container:: standout
@@ -48,18 +39,15 @@ Nim's Documentation
Internal Details
----------------
.. raw:: html
.. container:: internals
<ul class="internals">
<li>
<a href="gc.html">Garbage Collector</a><br>
<p>Additional documentation about Nim's GC and how to operate it in a realtime setting.</p>
</li>
<li>
<a href="intern.html">Internal Documentation</a><br>
<p>The internal documentation describes how the compiler is implemented. Read this if you want to hack the compiler.</p>
</li>
</ul>
- | `Garbage Collector <gc.html>`_
| Additional documentation about Nim's GC and how to operate it in a
realtime setting.
- | `Internal Documentation <intern.html>`_
| The internal documentation describes how the compiler is implemented. Read
this if you want to hack the compiler.
Search Options

View File

@@ -6,18 +6,13 @@ Learning Nim
Tutorials
---------
.. raw:: html
.. container:: tutorials
<ul class="tutorials">
<li>
<a href="tut1.html">Tutorial (part I)</a><br>
<p>Learn the basics of Nim's types, variables, procedures, control flow, etc...</p>
</li>
<li>
<a href="tut2.html">Tutorial (part II)</a><br>
<p>Learn Nim's more advanced features such as OOP, generics, macros, etc...</p>
</li>
</ul>
- | `Tutorial (part I) <tut1.html>`_
| Learn the basics of Nim's types, variables, procedures, control flow, etc...
- | `Tutorial (part II) <tut2.html>`_
| Learn Nim's more advanced features such as OOP, generics, macros, etc...
.. container:: standout
@@ -25,22 +20,16 @@ Learning Nim
Examples
--------
.. raw:: html
.. container:: examples
<ul class="examples">
<li>
<a href="http://nim-by-example.github.io">Nim by Example</a><br>
<p>Nim by Example is an excellent starting place for beginners.</p>
</li>
<li>
<a href="http://rosettacode.org/wiki/Category:Nimrod">Nim on Rosetta Code</a><br>
<p>Many different Nim code examples comparable to other languages for reference.</p>
</li>
<li>
<a href="https://github.com/Araq/Nim/wiki/Nim-for-C-programmers">Nim for C/C++ Programmers</a><br>
<p>A useful cheat-sheet for those most familiar with C/C++ languages.</p>
</li>
</ul>
- | `Nim by Example <http://nim-by-example.github.io/>`_
| Nim by Example is an excellent starting place for beginners.
- | `Nim on Rosetta Code <http://rosettacode.org/wiki/Category:Nimrod>`_
| Many different Nim code examples comparable to other languages for reference.
- | `Nim for C/C++ Programmers <https://github.com/Araq/Nim/wiki/Nim-for-C-programmers>`_
| A useful cheat-sheet for those most familiar with C/C++ languages.
.. container:: standout
@@ -48,21 +37,16 @@ Learning Nim
Articles
--------
.. raw:: html
.. container:: articles
<ul class="articles">
<li>
<a href="http://www.drdobbs.com/open-source/nimrod-a-new-systems-programming-languag/240165321">Dr Dobbs Nimrod Publication</a><br>
<p> </p> <!-- TODO: fix CSS so these empty paragraphs aren't needed --!>
</li>
<li><a href="http://goran.krampe.se/nim/">Göran Krampe's Nim Articles</a><br><p> </p></li>
<li><a href="http://hookrace.net/blog/what-is-special-about-nim/">What is special about Nim?</a><br><p> </p></li>
<li><a href="http://hookrace.net/blog/what-makes-nim-practical/">What makes Nim practical?</a><br><p> </p></li>
<li><a href="https://akehrer.github.io/nim/2015/01/05/getting-started-with-nim.html">Getting Started With Nim</a><br><p> </p></li>
<li><a href="https://akehrer.github.io/nim/2015/01/14/getting-started-with-nim-pt2.html">Getting Started With Nim - Part 2</a><br><p> </p></li>
<li><a href="https://akehrer.github.io/nim/2015/01/24/connecting-nim-to-python.html">Connecting Nim to Python</a><br><p> </p></li>
<li><a href="http://programmingthomas.com/blog/2015/1/27/nim-on-ios">Nim on iOS</a><br></li>
</ul>
- `How I Start: Nim <http://howistart.org/posts/nim/1>`_
- `Getting Started With Nim <https://akehrer.github.io/nim/2015/01/05/getting-started-with-nim.html>`_
- `Getting Started With Nim - Part 2 <https://akehrer.github.io/nim/2015/01/14/getting-started-with-nim-pt2.html>`_
- `What is special about Nim? <http://hookrace.net/blog/what-is-special-about-nim>`_
- `What makes Nim practical? <http://hookrace.net/blog/what-makes-nim-practical>`_
- `Learn Nim in minutes <http://learnxinyminutes.com/docs/nim>`_
- `Dr Dobbs Nimrod Publication <http://www.drdobbs.com/open-source/nimrod-a-new-systems-programming-languag/240165321>`_
- `Nim articles by Göran Krampe <http://goran.krampe.se/category/nim>`_
Documentation