Skip to content

Latest commit

 

History

History

docs

Contribute to documentation

To contribute, you need to fork the repository, do your modifications and create a new pull request.

Here we are using the pyATS docs as an example; Same steps could be applied to other packages

Screen Shot 2020-12-21 at 2 37 19 PM

  • Clone the repository by running git clone https://github.com/<your_github_username>/pyats

  • cd pyats/docs

⚠️ Please make sure you have the full pyats package installed via pip install pyats[full].

  • Use make install_build_deps to install all of the build dependencies

  • Run make docs to generate documentation in HTML

  • Wait until you see Done in your terminal

  • The documentation is now built and stored under the directory pyats/docs/__build__

  • Run make serve to view the documentation on your browser

  • Please create a PR after you have made your changes (see commit your changes & open a PR)

Here are a few examples that could be great pull request:

  • Fix Typos
  • Better wording, easier explanation
  • More details, examples
  • Anything else to enhance the documentation

How to contribute to the pyATS community