Skip to content

Commit

Permalink
update contributing page
Browse files Browse the repository at this point in the history
  • Loading branch information
m-julian committed May 9, 2024
1 parent 008e83f commit 62cc084
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 46 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ will run all the tests in the repository. Similarly, you can run specific unit t

# Documentation

[Sphinx](https://www.sphinx-doc.org/en/master/) is used to build the documentation from the source code. The documentation is found in the `docs/source` directory. Additional example `.rst` files are also found there which are incorporated in the final html documentation.
[Sphinx](https://www.sphinx-doc.org/en/master/) is used to build the documentation from the source code. The documentation is found in the `docs/source` directory. Additional example `.rst` files are also found there which are incorporated in the final html documentation. Examples notebooks and other `.rst` pages which are not automatically created by `sphinx-apidoc` to be displayed in the final documentation must be written manually.


To build the documentation locally, run

Expand Down
14 changes: 0 additions & 14 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,3 @@ help:
rm -f source/ichor_cli/modules.rst

@$(SPHINXBUILD) -a -E "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

%: quick
@$(SPHINXAPIDOC) --implicit-namespaces -d 1 -o source/ichor_core/ ../ichor_core/ichor/
@$(SPHINXAPIDOC) --implicit-namespaces -d 1 -o source/ichor_cli/ ../ichor_cli/ichor/
@$(SPHINXAPIDOC) --implicit-namespaces -d 1 -o source/ichor_hpc/ ../ichor_hpc/ichor/

rm -f source/ichor_core/ichor.rst
rm -f source/ichor_core/modules.rst
rm -f source/ichor_hpc/ichor.rst
rm -f source/ichor_hpc/modules.rst
rm -f source/ichor_cli/ichor.rst
rm -f source/ichor_cli/modules.rst

@$(SPHINXBUILD) "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
29 changes: 0 additions & 29 deletions docs/docs_build_instructions.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/index.html

This file was deleted.

0 comments on commit 62cc084

Please sign in to comment.