Skip to content

Commit

Permalink
Add warnings to incomplete tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Foust committed Oct 27, 2015
1 parent 2d488fb commit 833a723
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/howto/async.org
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
#+HTML_HEAD_EXTRA: <script type="text/javascript" src="hotdrink.min.js"></script>
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="style.css"/>

#+BEGIN_HTML
<div style="border: 1px solid #600; background: #fee; color: #600; padding: 1em">
!!! This tutorial is still being updated for version 2.1. Please check back later.
</div>
#+END_HTML

* Asynchronous concepts

** Asynchronous execution
Expand Down
6 changes: 6 additions & 0 deletions docs/howto/binding.org
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
#+HTML_HEAD_EXTRA: <script type="text/javascript" src="collapse.js"></script>
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="style.css"/>

#+BEGIN_HTML
<div style="border: 1px solid #600; background: #fee; color: #600; padding: 1em">
!!! This tutorial is still being updated for version 2.1. Please check back later.
</div>
#+END_HTML

* Binding to variables

The previous example interacted with the property model using only the ~get~
Expand Down
6 changes: 6 additions & 0 deletions docs/howto/program.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css"/>
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="style.css"/>

#+BEGIN_HTML
<div style="border: 1px solid #600; background: #fee; color: #600; padding: 1em">
!!! This tutorial is still being updated for version 2.1. Please check back later.
</div>
#+END_HTML

* Utility: an HTML JavaScript Console

We wish to start by illustrating a few simple classes and interfaces used in
Expand Down

0 comments on commit 833a723

Please sign in to comment.