Skip to content

Commit

Permalink
deploy: 83f4469
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Dec 15, 2023
1 parent 81394fc commit 5aea204
Show file tree
Hide file tree
Showing 21 changed files with 1,331 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: bc41397597d165a66373d5d0cd8047b9
config: 04e1b5b1a1c00f0959ad9c4f6737ce82
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/package-structure-code/intro.doctree
Binary file not shown.
Binary file added _images/python-package-dependencies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/python-package-dependency-types.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
377 changes: 377 additions & 0 deletions _sources/package-structure-code/declare-dependencies.md.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _sources/package-structure-code/intro.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ Intro <self>
Python package structure <python-package-structure>
pyproject.toml Package Metadata <pyproject-toml-python-package-metadata>
Build Your Package <python-package-distribution-files-sdist-wheel>
Declare dependencies <declare-dependencies>
Package Build Tools <python-package-build-tools>
Complex Builds <complex-python-package-builds>
```
Expand Down
Binary file modified objects.inv
Binary file not shown.
1 change: 1 addition & 0 deletions package-structure-code/code-style-linting-format.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@
<li class="toctree-l1"><a class="reference internal" href="python-package-structure.html">Python package structure</a></li>
<li class="toctree-l1"><a class="reference internal" href="pyproject-toml-python-package-metadata.html">pyproject.toml Package Metadata</a></li>
<li class="toctree-l1"><a class="reference internal" href="python-package-distribution-files-sdist-wheel.html">Build Your Package</a></li>
<li class="toctree-l1"><a class="reference internal" href="declare-dependencies.html">Declare dependencies</a></li>
<li class="toctree-l1"><a class="reference internal" href="python-package-build-tools.html">Package Build Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="complex-python-package-builds.html">Complex Builds</a></li>
</ul>
Expand Down
1 change: 1 addition & 0 deletions package-structure-code/complex-python-package-builds.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@
<li class="toctree-l1"><a class="reference internal" href="python-package-structure.html">Python package structure</a></li>
<li class="toctree-l1"><a class="reference internal" href="pyproject-toml-python-package-metadata.html">pyproject.toml Package Metadata</a></li>
<li class="toctree-l1"><a class="reference internal" href="python-package-distribution-files-sdist-wheel.html">Build Your Package</a></li>
<li class="toctree-l1"><a class="reference internal" href="declare-dependencies.html">Declare dependencies</a></li>
<li class="toctree-l1"><a class="reference internal" href="python-package-build-tools.html">Package Build Tools</a></li>
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Complex Builds</a></li>
</ul>
Expand Down
Loading

0 comments on commit 5aea204

Please sign in to comment.