Coder Social home page Coder Social logo

lsandov1 / clear-linux-documentation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from clearlinux/clear-linux-documentation

0.0 1.0 0.0 75.08 MB

This repository contains the documentation source files for Clear Linux OS.

Home Page: https://www.clearlinux.org/documentation

Makefile 8.12% Shell 0.29% Batchfile 6.51% Python 22.01% CSS 12.21% HTML 21.40% JavaScript 29.46%

clear-linux-documentation's Introduction

Documentation build instructions

Clear Linux* OS documentation is written using reStructuredText and built using Sphinx. Follow the instructions in this README to build the documentation locally for development and testing.

Please make yourself familiar with our contribution guidelines before submitting a contribution.

Requirements

Make sure you have Python and Sphinx installed. We use Python 3 and Sphinx 1.7.5

The Sphinx documentation provides instructions for installing Sphinx on various platforms.

Clone the documentation repository

Once Sphinx is installed, clone the documentation repository to your local machine.

$ git clone https://github.com/clearlinux/clear-linux-documentation

Run the build

We build our documentation using Sphinx. In the source directory of your local clear-linux-documentation repository, build the documentation by running make html:

$ make html
>
sphinx-build -b html -d _build/doctrees   . _build/html
Running Sphinx v1.7.5
making output directory...
.
.
.
build succeeded, 0 warnings.

The HTML pages are in _build/html.

Build finished. The HTML pages are in _build/html.

Open one of the HTML pages in a web browser to view the rendered documentation.

When testing changes in the documentation, make sure to remove the previous build before building again by running make clean:

$ make clean
>
rm -rf _build/*

This will completely remove the previous build output.

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.