Skip to content

Commit b199072

Browse files
author
John Perry
committed
modified stuff to make broken stuff work and deleted stuff not break it, then added mew_cats
1 parent b9825bf commit b199072

File tree

5 files changed

+69
-58
lines changed

5 files changed

+69
-58
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
[submodule "math157"]
7171
path = math157
7272
url = https://github.com/kedlaya/math157
73-
[submodule "public_finance_2018_2019"]
74-
path = public_finance_2018_2019
75-
url = https://github.com/dgdi/public_finance_2018_2019.git
7673
[submodule "nbgrader-demo"]
7774
path = nbgrader-demo
7875
url = https://github.com/jhamrick/nbgrader-demo.git
@@ -85,3 +82,6 @@
8582
[submodule "Hub"]
8683
path = Hub
8784
url = https://github.com/activeloopai/Hub/
85+
[submodule "mew_cats"]
86+
path = mew_cats
87+
url = https://github.com/johnperry-math/mew_cats

index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def consistency_checks(meta, docs):
9494
'/'
9595
), f'doc "{title}" src must end with a slash to signal it is a directory. single files will be supported later ...'
9696
assert os.path.exists(os.path.join(
97-
ROOT, doc['src'])), 'doc "{}" src path does not exist!'
97+
ROOT, doc['src'])), 'doc "{}" src path does not exist!' + os.path.join(ROOT,doc['src'])
9898
assert doc['category'] in cats
9999
if 'tags' in doc:
100100
for t in doc['tags']:

index.yaml

