|
1 | 1 | <doxygenlayout version="1.0"> |
2 | 2 | <navindex> |
3 | 3 | <tab type="user" url="index.html" title="Overview" /> |
| 4 | + <!-- Note: @ref doesn't work in doxygen v1.9.7. Perhaps this could come back in the future. |
4 | 5 | <tab type="usergroup" visible="yes" title="Contributor Guides" url="@ref contributing" intro=""> |
5 | | - <tab type="usergroup" visible="yes" title="Developer Guide" url="@ref developer_guide" intro=""/> |
6 | | - <tab type="usergroup" visible="yes" title="Adding New Functions" url="@ref getting_started" intro=""/> |
7 | | - <tab type="usergroup" visible="yes" title="Adding New Distributions" url="@ref new_distribution" intro=""/> |
8 | | - <tab type="usergroup" visible="yes" title="Common Pitfalls" url="@ref common_pitfalls" intro=""/> |
9 | | - <tab type="usergroup" visible="yes" title="Using requires for general overloads" url="@ref require_meta_doc" intro=""/> |
10 | | - <tab type="usergroup" visible="yes" title="Reverse Mode Types" url="@ref reverse_mode_types" intro=""/> |
11 | | - <tab type="usergroup" visible="yes" title="Testing Automatic Differentiation Functions" url="@ref autodiff_test_guide" intro=""/> |
12 | | - <tab type="usergroup" visible="yes" title="Testing New Distributions" url="@ref dist_tests" intro=""/> |
13 | | - <tab type="usergroup" visible="yes" title="Add New Functions With Known Gradients" url="@ref new_grad" intro=""/> |
14 | | - <tab type="usergroup" visible="yes" title="Adding New OpenCL Functions" url="@ref opencl_guide" intro=""/> |
15 | | - <tab type="usergroup" visible="yes" title="Windows Development Tips" url="@ref windows_tips" intro=""/> |
16 | | - </tab> |
| 6 | + <tab type="user" visible="yes" title="Developer Guide" url="@ref developer_guide" intro=""/> |
| 7 | + <tab type="user" visible="yes" title="Adding New Functions" url="@ref getting_started" intro=""/> |
| 8 | + <tab type="user" visible="yes" title="Adding New Distributions" url="@ref new_distribution" intro=""/> |
| 9 | + <tab type="user" visible="yes" title="Common Pitfalls" url="@ref common_pitfalls" intro=""/> |
| 10 | + <tab type="user" visible="yes" title="Using requires for general overloads" url="@ref require_meta_doc" intro=""/> |
| 11 | + <tab type="user" visible="yes" title="Reverse Mode Types" url="@ref reverse_mode_types" intro=""/> |
| 12 | + <tab type="user" visible="yes" title="Testing Automatic Differentiation Functions" url="@ref autodiff_test_guide" intro=""/> |
| 13 | + <tab type="user" visible="yes" title="Testing New Distributions" url="@ref dist_tests" intro=""/> |
| 14 | + <tab type="user" visible="yes" title="Add New Functions With Known Gradients" url="@ref new_grad" intro=""/> |
| 15 | + <tab type="user" visible="yes" title="Adding New OpenCL Functions" url="@ref opencl_guide" intro=""/> |
| 16 | + <tab type="user" visible="yes" title="Windows Development Tips" url="@ref windows_tips" intro=""/> |
| 17 | + </tab> |
| 18 | + --> |
| 19 | + <tab type="usergroup" visible="yes" title="Contributor Guides" url="md__8github_2_c_o_n_t_r_i_b_u_t_i_n_g.html" intro=""> |
| 20 | + <tab type="user" visible="yes" title="Developer Guide" url="md_doxygen_2contributor__help__pages_2developer__doc.html" intro=""/> |
| 21 | + <tab type="user" visible="yes" title="Adding New Functions" url="md_doxygen_2contributor__help__pages_2getting__started.html" intro=""/> |
| 22 | + <tab type="user" visible="yes" title="Adding New Distributions" url="md_doxygen_2contributor__help__pages_2adding__new__distributions.html" intro=""/> |
| 23 | + <tab type="user" visible="yes" title="Common Pitfalls" url="md_doxygen_2contributor__help__pages_2common__pitfalls.html" intro=""/> |
| 24 | + <tab type="user" visible="yes" title="Using requires for general overloads" url="md_doxygen_2contributor__help__pages_2require__meta.html" intro=""/> |
| 25 | + <tab type="user" visible="yes" title="Reverse Mode Types" url="md_doxygen_2contributor__help__pages_2reverse__mode__types.html" intro=""/> |
| 26 | + <tab type="user" visible="yes" title="Testing Automatic Differentiation Functions" url="md_doxygen_2contributor__help__pages_2autodiff__test__guide.html" intro=""/> |
| 27 | + <tab type="user" visible="yes" title="Testing New Distributions" url="md_doxygen_2contributor__help__pages_2distribution__tests.html" intro=""/> |
| 28 | + <tab type="user" visible="yes" title="Add New Functions With Known Gradients" url="md_doxygen_2contributor__help__pages_2new__gradients.html" intro=""/> |
| 29 | + <tab type="user" visible="yes" title="Adding New OpenCL Functions" url="md_doxygen_2contributor__help__pages_2add__new__opencl__kernel.html" intro=""/> |
| 30 | + <tab type="user" visible="yes" title="Windows Development Tips" url="md_doxygen_2contributor__help__pages_2windows__devnotes.html" intro=""/> |
| 31 | + </tab> |
17 | 32 | <tab type="modules" visible="yes" title="Internal Docs" intro=""/> |
| 33 | + <!-- Note: @ref doesn't work in doxygen v1.9.7. Perhaps this could come back in the future. |
| 34 | + <tab type="usergroup" visible="yes" title="Parallelism" intro=""> |
| 35 | + <tab type="user" visible="yes" title="Threading" url="@ref tbb_threading" intro=""/> |
| 36 | + <tab type="user" visible="yes" title="OpenCL for GPU Computing" url="@ref opencl_support" intro=""/> |
| 37 | + <tab type="user" visible="yes" title="MPI Support" url="@ref mpi" intro=""/> |
| 38 | + </tab> |
| 39 | + --> |
18 | 40 | <tab type="usergroup" visible="yes" title="Parallelism" intro=""> |
19 | | - <tab type="usergroup" visible="yes" title="Threading" url="@ref tbb_threading" intro=""/> |
20 | | - <tab type="usergroup" visible="yes" title="OpenCL for GPU Computing" url="@ref opencl_support" intro=""/> |
21 | | - <tab type="usergroup" visible="yes" title="MPI Support" url="@ref mpi" intro=""/> |
| 41 | + <tab type="user" visible="yes" title="Threading" url="md_doxygen_2parallelism__support_2threading__tbb.html" intro=""/> |
| 42 | + <tab type="user" visible="yes" title="OpenCL for GPU Computing" url="md_doxygen_2parallelism__support_2opencl__support.html" intro=""/> |
| 43 | + <tab type="user" visible="yes" title="MPI Support" url="md_doxygen_2parallelism__support_2mpi__parallelism.html" intro=""/> |
22 | 44 | </tab> |
23 | 45 | <tab type="usergroup" visible="yes" title="(External Link) Stan Language Docs" url="https://mc-stan.org/users/documentation/" intro=""/> |
24 | 46 | <tab type="usergroup" visible="yes" title="(External Link) Stan Discourse" url="https://discourse.mc-stan.org/" intro=""/> |
|
0 commit comments