diff --git a/docs_nnx/conf.py b/docs_nnx/conf.py index c3deabe87c..c508d76ce5 100644 --- a/docs_nnx/conf.py +++ b/docs_nnx/conf.py @@ -40,7 +40,7 @@ # -- Project information ----------------------------------------------------- project = 'Flax' -copyright = '2023, The Flax authors' # pylint: disable=redefined-builtin +copyright = '2024, The Flax authors' # pylint: disable=redefined-builtin author = 'The Flax authors' @@ -113,7 +113,7 @@ # href with no underline and white bold text color announcement = """ This site covers the new Flax NNX API. [Click here for the old Flax Linen API] @@ -151,6 +151,7 @@ 'guides/why.ipynb', # TODO(cgarciae): broken, remove in favor on the new guide 'guides/flax_gspmd.ipynb', # TODO(IvyZX): broken, needs to be updated 'guides/surgery.ipynb', # TODO(IvyZX): broken, needs to be updated + 'guides/checkpointing.ipynb', ] # raise exceptions on execution so CI can catch errors nb_execution_allow_errors = False diff --git a/docs_nnx/index.rst b/docs_nnx/index.rst index c6e5187902..0533c61eb0 100644 --- a/docs_nnx/index.rst +++ b/docs_nnx/index.rst @@ -62,7 +62,7 @@ Features .. div:: sd-font-normal - Flax NNX allows fine-grained control of the model's state via + Flax NNX enables fine-grained control of the model's state via its `Filter `__ system. @@ -197,6 +197,6 @@ Learn more guides/index examples/index glossary - The Flax philosophy + The Flax philosophy How to contribute api_reference/index