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

alphabetical table should be converted to rst and fix all warnings to links #415

Closed
fnrizzi opened this issue Jun 13, 2023 · 1 comment
Closed
Assignees

Comments

@fnrizzi
Copy link
Collaborator

fnrizzi commented Jun 13, 2023

https://github.com/kokkos/kokkos-core-wiki/blob/main/docs/source/API/alphabetical.md this should be converted to rst
and that should also fix all these warnings

/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:51: WARNING: 'myst' reference target not found: Cuda
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:52: WARNING: 'myst' reference target not found: CudaSpace
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:53: WARNING: 'myst' reference target not found: CudaUVMSpace
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:54: WARNING: 'myst' reference target not found: CudaHostPinnedSpace
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:57: WARNING: 'myst' reference target not found: ExecutionSpaceConcept
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:60: WARNING: 'myst' reference target not found: HostSpace
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:61: WARNING: 'myst' reference target not found: HPX
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:65: WARNING: 'myst' reference target not found: is_array_layout
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:66: WARNING: 'myst' reference target not found: is_execution_policy
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:67: WARNING: 'myst' reference target not found: ExecutionSpaceConcept
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:68: WARNING: 'myst' reference target not found: is_memory_space
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:68: WARNING: 'myst' reference target not found: MemorySpaceConcept
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:69: WARNING: 'myst' reference target not found: is_memory_traits
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:70: WARNING: 'myst' reference target not found: is_reducer
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:71: WARNING: 'myst' reference target not found: is_space
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:83: WARNING: 'myst' reference target not found: MemorySpaceConcept
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:88: WARNING: 'myst' reference target not found: OpenMP
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:89: WARNING: 'myst' reference target not found: OpenMPTarget
/Users/fnrizzi/Desktop/work/kokkoscore/kokkos-core-wiki/docs/source/API/alphabetical.md:105: WARNING: 'myst' reference target not found: Serial
@antoinemeyer5
Copy link
Collaborator

antoinemeyer5 commented Jun 14, 2023

  • WARNING: 'myst' reference target not found: Cuda
  • WARNING: 'myst' reference target not found: CudaSpace
  • WARNING: 'myst' reference target not found: CudaUVMSpace
  • WARNING: 'myst' reference target not found: CudaHostPinnedSpace
  • WARNING: 'myst' reference target not found: ExecutionSpaceConcept
  • WARNING: 'myst' reference target not found: HostSpace
  • WARNING: 'myst' reference target not found: HPX
  • WARNING: 'myst' reference target not found: is_array_layout
  • WARNING: 'myst' reference target not found: is_execution_policy
  • WARNING: 'myst' reference target not found: is_memory_space
  • WARNING: 'myst' reference target not found: is_memory_traits
  • WARNING: 'myst' reference target not found: is_reducer
  • WARNING: 'myst' reference target not found: is_space
  • WARNING: 'myst' reference target not found: MemorySpaceConcept
  • WARNING: 'myst' reference target not found: OpenMP
  • WARNING: 'myst' reference target not found: OpenMPTarget
  • WARNING: 'myst' reference target not found: Serial

crtrott pushed a commit that referenced this issue Jul 19, 2023
* Convert from md to rst: wip

* Convert from md to rst: solution for warnings find

* Convert from md to rst: first draft

* Convert from md to rst: final fix

* Convert from md to rst: fix duplicate

* Fix duplicate and display Subview
@fnrizzi fnrizzi closed this as completed Jul 20, 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

2 participants