Skip to content

AliceGem/hbp-sp6-guidebook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hbp-sp6-guidebook

Building HTML documentation

virtualenv venv \
    && . venv/bin/activate \
    && pip install -r requirements.txt --upgrade \
    && make html

In order to create a .docx file from the source code, the package docxsphinx has to be installed and the 'docxsphinx' extension enabled in the source/conf.py file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.9%
  • JavaScript 14.6%
  • Batchfile 8.8%
  • Makefile 6.6%
  • CSS 5.2%
  • HTML 1.9%