run

pyarts.arts.docserver.run(port: int = 9000, baseurl: pyarts.arts.String = '', daemon: bool = False) None

Run the ARTS documentation server

The ARTS documentation server provides a web interface to the ARTS documentation. It can be used to browse the documentation of variables, methods and agendas.

By default, the server is started on port 9000 and is accessible via a web browser at http://localhost:9000.

Parameters:
  • port (int) – Port to run the server on

  • baseurl (str) – Base URL to use for the server

  • daemon (bool) – Run the server as a daemon