This Repo contains docs for the pyworldwide team.
To set up a local dev environment for the docs, follow these steps:
Have these installed first before continuing further.
- GNU Make (https://www.gnu.org/software/make/)
- cURL (https://curl.se/)
- Fork the docs repository to your GitHub account and get the source code using:
git clone https://github.com/<your_username>/docs.git- Change directory to the cloned repo
cd docs- To serve the docs locally, run the following command (this will start a local server and install the requirements):
make serve- To build the docs, run the following command:
make build- To clean the build artifacts, run the following command:
make build-clean- To clear the cache, run the following command:
make cache-clear- To build requirements, run the following command:
make requirements