This repository was archived by the owner on Jun 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ Components
2424 runestone/* /toctree
2525 runestone/__init__.py
2626 runestone/__main__.py
27+ runestone/conftest.py
28+ runestone/shared_conftest.py
2729 runestone/unittest_base.py
2830
2931
@@ -35,6 +37,7 @@ Packaging
3537 setup.py
3638 setup.cfg
3739 MANIFEST.in
40+ webpack.config.js
3841
3942Misc
4043====
4447 ACKNOWLEDGEMENTS
4548 .github/FUNDING.yml
4649 .gitignore
50+ .github/workflows/python-package.yml
4751 .readthedocs.yml
4852 conf.py
4953 codechat_config.yaml
5054 requirements-dev.in
5155 requirements.in
52- webpack.config.js
5356 public/index.html
5457 makeRelease.sh
Original file line number Diff line number Diff line change 11*************************************************
2- ActiveCode
2+ ActiveCode - Run code in the browser
33*************************************************
4+ See the `overview <https://runestone.academy/runestone/books/published/overview/ActiveCode/toctree.html >`_.
5+
46.. toctree ::
57 :maxdepth: 1
68 :glob:
Original file line number Diff line number Diff line change 1+ # ***********************************************
2+ # |docname| - Define the ``assignment`` directive
3+ # ***********************************************
4+ #
15# Copyright (C) 2015 Paul Resnick
26#
37# This program is free software: you can redistribute it and/or modify
Original file line number Diff line number Diff line change 1- *************************************************
2- Accessibility
3- *************************************************
1+ **************************************************
2+ Assignment - directives for creating an assignment
3+ **************************************************
44.. toctree ::
55 :maxdepth: 1
6- :glob:
76
8- * .py
9- js/* .js
10- css/* .css
11- test/test_* .py
7+ __init__.py
Original file line number Diff line number Diff line change 1- *************************************************
2- Accessibility
3- *************************************************
1+ ********************************************************
2+ Blockly - Embed block-based code generation in Runestone
3+ ********************************************************
4+ Warning: This component is deprecated. Do not use it in new books.
5+
46.. toctree ::
57 :maxdepth: 1
68 :glob:
79
10+ README
811 * .py
9- js/* .js
10- css/* .css
11- test/test_* .py
Original file line number Diff line number Diff line change 1- # *********
2- # |docname|
3- # *********
1+ # ******************************************************************
2+ # |docname| - Provide Sphinx support for fill-in-the-blank questions
3+ # ******************************************************************
44#
55# .. Copyright (C) 2013 Bradley N. Miller
66#
Original file line number Diff line number Diff line change 1+ *************************************************
2+ Dynamic Questions
3+ *************************************************
4+ See the `overview book <https://runestone.academy/runestone/books/published/overview/Containers/dynamic.html >`_ for user documentation.
5+
6+ .. toctree ::
7+ :maxdepth: 1
8+ :glob:
9+
10+ * .py
11+ js/* .js
12+ css/* .css
Original file line number Diff line number Diff line change 11*************************************************
2- Accessibility
2+ Timed Exam Questions
33*************************************************
4+ See the `overview book <https://runestone.academy/runestone/books/published/overview/Assessments/timed.html >`_ for user documentation.
5+
46.. toctree ::
57 :maxdepth: 1
68 :glob:
You can’t perform that action at this time.
0 commit comments