Skip to content

Commit

Permalink
///
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed Jun 8, 2024
1 parent cc2f66e commit 1c6e1f9
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.intersphinx",
"sphinx.ext.autosectionlabel",
]

intersphinx_mapping = {
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ foo(4)
examples
usage
api
installation
whatsnew
12 changes: 12 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,15 @@ using pip
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
from pypi
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

using :py:`pip install pyoload`

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
from github source
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

using `pip install got+github.com/ken-morel/pyoload.git`

.. warning:: github installation

The github version **WILL** have breakages as I work on `pyoload`.
9 changes: 9 additions & 0 deletions docs/whatsnew.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
==================================================
What's new
==================================================

--------------------------------------------------
pyoload v2.0.0
--------------------------------------------------

Corrected
6 changes: 6 additions & 0 deletions src/pyoload/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
- :py:`pyoload.Cast`
- :py:`pyoload.Values`
- :py:`pyoload.Checks`
:Authors:
ken-morel
:Version: 2.0.0
:Dedication: To the pythonista.
"""

from functools import partial
Expand Down

0 comments on commit 1c6e1f9

Please sign in to comment.