You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.
Álex Sáez edited this page Feb 15, 2016
·
1 revision
Every module must start with the following docstring:
# -*- coding: utf-8 -*-
"""
Python Flight Mechanics Engine (PyFME).
Copyright (c) AeroPython Development Team.
Distributed under the terms of the MIT License.
<Module name>
-------------
<Brief description ...>
< ... >
"""
template.py file in Spyder's configuration folder can be modified in order to provide with this template automatically when opening a new module file.