|
17 | 17 | {% include header.html %} |
18 | 18 |
|
19 | 19 | <div class="well well-sm"> |
20 | | - <h3>Detailed ChaiScript <a href="/docs/5/index.html">documentation</a> is currently generated via Doxygen.</h3> |
21 | | - |
22 | | - More succinct examples are coming soon-ish. If you'd like to help please <a href="http://blog.emptycrate.com/contact">contact</a> us. |
| 20 | + <h2>Please first see the <a href="https://github.com/ChaiScript/ChaiScript/blob/develop/cheatsheet.md">cheatsheet</a>.</h2> |
23 | 21 | </div> |
24 | 22 |
|
25 | | -<div class="alert alert-success"> |
26 | | - <a class="alert-link" href="/docs/5/index.html">ChaiScript 5.x series (requiring C++11) Generated Documents.</a> |
| 23 | +<div class="well well-sm"> |
| 24 | + <h3>Detailed ChaiScript <a href="https://codedocs.xyz/ChaiScript/ChaiScript/">documentation</a> is currently generated via Doxygen.</h3> |
27 | 25 | </div> |
28 | 26 |
|
29 | 27 |
|
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | 28 | <div class="body-with-margin"> |
35 | 29 | <div class="panel panel-success"> |
36 | 30 | <div class="panel-heading"> |
37 | | - <h4><a href="docs/5/index.html#gettingstarted">Getting Started With The API</a>: how to use the API</li></h4> |
| 31 | + <h4><a href="https://codedocs.xyz/ChaiScript/ChaiScript/index.html#gettingstarted">Getting Started With The API</a>: how to use the API</li></h4> |
38 | 32 | </div> |
39 | 33 | <ul class="list-group"> |
40 | | - <li class="list-group-item"><a href="docs/5/index.html#functionobjects">Function Objects</a>: passing functions between ChaiScript and C++. Call your script from your C++ and your C++ from your script, typesafely.</li> |
41 | | - <li class="list-group-item"><a href="docs/5/index.html#exceptions">Exceptions</a>: handling cross-language exceptions typesafely and seamlessly.</li> |
42 | | - <li class="list-group-item"><a href="docs/5/index.html#operatoroverloading">overload operators</a>: you can even add new operators seen by ChaiScript to your C++ classes.</li> |
| 34 | + <li class="list-group-item"><a href="https://codedocs.xyz/ChaiScript/ChaiScript/index.html#functionobjects">Function Objects</a>: passing functions between ChaiScript and C++. Call your script from your C++ and your C++ from your script, typesafely.</li> |
| 35 | + <li class="list-group-item"><a href="https://codedocs.xyz/ChaiScript/ChaiScript/index.html#exceptions">Exceptions</a>: handling cross-language exceptions typesafely and seamlessly.</li> |
| 36 | + <li class="list-group-item"><a href="https://codedocs.xyz/ChaiScript/ChaiScript/index.html#operatoroverloading">overload operators</a>: you can even add new operators seen by ChaiScript to your C++ classes.</li> |
43 | 37 | </ul> |
44 | 38 | </div> |
45 | 39 |
|
46 | 40 | <div class="panel panel-success"> |
47 | 41 | <div class="panel-heading"> |
48 | | - <h4><a href="docs/5/LangGettingStarted.html">Getting Started With Scripting</a>: how to use the ChaiScript scripting language</h4> |
| 42 | + <h4><a href="https://codedocs.xyz/ChaiScript/ChaiScript/LangGettingStarted.html">Getting Started With Scripting</a>: how to use the ChaiScript scripting language</h4> |
49 | 43 | </div> |
50 | 44 |
|
51 | 45 | <ul class="list-group"> |
52 | | - <li class="list-group-item"><a href="docs/5/LangObjectSystemRef.html">Object System Reference</a>: defining objects inside of ChaiScript</li> |
53 | | - <li class="list-group-item"><a href="docs/5/LangStandardLibraryRef.html">Standard Library</a>: the set of built in scripting functions</li> |
54 | | - <li class="list-group-item"><a href="docs/5/LangKeywordRef.html">Keyword Reference</a>: the general language syntax and usage</li> |
| 46 | + <li class="list-group-item"><a href="https://codedocs.xyz/ChaiScript/ChaiScript/LangObjectSystemRef.html">Object System Reference</a>: defining objects inside of ChaiScript</li> |
| 47 | + <li class="list-group-item"><a href="https://codedocs.xyz/ChaiScript/ChaiScript/LangStandardLibraryRef.html">Standard Library</a>: the set of built in scripting functions</li> |
| 48 | + <li class="list-group-item"><a href="https://codedocs.xyz/ChaiScript/ChaiScript/LangKeywordRef.html">Keyword Reference</a>: the general language syntax and usage</li> |
55 | 49 | </ul> |
56 | 50 | </div> |
57 | 51 |
|
58 | | - <div class="alert alert-success"> |
59 | | - <a class="alert-link" href="/docs/4/index.html">ChaiScript 4.x series (requiring boost) Generated Documents.</a> |
60 | | - </div> |
61 | | - |
62 | 52 | </body> |
0 commit comments