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: docs/sphinx/index.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ Directory Contents
33
33
* **python/package_name/misc**: General-use tools, including a custom logger and colour printing routines.
34
34
* **python/package_name/tests**: The directory containing the tests for the package. Includes a ``conftest.py`` file with basic configuration using `pytest <https://docs.pytest.org/en/latest/>`_.
35
35
* **CHANGELOG.rst**: A file documenting changes to your code, e.g. new features, fixed issues, or bug-fixes.
36
+
* **CODEOWNERS**: A file assigning ownership of the code to the package or components of the package to various users
36
37
* **README.rst**: A file describing your package. This will be the main display on Github.
37
38
* **STYLE.rst**: The SDSS style guide for best coding practices.
38
39
* **LICENSE.md**: The open source license for your product. DO NOT DELETE.
0 commit comments