Skip to content

Commit

Permalink
Merge: Add a publications dropdown in doxygen documentation page
Browse files Browse the repository at this point in the history
This PR adds a dropdown for Ginkgo's publications on the documentation page, which can showcase the white paper of Ginkgo rendered nicely as a webpage, courtesy of arxiv-vanity.com

Related PR: #724
  • Loading branch information
pratikvn authored Mar 24, 2021
2 parents 101cad3 + 5b8de98 commit 72c6fac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/DoxygenLayout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
<tab type="mainpage" visible="yes" title=""/>
<tab type="user" visible="yes" title="Tutorial" url="https://github.com/ginkgo-project/ginkgo/wiki/Tutorial:-Building-a-Poisson-Solver" />
<tab type="user" visible="yes" title="Examples" url="@ref Examples" />
<tab type="user" visible="yes" title="Citing Ginkgo" url="@ref citing_ginkgo" />
<tab type="user" visible="yes" title="Publications" url="@ref citing_ginkgo" >
<tab type="user" visible="yes" title="Citing Ginkgo" url="@ref citing_ginkgo" />
<tab type="user" visible="yes" title="Ginkgo White Paper" url="https://www.arxiv-vanity.com/papers/2006.16852/" />
<tab type="user" visible="yes" title="Slides and Outreach" url="https://github.com/ginkgo-project/outreach" />
</tab>
<tab type="user" visible="yes" title="Contributing To Ginkgo" url="@ref contributing_guidelines" />
<tab type="user" visible="yes" title="Using Ginkgo" url="@ref install_ginkgo">
<tab type="user" visible="yes" title="Installing Ginkgo" url="@ref install_ginkgo" />
Expand Down

0 comments on commit 72c6fac

Please sign in to comment.