mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-09 05:58:12 -05:00
Fixed problem with bibtex citations; Closes #386
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -19,5 +19,6 @@ CoolProp is an open-source database of fluid and humid air properties, formulate
|
||||
fluid_properties/index.rst
|
||||
coolprop/index.rst
|
||||
develop/index.rst
|
||||
zbibliography
|
||||
|
||||
.. :maxdepth: 2
|
||||
@@ -163,7 +163,4 @@ Same idea for the volume
|
||||
|
||||
References
|
||||
----------
|
||||
|
||||
.. bibliography:: ../../CoolPropBibTeXLibrary.bib
|
||||
:filter: docname in docnames
|
||||
:style: unsrt
|
||||
:ref:`Go to the bibliography <bibliography>`
|
||||
@@ -106,12 +106,4 @@ List of Fluids
|
||||
:widths: 40, 15, 15, 15, 15, 15, 15
|
||||
:file: PurePseudoPure.csv
|
||||
|
||||
References
|
||||
----------
|
||||
|
||||
.. bibliography:: ../../CoolPropBibTeXLibrary.bib
|
||||
:filter: docname in docnames
|
||||
:style: unsrt
|
||||
|
||||
|
||||
.. include:: fluidstoc.rst.in
|
||||
|
||||
12
Web/zbibliography.rst
Normal file
12
Web/zbibliography.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
.. _bibliography:
|
||||
|
||||
************
|
||||
Bibliography
|
||||
************
|
||||
|
||||
References
|
||||
----------
|
||||
|
||||
.. bibliography:: ../CoolPropBibTeXLibrary.bib
|
||||
:cited:
|
||||
:style: unsrt
|
||||
Reference in New Issue
Block a user