Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/source/conventions/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ Repository Conventions
:maxdepth: 2

file_structure

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
Copy link
Member

@jwaldrop107 jwaldrop107 Dec 23, 2024

Choose a reason for hiding this comment

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

Suggested change
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.

Loading