Skip to content

linuxmint/doc-developer-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Linux Mint Developer Guide

This document can be read at http://linuxmint-developer-guide.readthedocs.io.

The docs are written in reStructuredText.

Build:

Documentation Status

To build locally, install python3-sphinx and python3-sphinx-rtd-theme

sudo apt-get install python3-sphinx python3-sphinx-rtd-theme

If you don't have``python`` installed, it will install for you.

And run make html in the docs directory.

The final result will be in the _build directory.

Alternatively, you can use pip3 to complete the process, but pay attention that this should be done only if you are in a virtual environment.

sudo apt install python3-pip

and using pip3 you will install the sphinx and sphinx_rtd_them

pip3 install sphinx sphinx_rtd_them

and then, run make html in the docs directory to get the same result.

Resources:

License:

Code GPLv3 Documentation CC BY-ND Screenshots CC0

About

The Linux Mint Developer Guide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages