Skip to content

Commit 54e0fc8

Browse files
committed
Ensure consistent headers
1 parent 897b17f commit 54e0fc8

29 files changed

Lines changed: 21 additions & 22 deletions

simvue/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
"""Simvue Python API.
2+
3+
For interacting with Simvue servers, this includes both a user facing API
4+
for quick and easy scraping of simulation data, and a lower level API for
5+
a finer grained interface.
6+
7+
"""
8+
19
from simvue.client import Client as Client
210
from simvue.handler import Handler as Handler
311
from simvue.models import RunInput as RunInput

simvue/api/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"""Simvue API.
2-
==========
32
43
Module contains methods for interacting with a Simvue server
54
including accessing/updating objects.

simvue/api/objects/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"""Simvue API Objects.
2-
==================
32
43
The following module defines objects which provide exact representations
54
of information accessible via the Simvue RestAPI, this provides a lower

simvue/api/objects/events.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"""Simvue Server Events.
2-
====================
32
43
Contains a class for remotely connecting to Simvue events, or defining
54
a new set of events given relevant arguments.

simvue/api/objects/folder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"""Simvue Server Folder.
2-
====================
32
43
Contains a class for remotely connecting to a Simvue folder, or defining
54
a new folder given relevant arguments.

simvue/api/objects/run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"""Simvue Runs.
2-
===========
32
43
Contains a class for remotely connecting to Simvue runs, or defining
54
a new run given relevant arguments.

simvue/api/request.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"""Simvue API Connection.
2-
=====================
32
43
Provides methods for interacting with a Simvue server which include retry
54
policies. In cases where JSON is the expected form the data is firstly converted

simvue/api/url.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"""URL Library.
2-
===========
32
43
Module contains classes for easier handling of URLs.
54

simvue/config/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"""Simvue Configuration.
2-
====================
32
43
This module contains definitions for the Simvue configuration options
54

simvue/config/files.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"""Simvue Config File Lists.
2-
========================
32
43
Contains lists of valid Simvue configuration file names.
54

0 commit comments

Comments
 (0)