Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1016 Bytes

index.rst

File metadata and controls

54 lines (43 loc) · 1016 Bytes

Runestone Components

This site documents the working of the Runestone Components. See the Runestone Interactive Overview or the Runestone instructor's guide.

Getting started

.. toctree::
    :maxdepth: 2

    README
    CONTRIBUTING
    I18N


Components

.. toctree::
    :maxdepth: 1
    :glob:

    runestone/overview
    runestone/*/toctree
    runestone/__init__.py
    runestone/__main__.py
    runestone/unittest_base.py


Packaging

.. toctree::
    :maxdepth: 2

    setup.py
    setup.cfg
    MANIFEST.in

Misc

.. toctree::
    :maxdepth: 2

    ACKNOWLEDGEMENTS
    .github/FUNDING.yml
    .gitignore
    .readthedocs.yml
    conf.py
    codechat_config.json
    requirements-dev.in
    requirements.in
    webpack.config.js
    public/index.html
    makeRelease.sh