Skip to content

Commit

Permalink
Git staging script improvements and general cleanup:
Browse files Browse the repository at this point in the history
- Rename `stage_translation_files.py` to `gitstage.py`
- Add command line options to `gitstage.py`
- Refactor and optimize `gitstage.py`
- Add module docstring to `conf.py`
- Remove unnecessary subscript in `setup.py`
  • Loading branch information
rdswift committed Sep 12, 2023
1 parent 5ed1676 commit b5c8a12
Show file tree
Hide file tree
Showing 4 changed files with 455 additions and 231 deletions.
7 changes: 3 additions & 4 deletions conf.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Configuration file for the Sphinx documentation builder.
#
"""Configuration file for the Sphinx documentation builder.
"""

# This file only contains a selection of the most common options. For a full
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

# pylint: disable=missing-module-docstring


import datetime
import glob
Expand Down
Loading

0 comments on commit b5c8a12

Please sign in to comment.