Skip to content

Commit

Permalink
Merge pull request #132 from AusClimateService/131-update-to-latest-d…
Browse files Browse the repository at this point in the history
…ocumentation

Documentation update
  • Loading branch information
bschroeter authored Jul 25, 2023
2 parents fdc9d28 + 9855418 commit 222b669
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 596 deletions.
7 changes: 5 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,20 @@
#
import os
import sys
from datetime import datetime
from axiom import __version__
sys.path.insert(0, os.path.abspath('../..'))


# -- Project information -----------------------------------------------------

project = 'Axiom'
copyright = '2021, Ben Schroeter'
year = datetime.utcnow().year
copyright = f'{year}, Ben Schroeter'
author = 'Ben Schroeter'

# The full version, including alpha/beta/rc tags
release = '0.0.1'
release = __version__


# -- General configuration ---------------------------------------------------
Expand Down
77 changes: 0 additions & 77 deletions docs/source/drs.rst

This file was deleted.

161 changes: 0 additions & 161 deletions docs/source/drs/configuration copy.rst

This file was deleted.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 222b669

Please sign in to comment.