diff --git a/README.rst b/README.rst index a489a719..0fa3edf4 100644 --- a/README.rst +++ b/README.rst @@ -47,9 +47,9 @@ fields, we've created a lossless CST that looks and feels like an AST. .. why-libcst-intro-end -You can learn more about `the value that LibCST provides -`__ and `our -motivations for the project +You can learn more about `the value that LibCST provides +`__ and `our +motivations for the project `__ in `our documentation `__. Try it out with `notebook examples `__. @@ -115,14 +115,14 @@ BinaryOperation( ], ) -For a more detailed usage example, `see our documentation +For a more detailed usage example, `see our documentation `__. Installation ------------ LibCST requires Python 3.6+ and can be easily installed using most common Python -packaging tools. We recommend installing the latest stable release from +packaging tools. We recommend installing the latest stable release from `PyPI `_ with pip: .. code-block:: shell @@ -209,6 +209,16 @@ License LibCST is MIT licensed, as found in the LICENSE file. +.. fb-docs-start + +Privacy Policy and Terms of Use +=============================== + +- `Privacy Policy `_ +- `Terms of Use `_ + +.. fb-docs-end + Acknowledgements ================ diff --git a/docs/source/index.rst b/docs/source/index.rst index 9844dd0a..7c604786 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -45,9 +45,15 @@ LibCST experimental + Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` + + +.. include:: ../../README.rst + :start-after: fb-docs-start + :end-before: fb-docs-end