Skip to content

PatrikNetgen/NetgenDocs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netgen Docs

This repository contains source code for Netgen Docs page.

Building the docs

If any of the following steps fail, rerun the commands with sudo.

  • Install pip, Python Package Manager

    On Ubuntu, you can install it with:

    $ apt-get install python-pip
    

    Otherwise, check out official install docs.

  • Install the documentation dependencies:

    $ pip install -r requirements.txt
    
  • In the root directory of the repo, run the following to build the docs:

    $ make html
    

This will build the documentation and place the generated HTML files in _build/html directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.0%
  • Python 21.7%
  • Makefile 15.3%