Giter Site home page Giter Site logo

documentation's Introduction

Website GitHub Workflow Status Requires.io Codacy grade


Kodular Docs

The documentation source for Kodular lives is here.

The documentation rendered using MkDocs. This uses the Material theme for MkDocs.

Setting up

  1. Make sure you have Python and virtualenv installed on your system.

  2. Create a virtualenv

virtualenv kodular-docs-venv
  1. Activate your virtualenv:
  • On Linux : source kodular-docs-venv/bin/activate
  • On Windows : source kodular-docs-venv/Scripts/activate
  1. Install the dependencies using pip:
pip install -r requirements.txt
  1. You can preview the docs locally using the command:
mkdocs serve

If you run into this error,

  MkDocs encountered as error parsing the configuration file: while constructing a Python object
  cannot find module 'macros.blocks_macros' (No module named 'macros.blocks_macros')
  in "/media/ghostfox/NewVolume1/documentation/mkdocs.yml", line 83, column 11

then make sure that the root directory of the repo is present in the PYTHONPATH $ export PYTHONPATH=$PYTHONPATH:$PWD (replace $PWD with the root directory of the repo)

documentation's People

Contributors

barreeeiroo avatar vishwas-adiga avatar sivagirivisakan avatar conorshipp avatar imgbot[bot] avatar pavi2410 avatar sander0542 avatar shreyashsaitwal avatar hammerhai avatar imgbotapp avatar aryadeepanshu avatar yanquisalexander avatar ardacebi avatar hrichiksite avatar matejadev avatar themaayur avatar snyk-bot avatar ysfchn 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.