Git Product home page Git Product logo

documentation's Introduction

Slim Bootloader Documentation

This documentation is written in RST (ReStructuredText) format and can be built into web pages using Sphinx rendered with an HTML theme (sphinx-rtd-theme).

Philosophy

This documentation is meant to help someone who is new to Slim Bootloader project and interested in getting started with the code.

Getting Started

In order to build the web site content from the source code, install additional python packages:

pip install sphinx docutils sphinx-rtd-theme sphinxcontrib-websupport

To make public content:

make html

The generated HTML file is located in 'build'.

Review Your Changes

  1. Start a Python HTTP server from the documentation repo's root folder

cd <documentation repo root folder> For Python 2 do python -m SimpleHTTPServer, for Python 3 do python -m http.server

  1. Open your browser to load HTML page from http://localhost:8000/build

Submit changes (for contributors)

Follow the github workflow to submit your pull request.

Diving In

If you are not familiar with RST and Sphinx, start with https://restructuredtext.readthedocs.io/en/latest/index.html

With that, start with any file with .rst extension.

License

See LICENSE file

Technical Writer's Guide

  • Technical details only. Focus on "how it works".
  • Make every subject short and practical
  • Focus on design schemes but also make it convenient like recipes

documentation's People

Contributors

huang-jin-intel avatar rprangar avatar donnayoyo avatar jgutbub avatar mauricema avatar myguitar avatar raghavag avatar sbl-support avatar sindhuragrandhi avatar rcperni avatar lsubash avatar stalamudupula avatar mgmillsa avatar sagraw2 avatar bigchenla avatar macplox avatar naveenm18 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.