docs: Adding danger block around status warning.
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
This commit is contained in:
parent
01c5bf7c8c
commit
1242fab66e
1
Makefile
1
Makefile
|
@ -26,6 +26,7 @@ README.rst: README.src.rst docs/status.rst Makefile | $(CONDA_ENV_PYTHON)
|
|||
-e's@|TAG_VERSION|@$(TAG_VERSION)@g' \
|
||||
-e's@:ref:`Versioning Information`@`Versioning Information <docs/versioning.rst>`_@g' \
|
||||
-e's@:ref:`Known Issues`@`Versioning Information <docs/known_issues.rst>`_@g' \
|
||||
-e's@.. warning::@*Warning*@g' \
|
||||
> README.rst
|
||||
|
||||
|
||||
|
|
|
@ -38,7 +38,8 @@ The SkyWater Open Source PDK documentation can be found at <https://skywater-pdk
|
|||
Current Status - **Experimental Preview**
|
||||
=========================================
|
||||
|
||||
Google and SkyWater are currently treating the current content as an **experimental preview** / **alpha release**.
|
||||
*Warning*
|
||||
Google and SkyWater are currently treating the current content as an **experimental preview** / **alpha release**.
|
||||
|
||||
While the SKY130 process node and the PDK from which this open source release was derived have been used to create many designs that have been successfully manufactured commercially in significant quantities, the open source PDK is not intended to be used for production settings at this current time. It *should* be usable for doing test chips and initial design verification (but this is not guaranteed).
|
||||
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
Current Status - **Experimental Preview**
|
||||
=========================================
|
||||
|
||||
Google and SkyWater are currently treating the current content as an **experimental preview** / **alpha release**.
|
||||
.. warning::
|
||||
Google and SkyWater are currently treating the current content as an **experimental preview** / **alpha release**.
|
||||
|
||||
While the SKY130 process node and the PDK from which this open source release was derived have been used to create many designs that have been successfully manufactured commercially in significant quantities, the open source PDK is not intended to be used for production settings at this current time. It *should* be usable for doing test chips and initial design verification (but this is not guaranteed).
|
||||
|
||||
|
|
Loading…
Reference in New Issue