Skip to content

Commit 220b9c6

Browse files
committed
Updae API Documentation
1 parent e1e6fbd commit 220b9c6

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ For more information on how to use the API functions from the proEQUIB libray, p
110110

111111
References
112112
==========
113-
* Danehkar, A. (2018). proEQUIB: IDL Library for Plasma Diagnostics and Abundance Analysis. *J. Open Source Softw.*, **3**, 899. doi:`10.21105/joss.00899 <https://doi.org/10.21105/joss.00899>`_
113+
* Danehkar, A. (2018). proEQUIB: IDL Library for Plasma Diagnostics and Abundance Analysis. *J. Open Source Softw.*, **3**, 899. doi:`10.21105/joss.00899 <https://doi.org/10.21105/joss.00899>`_ ads:`2018JOSS....3..899D <https://ui.adsabs.harvard.edu/abs/2018JOSS....3..899D>`_.
114114

115-
* Danehkar, A. (2018). Bi-Abundance Ionisation Structure of the Wolf-Rayet Planetary Nebula PB 8, *PASA*, **35**, e005. doi:`10.1017/pasa.2018.1 <https://doi.org/10.1017/pasa.2018.1>`_ ads:`2018PASA...35....5D <http://adsabs.harvard.edu/abs/2018PASA...35....5D>`_.
115+
* Danehkar, A. (2018). Bi-Abundance Ionisation Structure of the Wolf-Rayet Planetary Nebula PB 8, *PASA*, **35**, e005. doi:`10.1017/pasa.2018.1 <https://doi.org/10.1017/pasa.2018.1>`_ ads:`2018PASA...35....5D <https://ui.adsabs.harvard.edu/abs/2018PASA...35....5D>`_.

docs/doc.pdf

78.6 KB
Binary file not shown.

docs/doc.tar.gz

69.2 KB
Binary file not shown.

proequib_build_doc.pro

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,19 @@ profiler
77
profiler, /system
88

99
; You need to have IDLdoc (https://github.com/mgalloy/idldoc)
10+
; create doc folder in docs/
1011
idldoc, root='pro/', output='docs/doc/', $
1112
title='API Documentation for proEQUIB', $
1213
subtitle='IDL Library for Plasma Diagnostics and Abundance Analysis', index_level=1, /nosource, $
1314
overview='docs/overview', footer='docs/footer', /embed, $
1415
format_style='rst', markup_style='rst'
1516

17+
; create tex folder in docs/
18+
idldoc, root='pro/', output='docs/tex/', $
19+
title='API Documentation for proEQUIB', $
20+
subtitle='IDL Library for Plasma Diagnostics and Abundance Analysis', index_level=1, /nosource, $
21+
overview='docs/overview', footer='docs/footer', /embed, $
22+
template_prefix='latex-', comment_style='latex', $
23+
format_style='rst', markup_style='rst'
24+
1625
exit

0 commit comments

Comments
 (0)