You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ In particular, users are encouraged to familiarize themselves with key Python mo
34
34
This README document serves as a concise yet comprehensive guide detailing the installation and utilization of the code. It is strongly recommended that users thoroughly review this documentation before reaching out to the developers with any queries.
35
35
36
36
For a deeper understanding of the algorithms employed, additional details can be found in the work by Wang et al. (2020; available on arXiv: https://arxiv.org/abs/2006.16560).
37
-
A Doxygen documentation tailored for developers is currently in the process of being prepared.
37
+
For developers seeking to understand the code structure, please consult the [Doxygen documentation](https://lwang-astro.github.io/PeTar/docs/html/index.html).
38
38
39
39
To enhance the English in the given text, you could say:
This document provides detailed descriptions of PeTar's source codes, including the functionality, usage, and argument descriptions for each class and function. Developers interested in modifying the PeTar codes may find useful information here. For using PeTar in simulations, please refer to the README.md.
4
+
5
+
Note that PeTar relies on the external libraries FPDS and SDAR. For details about these two codes, please refer to the official documentation provided on their GitHub pages.
6
+
7
+
The majority of PeTar code is written in C++ classes, with each class representing a function or data type. The main class, PeTar, is defined in petar.hpp. Users can begin with this class to grasp the main structure of the code.
Include dependency graph for ar_interaction.hpp:</div>
109
+
<divclass="dyncontent">
110
+
<divclass="center"><divclass="zoom"><iframescrolling="no" frameborder="0" src="ar__interaction_8hpp__incl.svg" width="100%" height="600"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div></div>
This graph shows which files directly or indirectly include this file:</div>
114
+
<divclass="dyncontent">
115
+
<divclass="center"><iframescrolling="no" frameborder="0" src="ar__interaction_8hpp__dep__incl.svg" width="379" height="262"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
116
+
</div>
117
+
</div>
118
+
<p><ahref="ar__interaction_8hpp_source.html">Go to the source code of this file.</a></p>
0 commit comments