We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db56e63 commit 3e9c9cbCopy full SHA for 3e9c9cb
build_tools/circle/build_doc.sh
@@ -148,6 +148,6 @@ then
148
(
149
echo '<html><body><ul>'
150
echo "$affected" | sed 's|.*|<li><a href="&">&</a></li>|'
151
- echo '</ul></body></html>'
+ echo '</ul><p>General: <a href="index.html">Home</a> | <a href="modules/classes.html">API Reference</a> | <a href="auto_examples/index.html">Examples</a></p></body></html>'
152
) > 'doc/_build/html/stable/_changed.html'
153
fi
0 commit comments