/animation_nodes_manual

Official documentation repository for the Animation Nodes Project.

Animation Nodes Manual

http://animation-nodes-manual.readthedocs.org/en/latest/

This is the Official Manual repository for the Animation Nodes Project.

If you want to contribute:

  1. Fork https://github.com/JacquesLucke/animation_nodes_manual.
  2. Add some useful description of nodes, images, examples, correct typos, ...
  3. Create a pull request to integrate your modifications into the official repository.
  4. Wait for your modifications to be accepted.
  5. Congratulations, you have added some very useful information for future users!

Building the doc locally

  • Install Python.
  • Clone the forked repository to your computer.
  • Open the folder that contains the repository.
  • Execute: pip install -r requirements.txt --ignore-installed
  • Execute: sphinx-build -b html docs build
  • The rendered documentation is now in the build directory as HTML.

Links