GithubHelp home page GithubHelp logo

manogna-chinta / ansible-documentation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ansible/ansible-documentation

0.0 0.0 0.0 202.28 MB

Ansible community documentation

Home Page: https://docs.ansible.com/

License: GNU General Public License v3.0

Shell 3.97% Python 93.97% Jinja 2.07%

ansible-documentation's Introduction

ansible-documentation

This repository holds the ReStructuredText (RST) source, and other files, for user documentation related to the Ansible package and Ansible Core.

Documentation for modules and plugins that are officially supported by the Ansible Core engineering team is available in the ansible/ansible repository.

Building Ansible community documentation

Follow the documentation to set up your environment and then build Ansible community documentation locally

Using nox

This project includes a nox configuration to automate checks and other functions. You should use nox to run checks locally before you submit a pull request.

Install nox using python3 -m pip install nox or your distribution's package manager.

Run nox --list from the repository root to view available sessions.

Run nox with no arguments to execute the default sessions.

Running the spelling check

This repository uses codespell to check for common spelling mistakes in the documentation source.

Run nox -s spelling to check spelling.

Run nox -s spelling -- -w to correct spelling errors.

When codespell suggests more than one word as a correction, run nox -s spelling -- -w -i 3 to select an option.

Updating the dependencies

To update dependencies, you can use nox -e pip-compile. Since this requires Python 3.10, this might not work in your environment if you do not have Python 3.10 installed. In that case, you can use root-less podman with a Python 3.10 image:

podman run --rm --tty --volume "$(pwd):/mnt:z" --workdir /mnt python:3.10 bash -c 'pip install nox ; nox -e pip-compile'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.