-
Notifications
You must be signed in to change notification settings - Fork 2
Update index.rst #169
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
Update index.rst #169
Conversation
NWChemEx extension conventions for various file types
docs/source/conventions/index.rst
Outdated
| In NWChemEx the following convetions are followed: | ||
| C++ header: file_name.hpp | ||
| C++ source files: file_name.cpp | ||
| CMake source files : filename.cmake | ||
| CMake Lists: CMakeLists.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| In NWChemEx the following convetions are followed: | |
| C++ header: file_name.hpp | |
| C++ source files: file_name.cpp | |
| CMake source files : filename.cmake | |
| CMake Lists: CMakeLists.txt | |
| In NWChemEx the following convetions are followed: | |
| - C++ header: file_name.hpp | |
| - C++ source files: file_name.cpp | |
| - CMake source files : filename.cmake | |
| - CMake Lists: CMakeLists.txt |
The formatting needs to be corrected to be a proper list. But I would move the information intended here to the files about the particular languages, e.g. move the note on C++ file extensions to cxx_conventions.rst. Or the full section can be moved to file_structure.rst, maybe.
|
@jwaldrop107 and @fcuantico what do you think of these changes? |
jwaldrop107
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
🚀 [bumpr] Bumped! New version:v0.3.62 Changes:v0.3.61...v0.3.62 |
NWChemEx extension conventions for various file types
Is this pull request associated with an issue(s)?
No this is adding new content to the documentation
Description
Description of the extension to different file types
TODOs
For draft pull requests please include a list of what needs to be done and check
off items as you complete them.