Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Latest commit

 

History

History
60 lines (48 loc) · 1.2 KB

index.rst

File metadata and controls

60 lines (48 loc) · 1.2 KB

Runestone Components

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

Demo linking to the Runestone Server docs: :ref:`assignments/grades_report endpoint`.

Getting started

.. toctree::
    :maxdepth: 2

    README
    CONTRIBUTING
    I18N


Components

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

    runestone/overview
    runestone/*/toctree
    runestone/__init__.py
    runestone/__main__.py
    runestone/conftest.py
    runestone/shared_conftest.py


Packaging

.. toctree::
    :maxdepth: 2

    setup.py
    setup.cfg
    MANIFEST.in
    webpack.config.js

Misc

.. toctree::
    :maxdepth: 2

    ACKNOWLEDGEMENTS
    .github/FUNDING.yml
    runestone/conftest.py
    runestone/shared_conftest.py
    .gitignore
    .github/workflows/python-package.yml
    .readthedocs.yml
    conf.py
    codechat_config.yaml
    requirements-dev.in
    requirements.in
    public/index.html
    makeRelease.sh