Skip to content

pyworldwide/docs

Repository files navigation

docs

This Repo contains docs for the pyworldwide team.

Local Dev setup

To set up a local dev environment for the docs, follow these steps:

Requirements

Have these installed first before continuing further.

  1. Fork the docs repository to your GitHub account and get the source code using:
git clone https://github.com/<your_username>/docs.git
  1. Change directory to the cloned repo
cd docs
  1. To serve the docs locally, run the following command (this will start a local server and install the requirements):
make serve
  1. To build the docs, run the following command:
make build
  1. To clean the build artifacts, run the following command:
make build-clean
  1. To clear the cache, run the following command:
make cache-clear
  1. To build requirements, run the following command:
make requirements

About

This Repo contains docs for the pyworldwide team.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published