You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+27-55
Original file line number
Diff line number
Diff line change
@@ -25,54 +25,61 @@ against the `OpenAPI 2.0 (aka Swagger)
25
25
and `OpenAPI 3.1 <https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md>`__
26
26
specification. The validator aims to check for full compliance with the Specification.
27
27
28
+
29
+
Documentation
30
+
#############
31
+
32
+
Check documentation to see more details about the features. All documentation is in the "docs" directory and online at `openapi-spec-validator.readthedocs.io <https://openapi-spec-validator.readthedocs.io>`__
33
+
34
+
28
35
Installation
29
36
############
30
37
31
-
::
38
+
.. code-block:: console
32
39
33
-
$ pip install openapi-spec-validator
40
+
pip install openapi-spec-validator
34
41
35
42
Alternatively you can download the code and install from the repository:
0 commit comments