Lines changed: 64 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,19 @@ references:
7777
# Variational Quantum Eigensolver: gaining intuition about Variational Quantum Eigensolver.
7878
# (based on [Quiskit](https://qiskit.org/), the "Quntum Information Science Kit")
7979
#website: "https://github.com/JavaFXpert/vqe-playground"
80-
---
81-
id: cocalc-first-steps
82-
title: First Steps in CoCalc
83-
src: first-steps/src/
84-
subdir: first-steps
85-
license: a20
86-
thumbnail: thumbs/cocalc-first-steps.png
87-
preview: "https://cocalc.com/share/db57295bb8c40e9b425cc9be4107cdfc39929c8c/examples/first-steps?viewer=share"
88-
category: intro
89-
tags:
90-
- intro
91-
description: |
92-
Quick introduction to CoCalc interface and basic functionalities.
80+
#---
81+
#id: cocalc-first-steps
82+
#title: First Steps in CoCalc
83+
#src: first-steps/src/
84+
#subdir: first-steps
85+
#license: a20
86+
#thumbnail: thumbs/cocalc-first-steps.png
87+
#preview: "https://cocalc.com/share/db57295bb8c40e9b425cc9be4107cdfc39929c8c/examples/first-steps?viewer=share"
88+
#category: intro
89+
#tags:
90+
# - intro
91+
#description: |
92+
# Quick introduction to CoCalc interface and basic functionalities.
9393
---
9494
id: "bayes-for-hackers"
9595
title: "Bayesian Methods for Hackers"
@@ -268,20 +268,20 @@ license: ccbysa
268268
description: |
269269
A book about the mathematics needed to use Sage efficiently, illustrated by concrete examples. The first part is accessible to high school and undergraduate students. The remainder is suited for graduate students, teachers, and researchers.
270270
website: http://sagebook.gforge.inria.fr/english.html
271-
---
272-
id: math157
273-
src: math157/
274-
category: math
275-
tags:
276-
- sage
277-
title: "Math 157: Intro to Mathematical Software"
278-
author: "Kiran S. Kedlaya and William Stein"
279-
thumbnail: thumbs/math157.png
280-
license: ccbysa
281-
description: |
282-
Course materials from *Math 157: Intro to Mathematical Software*, taught by Kiran Kedlaya at UC San Diego during the winter 2018 quarter.
283-
These were adapted from a similar course (Math 152) taught by Kedlaya at UCSD during winter 2017,
284-
and ultimately from several courses (Math 480) taught by William Stein at University of Washington.
271+
#---
272+
#id: math157
273+
#src: math157/
274+
#category: math
275+
#tags:
276+
# - sage
277+
#title: "Math 157: Intro to Mathematical Software"
278+
#author: "Kiran S. Kedlaya and William Stein"
279+
#thumbnail: thumbs/math157.png
280+
#license: ccbysa
281+
#description: |
282+
# Course materials from *Math 157: Intro to Mathematical Software*, taught by Kiran Kedlaya at UC San Diego during the winter 2018 quarter.
283+
# These were adapted from a similar course (Math 152) taught by Kedlaya at UCSD during winter 2017,
284+
# and ultimately from several courses (Math 480) taught by William Stein at University of Washington.
285285
---
286286
id: think-complexity-2ed
287287
src: think-complexity-2ed/code/
@@ -377,32 +377,31 @@ description: |
377377
*This is the accompanying code for this book.*
378378
website: http://greenteapress.com/thinkos/
379379
license: ccbysa
380-
---
381-
id: scikit-image-tutorials
382-
src: scikit-image-tutorials/
383-
title: Scikit-Image Tutorials
384-
category: datascience
385-
thumbnail: thumbs/scikit-image.png
386-
website: "https://github.com/scikit-image/skimage-tutorials"
387-
preview: "https://share.cocalc.com/share/bf8bd3b9a338f447bf053411c13165e35d66b9a5/examples/scikit-image-tutorials/?viewer=share"
388-
license: cc0
389-
description: |
390-
A collection of tutorials for the scikit-image package.
391-
---
392-
id: public-finance-2018-2019
393-
src: public_finance_2018_2019/
394-
title: "Public Finance 2018/2019 UCSC"
395-
author: "Duccio Gamannossi degl'Innocenti"
396-
website: "https://github.com/dgdi/public_finance_2018_2019"
397-
license: bsd
398-
category: finance
399-
tags:
400-
- finance
401-
description: |
402-
This repository stores the [SageMath](http://www.sagemath.org/) notebooks for the course
403-
Public Finance 2018/2019 at the Catholic University of the Sacred Heart, Milan.
404-
405-
Author: [Duccio Gamannossi degl'Innocenti](http://www.dgdi.me)
380+
#---
381+
#id: scikit-image-tutorials
382+
#src: scikit-image-tutorials/
383+
#title: Scikit-Image Tutorials
384+
#category: datascience
385+
#thumbnail: thumbs/scikit-image.png
386+
#website: "https://github.com/scikit-image/skimage-tutorials"
387+
#preview: "https://share.cocalc.com/share/bf8bd3b9a338f447bf053411c13165e35d66b9a5/examples/scikit-image-tutorials/?viewer=share"
388+
#license: cc0
389+
#description: |
390+
# A collection of tutorials for the scikit-image package.
391+
#---
392+
#id: public-finance-2018-2019
393+
#src: public_finance_2018_2019/
394+
#title: "Public Finance 2018/2019 UCSC"
395+
#author: "Duccio Gamannossi degl'Innocenti"
396+
#website: "https://github.com/dgdi/public_finance_2018_2019"
397+
#license: bsd
398+
#category: finance
399+
#tags:
400+
# - finance
401+
#description: |
402+
# This repository stores the [SageMath](http://www.sagemath.org/) notebooks for the course
403+
# Public Finance 2018/2019 at the Catholic University of the Sacred Heart, Milan.
404+
# Author: [Duccio Gamannossi degl'Innocenti](http://www.dgdi.me)
406405
---
407406
id: nbgrader-demo
408407
title: NBGrader Examples
@@ -467,3 +466,15 @@ description: |
467466
Hub provides fast access to the state-of-the-art datasets for Deep Learning,
468467
enabling data scientists to manage them,
469468
build scalable data pipelines and connect to Pytorch and Tensorflow
469+
---
470+
id: mew-cats
471+
title: Mathematical Explorations With Computer Algebra Technology
472+
src: mew_cats/
473+
subdir: mew_cats/
474+
license: ccbysa
475+
thumbnail: mew_cats/graphics/mew_cats/mews_parabola_mouse.png
476+
category: intro
477+
tags:
478+
- intro
479+
- math
480+
author: John Harris, Karen Kohl, and John Perry

mew_cats

Submodule mew_cats added at 4d58a3f

public_finance_2018_2019

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)