Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yaml parsing has bug with same-title entries #244

Open
hrmacbeth opened this issue Jan 22, 2022 · 1 comment
Open

yaml parsing has bug with same-title entries #244

hrmacbeth opened this issue Jan 22, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@hrmacbeth
Copy link
Member

In the section "Hilbert spaces" of the undergrad.yaml file, there are two entries called "its completeness". It makes sense in context:

...
dual space: 'normed_space.dual.normed_space'
Riesz representation theorem: 'inner_product_space.to_dual'
inner product space $l^2$: 'lp.inner_product_space'
its completeness: 'lp.complete_space'
inner product space $L^2$: 'measure_theory.L2.inner_product_space'
its completeness: 'measure_theory.Lp.complete_space'
...

On the current display of the website, the first "its completeness" links to entry for the second "its completeness", and the second "its completeness" does not appear at all.

@hrmacbeth hrmacbeth added the bug Something isn't working label Jan 22, 2022
@PatrickMassot
Copy link
Member

I don't think it's worth making that code much more complicated for one example where we could simply change to "completeness of $l^2$" and "completeness of $L^2$"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants