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

Docs: Add json docs. #3754

Merged
merged 4 commits into from
Mar 25, 2024
Merged

Docs: Add json docs. #3754

merged 4 commits into from
Mar 25, 2024

Conversation

grysgreat
Copy link
Collaborator

@grysgreat grysgreat commented Mar 21, 2024

Added some documents related to json in abacus.

Linked Issue

Fix #3753

What's changed?

Two json documents have been added in the docs/advanced directory.

  • json_para: Describes the structure of the abacus.json file output by abacus and the meanings of each parameter.

  • json_add: Describes the current implementation path of json code in abacus and how to use the current json addition function in abacus to build a json tree.

A example abacus.json file:

  • Run calculate case of examples/relax/pw_al
  • abacus.json

Copy link
Collaborator

@WHUweiqingzhou WHUweiqingzhou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these docs should be located at docs/advanced/output_files/.

@grysgreat
Copy link
Collaborator Author

output_files

I think the json_add document focuses on how JSON-related code is used. Not exactly introduce output_files. How about move tnem into docs/advanced/json/.?

@WHUweiqingzhou
Copy link
Collaborator

output_files

I think the json_add document focuses on how JSON-related code is used. Not exactly introduce output_files. How about move tnem into docs/advanced/json/.?

OK, second it.

@dyzheng dyzheng merged commit 246dba1 into deepmodeling:develop Mar 25, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation on JSON function modules is required.
4 participants