Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acoular website

This repo contains the top-level pages for acoular.org, currently the Home Page and Contribute section.

Current setup

  • shared Sphinx config is made in acoular-sphinx in the acoular/ci repo
  • the organization webpage is deployed from gh-pages branch of this repo
  • package documentations are built in the package CI and deployed to acoular.org/<package>/ by a push to the gh-pages here

Local build

uv run make -C docs html

The output is written to docs/_build/html.

To preview the site locally, serve the built HTML with Python's built-in web server:

python3 -m http.server 8000 --directory docs/_build/html

Then open http://localhost:8000/ in your browser.

About

Website configuration for the Acoular organization

Resources

Stars

Watchers

Forks

Releases

Contributors