Skip to content

AndreasKrutnes/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,485 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to preview the site

  • Create a python3 virtual environment and activate it:

    python3 -m venv .python_env

    . .python_env/bin/activate

    pip install --upgrade pip

    pip install wheel

    pip install -r requirements.txt

Note that pydata-sphinx-theme requires minimum python 3.7!

  • Run make html
  • Open _build/html/index.html in your browser or cd _build/html && python3 -m http.server to get search summaries

MacOS specific installation:

  • brew install pandoc mactex

Tip: If the make html command fails, it may be that you need to install some additional applications. You can look at the "before_install" section in the ".travis.yml" file to see which applications are required.

Use SPHINXOPTS= make html_no_saas instead of make html to build the html for the docs without the saas content (requires installation of pandoc locally).

About

docs.sesam.io

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 24.4%
  • Makefile 23.3%
  • Batchfile 17.0%
  • CSS 13.8%
  • Lua 8.8%
  • HTML 7.4%
  • Other 5.3%