Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,10 @@ ENV/
.mypy_cache/

# IDE settings
.vscode/
.vscode/

# Misc
!/regression_enrichment_surface.egg-info/
!/docs/_build/
!/docs/modules.rst
!/docs/regression_enrichment_surface.rst
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Development Lead
Contributors
------------

None yet. Why not be the first?
* Xiaotian Duan <xduan7@uchicago.edu>
6 changes: 6 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ help:

.PHONY: help Makefile


clean:
rm -rf modules.rst $(SPHINXPROJ).rst "$(BUILDDIR)" || true


# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
sphinx-apidoc -o . ../$(SPHINXPROJ)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Welcome to Regression Enrichment Surface's documentation!
======================================
=========================================================

.. toctree::
:maxdepth: 2
Expand Down
2 changes: 1 addition & 1 deletion regression_enrichment_surface/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Austin Clyde"""
__email__ = 'aclyde@uchicago.edu'
__version__ = '0.1.0'
__version__ = '0.2.0'
Loading