GithubHelp home page GithubHelp logo

peregrine05 / docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chunky-dev/docs

0.0 0.0 0.0 541.43 MB

Chunky website and documentation (work in progress).

Home Page: https://chunky-dev.github.io/docs/

License: Other

CSS 30.96% Batchfile 1.09% HTML 46.47% Python 14.29% Shell 7.19%

docs's Introduction

Chunky logo

Chunky Manual

Chunky is a Minecraft rendering tool that uses Path Tracing to create realistic images of your Minecraft worlds. View the website here.

Contributing Guide

Contributors should read the contributing guide.

Build Instructions

This site uses mkdocs. Python version 3.5 or greater is required.

  • Step 1: Clone this repository.

  • Step 2: (optional) Set up a Python virtual environment.

  • Step 3: Install the required packages with pip by using the command, pip3 install -r requirements.txt.

  • Step 4: If running Windows, simply run "serve_stable.bat" or "serve_snapshot.bat", depending on the version of Chunky for which you want to serve documentation. Otherwise, change the working directory to "./ChunkyDocs".

  • Step 5: Serve the site for development by using the either the command, CHUNKY_VERSION=20405 python -m mkdocs serve, or the command, CHUNKY_VERSION=20500 python -m mkdocs serve, depending on the version of Chunky for which you want to serve documentation.

  • Step 6: Build a preview of the final site by using either the command, CHUNKY_VERSION=20405 python -m mkdocs build, or the command CHUNKY_VERSION=20500 python -m mkdocs build, depending on the version of Chunky for which you want to build documentation. On Windows, first run either the command, set CHUNKY_VERSION=20405, or the command, set CHUNKY_VERSION=20500, depending on the version of Chunky for which you want to build documentation. Then run the command, python -m mkdocs serve.

With Docker

If you don't have Python installed, you can also use Docker.

  • Serve the site for development by using the command, docker run --rm -it -p 8000:8000 -v ${PWD}/ChunkyDocs:/docs squidfunk/mkdocs-material.

  • Build a preview of the final site by using the command, docker run --rm -it -v ${PWD}/ChunkyDocs:/docs squidfunk/mkdocs-material build.

Versioning

Read the versioning guide.

Style Guide

Read the style guide.

License

Except where otherwise noted, the content of the Chunky Manual is available under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license.

docs's People

Contributors

jackjt8 avatar lemaik avatar peregrine05 avatar thatredox avatar llbit avatar thisisbrady avatar

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.