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

Commit 0c66582

Browse files
author
Gregory Johnson
authored
Enhancement/pypi ify (#161)
* Converting to AICS cookiecutter * moved tests under fnet/tests" * fixing docs * test fixing * flakeEiiiiiiiiiiiiiiiight * dont test on mac or windows * more docs shennagians * remove codecov from pytest build stuff * more docs shennagians
1 parent 6389d6f commit 0c66582

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

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/docs/_static
56+
cp -r ./resources ./docs/_build/html/resources
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](./docs/_static/PredictingStructures-1.jpg?raw=true "Combined outputs")
5+
![Combined outputs](./resources/PredictingStructures-1.jpg?raw=true "Combined outputs")
66

77
## Support
88

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
# Add any paths that contain custom static files (such as style sheets) here,
9595
# relative to this directory. They are copied after the builtin static files,
9696
# so a file named "default.css" will overwrite the builtin "default.css".
97-
html_static_path = ["_static"]
97+
# html_static_path = ["_static"]
9898

9999
# Custom sidebar templates, must be a dictionary that maps document names
100100
# to template names.

0 commit comments

Comments
 (0)