Skip to content

Commit

Permalink
Docstring fix for several modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jongeorge1999 authored and spacecataz committed Sep 9, 2024
1 parent 8f88744 commit 033dd0a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'sphinxdoc'
html_theme_options = { 'sidebarwidth': '350' }
html_theme_options = { 'sidebarwidth': '300' }

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
3 changes: 1 addition & 2 deletions spacepy/datamanager.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Tool for locating the correct data file for a particular day and manipulating
data and subsets generically.
Tools for manipulating paths, data, and subsets
Authors: Jon Niehof
Expand Down
3 changes: 1 addition & 2 deletions spacepy/datamodel.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Data model implementation meant to mirror the functionality of the data
model output from pycdf.
Data model conceptually similar to HDF5 and CDF.
For more documentation :doc:`../datamodel`
Expand Down
5 changes: 3 additions & 2 deletions spacepy/irbempy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Wrapper for the fortran library irbem_lib;
Reference: https://sourceforge.net/projects/irbem/
Wrapper for the fortran library irbem_lib
Reference: https://github.com/PRBEM/IRBEM
D. Boscher, S. Bourdarie, T. P. O'Brien, T. Guild, IRBEM library V4.3, 2004-2008
Expand Down
4 changes: 2 additions & 2 deletions spacepy/pybats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
'''
Interface module for reading, manipulating, and visualizing
BATS-R-US and SWMF output.
Module for reading, manipulating, and visualizing BATS-R-US and SWMF output.
For more information on the SWMF, please visit the
`Center for Space Environment Modeling <http://csem.engin.umich.edu>`_.
Expand Down
5 changes: 3 additions & 2 deletions spacepy/pycdf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""Python interface to the Common Data Format (CDF) library available
at http://cdf.gsfc.nasa.gov/.
"""Interface to the Common Data Format (CDF) library
CDF available at http://cdf.gsfc.nasa.gov/.
The interface is intended to be 'pythonic' rather than reproducing the
C interface. To open or close a CDF and access its variables, see the `CDF`
Expand Down

0 comments on commit 033dd0a

Please sign in to comment.