项目作者: pierreXVI

项目描述 :
Analysis of temporal schemes for large scale simulations using discontinuous high-order spectral methods
高级语言: TeX
项目地址: git://github.com/pierreXVI/PIE.git
创建时间: 2018-10-09T10:08:38Z
项目社区:https://github.com/pierreXVI/PIE

开源协议:

下载


How to install:

This module can be installed either from a local or from a remote version of the git repository.

With pip:
  • pip install git+https://github.com/pierreXVI/PIE#egg=PIE to install from remote (will clone a local version)

  • pip install /path/to/local/repository/ to install from local

Add the -e option to install in editable mode.

Without pip:
  • python install /path/to/local/repository/setup.py install

Build the doc:

To build this project’s documentation, sphinx need to be installed.
If the read-the-doc theme is installed, it will be used as the html theme.

To then build the doc:

With make:
  1. cd /path/to/local/repository/doc/
  2. make # to see a list of possible output format
  3. make html # to build the doc html format, in ./build/html
Without make:
  1. cd /path/to/local/repository/doc/
  2. sphinx-build -M html source build # to build the doc html format, in ./build/html