Skip to content

Commit 5cf3f8a

Browse files
committed
DFM adjust
Signed-off-by: Pablo Garay <[email protected]>
1 parent 6804e87 commit 5cf3f8a

File tree

479 files changed

+74
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

479 files changed

+74
-74
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 6 additions & 6 deletions

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# -- Project information -----------------------------------------------------
2525
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
2626

27-
project = "NeMo VFM"
27+
project = "NeMo DFM"
2828
copyright = "2025, NVIDIA Corporation"
2929
author = "NVIDIA Corporation"
3030
release = "0.1.0"
@@ -68,7 +68,7 @@
6868
sys.path.insert(0, os.path.abspath(".."))
6969

7070
autodoc2_packages = [
71-
"../nemo_vfm", # Path to your package relative to conf.py
71+
"../nemo_dfm", # Path to your package relative to conf.py
7272
]
7373
autodoc2_render_plugin = "myst" # Use MyST for rendering docstrings
7474
autodoc2_output_dir = "apidocs" # Output directory for autodoc2 (relative to docs/)

docs/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name": "nemo-vfm", "version": "0.1.0"}
1+
{"name": "nemo-dfm", "version": "0.1.0"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
from nemo_vfm.package_info import (
14+
from nemo_dfm.package_info import (
1515
__contact_emails__,
1616
__contact_names__,
1717
__description__,
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)