Skip to content

Instantly share code, notes, and snippets.

@padix-key
Created June 10, 2021 11:28
Show Gist options
  • Save padix-key/0f77d6b437a447b645b52dd0e7e91d6f to your computer and use it in GitHub Desktop.
Save padix-key/0f77d6b437a447b645b52dd0e7e91d6f to your computer and use it in GitHub Desktop.
sphinxcontrib-bibtex #253
#### General ####
extensions = ["sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.doctest",
"sphinx.ext.mathjax",
"sphinx.ext.viewcode",
"sphinxcontrib.bibtex"]
templates_path = ["templates"]
source_suffix = [".rst"]
master_doc = "index"
exclude_patterns = ["build"]
pygments_style = "sphinx"
todo_include_todos = False
numpydoc_show_class_members = False
bibtex_bibfiles = ["references.bib"]
bibtex_default_style = "plain" # This parameter seems not to change anything
#### HTML ####
html_theme = "alabaster"
html_sidebars = {"**": ["about.html",
"navigation.html",
"relations.html",
"searchbox.html",
"donate.html"]}
html_theme_options = {
"description" : "Lorem ipsum",
"logo_name" : "false",
"github_banner" : "true",
"page_width" : "85%",
"fixed_sidebar" : "true"
}
@article{kabsch_solution_1976,
title = {A solution for the best rotation to relate two sets of vectors},
volume = {32},
copyright = {Copyright (c) 1976 International Union of Crystallography},
issn = {0567-7394},
url = {//scripts.iucr.org/cgi-bin/paper?a12999},
doi = {10.1107/S0567739476001873},
abstract = {A simple procedure is derived which determines a best rotation of a given vector set into a second vector set by minimizing the weighted sum of squared deviations. The method is generalized for any given metric constraint on the transformation.},
language = {en},
number = {5},
urldate = {2021-06-10},
journal = {Acta Crystallographica Section A: Crystal Physics, Diffraction, Theoretical and General Crystallography},
author = {Kabsch, W.},
month = sep,
year = {1976},
note = {Number: 5
Publisher: International Union of Crystallography},
pages = {922--923},
}
@article{kabsch_discussion_1978,
title = {A discussion of the solution for the best rotation to relate two sets of vectors},
volume = {34},
copyright = {Copyright (c) 1978 International Union of Crystallography},
issn = {0567-7394},
url = {//scripts.iucr.org/cgi-bin/paper?a15629},
doi = {10.1107/S0567739478001680},
abstract = {A method is discussed for obtaining the best proper rotation to relate two sets of vectors.},
language = {en},
number = {5},
urldate = {2021-06-10},
journal = {Acta Crystallographica Section A: Crystal Physics, Diffraction, Theoretical and General Crystallography},
author = {Kabsch, W.},
month = sep,
year = {1978},
note = {Number: 5
Publisher: International Union of Crystallography},
pages = {827--828},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment