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

ENH: Improve spacing aroudn citations #118

Merged
merged 1 commit into from Jul 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/basics.rst
Expand Up @@ -601,6 +601,15 @@ from all files. Use them like so::
Citation usage is similar to footnote usage, but with a label that is not
numeric or begins with ``#``.

Here we take a look at some actual citations of famous papers such as [Chetty]_
in the American Economic Review or [Silver]_ in Nature.

.. [Chetty] Chetty, Raj, Nathaniel Hendren, and Lawrence F. Katz. "The effects of
exposure to better neighborhoods on children: New evidence from the Moving to
Opportunity experiment." *American Economic Review* 106.4 (2016): 855-902.
.. [Silver] Silver, David, et al. "Mastering the game of Go with deep neural
networks and tree search." *nature* 529.7587 (2016): 484-489.
Substitutions
-------------
Expand Down
Expand Up @@ -415,4 +415,9 @@ div.rendered_html table {
display: block;
margin-left: auto;
margin-right: auto;
}
}

/* GH 93 */
dl.citation dt span.brackets {
margin-right: 0.3rem;
}