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
Refactor pathfinder documentation based on review feedback
- Remove lines 7-14 from api.rst (cuda.pathfinder automodule section)
- Convert api.rst to use autosummary instead of direct autodoc directives following cuda-core pattern
- Convert contribute.md to contribute.rst in ReST format
- Remove _templates/main.html file as it's no longer needed
- Update index.rst to reference contribute.rst instead of contribute.md
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
+
.. SPDX-License-Identifier: Apache-2.0
3
+
4
+
.. _contributor_guide:
5
+
6
+
Contributing
7
+
------------
8
+
9
+
Thank you for your interest in contributing to ``cuda-pathfinder``! Based on the type of contribution, it will fall into two categories:
10
+
11
+
1. You want to report a bug, feature request, or documentation issue
12
+
13
+
- File an `issue <https://github.com/NVIDIA/cuda-python/issues/new/choose>`_
14
+
describing what you encountered or what you want to see changed.
15
+
- The NVIDIA team will evaluate the issues and triage them, scheduling
16
+
them for a release. If you believe the issue needs priority attention
17
+
comment on the issue to notify the team.
18
+
19
+
2. You want to implement a feature, improvement, or bug fix:
20
+
21
+
- Please ensure that your commits are signed `following GitHub's instruction <https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification>`_.
0 commit comments