Skip to content

Commit 6fa9dcf

Browse files
committed
add v2 to api docs page
1 parent cb49eaf commit 6fa9dcf

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

docs/api_reference/v2.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
=========
2+
herbie.v2
3+
=========
4+
5+
6+
I recommend importing the Herbie Namespace or a specific model directly
7+
8+
9+
.. code-block:: python
10+
11+
from herbie.v2 import Herbie
12+
13+
H = Herbie.HRRR('2025-01-01')
14+
15+
.. code-block:: python
16+
17+
from herbie.v2 import HRRR
18+
19+
H = HRRR('2025-01-01')
20+
21+
22+
.. toctree::
23+
:maxdepth: 2
24+
25+
.. currentmodule:: herbie.v2
26+
27+
.. autosummary::
28+
:toctree: _autosummary
29+
30+
Herbie
31+
_base

0 commit comments

Comments
 (0)