Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
xiki-tempula committed Mar 23, 2024
1 parent 96dd258 commit 6338522
Show file tree
Hide file tree
Showing 13 changed files with 86 additions and 136 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: CI

on:
# GitHub has started calling new repo's first branch "main" https://github.com/github/renaming
# The cookiecutter uses the "--initial-branch" flag when it runs git-init
push:
branches:
- "main"
- "master"
pull_request:
branches:
- "master"
Expand Down
81 changes: 81 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Copyright 2024 David Dotson, Zhiyi Wu
Copyright 2024, alchemtest developers

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
following conditions are met:
Expand Down
4 changes: 0 additions & 4 deletions alchemtest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
"""The simple alchemistry test set."""

# Add imports here
from .alchemtest import *


from ._version import __version__

class Bunch(dict):
Expand Down
29 changes: 0 additions & 29 deletions alchemtest/alchemtest.py

This file was deleted.

36 changes: 0 additions & 36 deletions alchemtest/data/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions alchemtest/data/look_and_say.dat

This file was deleted.

7 changes: 0 additions & 7 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,4 @@ dependencies:
- pytest-pep8
- build

# Doc
- sphinx
- sphinx_rtd_theme

# Pip-only installs
#- pip:
# - codecov

16 changes: 0 additions & 16 deletions docs/_static/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/_templates/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/getting_started.rst

This file was deleted.

8 changes: 2 additions & 6 deletions docs/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ dependencies:
# Base depends
- python
- pip
# Doc
- sphinx



# Pip-only installs
#- pip:

- sphinx_rtd_theme
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
python: "mambaforge-4.10"

conda:
environment: devtools/conda-envs/test_env.yaml
environment: docs/requirements.yaml

python:
install:
Expand Down

0 comments on commit 6338522

Please sign in to comment.