Browse Source

guide: note about internal docs

pull/1/head
Sami Vaarala 11 years ago
parent
commit
5b1c5a2039
  1. 51
      website/TODO
  2. BIN
      website/deployed/duktape-site-0.6.0.tar.xz
  3. 4
      website/guide/intro.html

51
website/TODO

@ -0,0 +1,51 @@
FUTURE WORK
===========
* Make <hr>'s automatic and check consistency
* Guide: internal properties
* Guide: function objects
* Guide: error object contents
- Tracebacks: printing tracebacks, inspecting tracebacks
* Guide: internal object properties (?)
* Guide: __duk__ built-in
* Guide: performance tips? in 0.7
* Guide: leech from EJS docs? in 0.7
* Stack formatting
- fix stack right side explanation float, now works badly if wraps
- stack arrow looks bad
- clean up stack colors
- stack in printed version looks bad
- merge api doc from embjs side
- api call Summary -> Description?
+ sed
- narrow layout, types table break
- minimize HTML generated from stacks, e.g.
<span class="stack">
<span class="cap">[</span>
<span class="elem">1</span>
<span class="elem">2</span>
<span class="elem">3</span>
<span class="cap">]</span>
</span>
<span class="stack">
<b>[</b> <i>1</i> <i>2</i> <i>3</i> <b>]</b>
</span>
This interferes with text browsing though. HTML inline elements:

BIN
website/deployed/duktape-site-0.6.0.tar.xz

Binary file not shown.

4
website/guide/intro.html

@ -10,6 +10,10 @@
Once you're familiar with the basics, there is a concise
<a href="api.html">API reference</a> for looking up API details.</p>
<p>This document doesn't cover Duktape internals. Internal documentation
is provided as reStructuredText files in the full distribution, and is
only needed if you plan on changing Duktape internals.</p>
<h3>What is Duktape?</h3>
<p>Duktape is an embeddable Ecmascript E5/E5.1 interpreter with a focus

Loading…
Cancel
Save