Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit a5c6848

Browse files
author
Gregory Johnson
authored
Enhancement/pypi ify (#159)
* Converting to AICS cookiecutter * moved tests under fnet/tests" * fixing docs * test fixing * flakeEiiiiiiiiiiiiiiiight * dont test on mac or windows * more docs shennagians
1 parent 01178c9 commit a5c6848

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
max-parallel: 6
1818
matrix:
1919
python-version: [3.6, 3.7]
20-
os: [ubuntu-latest, windows-latest, macOS-latest]
20+
os: [ubuntu-latest]
2121

2222
steps:
2323
- uses: actions/checkout@v1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ gen-docs: ## generate Sphinx HTML documentation, including API docs
5353
rm -f docs/modules.rst
5454
sphinx-apidoc -o docs/ fnet **/tests/
5555
$(MAKE) -C docs html
56-
cp -r ./docs/_static ./docs/_build/html/
56+
cp -r ./docs/_static ./docs/_build/html/docs/_static
5757

5858
docs: ## generate Sphinx HTML documentation, including API docs, and serve to browser
5959
make gen-docs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://github.com/AllenCellModeling/pytorch_fnet/workflows/Build%20Master/badge.svg)](https://github.com/AllenCellModeling/pytorch_fnet/actions)
44
[![Documentation](https://github.com/AllenCellModeling/pytorch_fnet/workflows/Documentation/badge.svg)](https://allencellmodeling.github.io/pytorch_fnet/)
5-
![Combined outputs](./_static/PredictingStructures-1.jpg?raw=true "Combined outputs")
5+
![Combined outputs](./docs/_static/PredictingStructures-1.jpg?raw=true "Combined outputs")
66

77
## Support
88

0 commit comments

Comments
 (0)