Changeset 5572 for trunk/GSASIIpy3.py


Ignore:
Timestamp:
May 9, 2023 9:43:48 PM (5 months ago)
Author:
toby
Message:

partial refactor of ReST comments for better formatting on ReadTheDocs?; more work needed for GSASIIGUI.rst & GSASIIstruc.rst

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpy3.py

    r5352 r5572  
    11'''
    2 *GSASIIpy3: Python 3.x Routines*
    3 ================================
    4 
    5 Module to hold python 3-compatible code, to keep it separate from
    6 code that will break with __future__ options.
    7 
     2Python 3 specific routines follow. TODO: refactor this code into
     3:mod:`GSASIIfiles`
    84'''
    95from __future__ import division, print_function
Note: See TracChangeset for help on using the changeset viewer.