Giter Site home page Giter Site logo

simphony-future / docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from simphony/docs

0.0 0.0 0.0 12.46 MB

Documentation of the SimPhoNy Open Simulation Platform.

Home Page: https://simphony.readthedocs.io

License: BSD 3-Clause "New" or "Revised" License

Dockerfile 100.00%

docs's Introduction

SimPhoNy documentation

To access the documentation, please visit: https://simphony.readthedocs.io.

If you find any error or problem with the documentation, please create an issue.

Local rendering

HTML

Start a server, generate the docs and listen for changes in the source files. This can be done by using docker or installing the development environment directly on your machine. Next are installation guides for Docker and Linux.

Docker

First, build the Docker image by running the following command:

$ docker build -f local_build.Dockerfile -t simphony-docs .

Then, start the program by running:

$ docker run --rm -v $PWD:/app -p 8000:8000 --name simphony-docs simphony-docs

Linux

At an OS level (these commands work on Linux Debian):

$ sudo apt install pandoc graphviz default-jre
$ sudo apt-get install texlive-latex-recommended \
                       texlive-latex-extra \
                       texlive-fonts-recommended \
                       latexmk

The python dependencies:

$ pip install -r requirements.txt

Now you can start the server and render the docs:

$ sphinx-autobuild docs build

The documentation will be available on http://127.0.0.1:8000.

PDF (LaTeX)

To generate a PDF of the documentation, simply run (from the root project folder):

make -C docs latexpdf

The generated PDF can be found under build/latex/SymPhoNy_docs.pdf

docs's People

Contributors

pablo-de-andres avatar kysrpex avatar yoavnash avatar create-issue-branch[bot] avatar urbanmatthias avatar mathias-driesse avatar harrytodorov avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.