Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 1.61 KB

index.rst

File metadata and controls

75 lines (51 loc) · 1.61 KB

Welcome to Coding with Kids's documentation!

Coding with kids can be a great and bold way. New concepts and terms.

  • Understand

    • Indented
  • Use available Options

  1. Numbered list

    1. 1st subitem
    2. 2nd subitem
  2. Second item

  3. Third item

Caution!

This should be inside a box.

Warning

This is a dangerous thing to do.

#!/bin/bash
if [test -d file] do
fi;
Results
No Competition John Adam Robert Paul
1 Swimming 1:30 2:05 1:15 1:41
2 Running 15:30 14:10 15:45 16:00
3 Shooting 70% 55% 90% 88%
.. toctree::
   :maxdepth: 2
   :hidden:
   :caption: Manuals

   Options/justlogic
   Options/justcode


Links

Internal

Link to a whole document :doc:`Options/justlogic`

or to a section inside it with a reference :ref:`Subsection in Just Logic <logicsub>`

External

http://doc.nexthink.com is an external link to: * Nexthink Documentation.