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

Update cppreference with mdspan #207

Open
bernhardmgruber opened this issue Nov 7, 2022 · 4 comments
Open

Update cppreference with mdspan #207

bernhardmgruber opened this issue Nov 7, 2022 · 4 comments

Comments

@bernhardmgruber
Copy link
Contributor

Hi! I am working with mdspan every now and then, so, naturally, I need to consult its documentation. I usually used P0009 as a reference, but since it was approved in WG21 plenary and merged to the C++ working draft, it has not been updated anymore. Several follow-up papers have been proposed and accepted in the meantime, so there is no longer a single up-to-date reference.

At some point I noticed someone started populating cppreference with mdspan: https://en.cppreference.com/w/cpp/container/mdspan. However, just the synopsis of std::mdspan is given. It would really help me as a user, if you could take a bit of time to add a synopsis for the related classes as well, e.g. for the layouts and accessors. Also, consider adding the individual pages for each member function so at least the up-to-date signature is browsable there.

I understand this may be quite time consuming, so maybe focus on just the content from the proposals for now. Examples can for sure be added later! Thank you!

@mhoemmen
Copy link
Contributor

mhoemmen commented Nov 7, 2022

@bernhardmgruber
Copy link
Contributor Author

Yeah, I should have thought about that myself :D Thx!

Still, would also be great to have it on cppreference! :)

@crtrott
Copy link
Member

crtrott commented Nov 22, 2022

Do we know any editors?

@mhoemmen
Copy link
Contributor

Do you mean cppreference editors? It's a wiki so in theory we could do it.

mhoemmen added a commit to mhoemmen/mdspan that referenced this issue Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants