Skip to content

Commit

Permalink
fix: python docs
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Nov 22, 2024
1 parent c4459d0 commit 9d683fc
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
3 changes: 3 additions & 0 deletions py-rattler/docs/conda_locked_binary_package.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CondaLockedBinaryPackage

::: rattler.lock.CondaLockedBinaryPackage
3 changes: 3 additions & 0 deletions py-rattler/docs/conda_locked_package.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CondaLockedPackage

::: rattler.lock.CondaLockedPackage
3 changes: 3 additions & 0 deletions py-rattler/docs/conda_locked_source_package.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CondaLockedSourcePackage

::: rattler.lock.CondaLockedSourcePackage
3 changes: 3 additions & 0 deletions py-rattler/docs/pypi_locked_package.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# PypiLockedPackage

::: rattler.lock.PypiLockedPackage
3 changes: 0 additions & 3 deletions py-rattler/docs/pypi_package_data.md

This file was deleted.

3 changes: 0 additions & 3 deletions py-rattler/docs/pypi_package_environment_data.md

This file was deleted.

6 changes: 4 additions & 2 deletions py-rattler/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,11 @@ nav:
- LockFile: lock_file.md
- Environment: environment.md
- LockedPackage: locked_package.md
- CondaLockedPackage: conda_locked_package.md
- CondaLockedBinaryPackage: conda_locked_binary_package.md
- CondaLockedSourcePackage: conda_locked_source_package.md
- PypiLockedPackage: pypi_locked_package.md
- PackageHashes: package_hashes.md
- PypiPackageData: pypi_package_data.md
- PypiPackageEnvironmentData: pypi_package_environment_data.md
- metadata:
- AboutJson: about_json.md
- RunExportsJson: run_exports_json.md
Expand Down
1 change: 1 addition & 0 deletions py-rattler/rattler/repo_data/package_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ def sha256(self) -> Optional[bytes]:
>>> record.sha256 is None
True
>>>
````
"""
return self._record.sha256

Expand Down

0 comments on commit 9d683fc

Please sign in to comment.