diff --git a/README.html b/README.html index c2b049b..5fa2038 100644 --- a/README.html +++ b/README.html @@ -353,7 +353,7 @@ compliant to the YAML 1.1 specification. D:YAML is based on

D:YAML is designed to be easy to use while supporting the full feature set of YAML. To start using it in your project, see the Getting Started -tutorial.

+tutorial and the API documentation.

D:YAML is still a work in progress. Its API is not stable and there might be compatibility breaking changes.

@@ -423,7 +423,8 @@ There are no plans to implement this at the moment. Getting Started tutorial and other tutorials that can be found at the GitHub wiki -and in the doc/html/tutorials/ directory in the package.

+and in the doc/html/tutorials/ directory in the package. +For advanced usage, see the API documentation.

License

diff --git a/README.rst b/README.rst index 1ee66af..14c73eb 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ compliant to the YAML 1.1 specification. D:YAML is based on D:YAML is designed to be easy to use while supporting the full feature set of YAML. To start using it in your project, see the `Getting Started `_ -tutorial. +tutorial and the `API documentation `_. D:YAML is still a work in progress. Its API is not stable and there might be compatibility breaking changes. @@ -76,6 +76,7 @@ See the tutorial and other tutorials that can be found at the `GitHub wiki `_ and in the ``doc/html/tutorials/`` directory in the package. +For advanced usage, see the `API documentation `_. -------