Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding rtd structure #238

Merged
merged 34 commits into from
Oct 15, 2024
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
2509804
first rtd commit
samueldmcdermott Sep 23, 2024
26d9bc1
updated `conf.py` for DeepSZSim details
samueldmcdermott Sep 23, 2024
6ecb974
added index.rst for rtd build
samueldmcdermott Sep 23, 2024
a24c66d
added api.rst and updated index.rst for rtd build
samueldmcdermott Sep 23, 2024
54c4222
updated api.rst
samueldmcdermott Sep 23, 2024
7855bba
updated conf.py and index.rst
samueldmcdermott Sep 23, 2024
5f7324d
added Makefile
samueldmcdermott Sep 23, 2024
60239f4
added some docs files
samueldmcdermott Sep 23, 2024
1ec0fbf
updated `index.rst`
samueldmcdermott Sep 23, 2024
ab5384c
updated `index.rst`
samueldmcdermott Sep 23, 2024
6e49b30
updated `index.rst`
samueldmcdermott Sep 23, 2024
201e87f
updated `index.rst`
samueldmcdermott Sep 23, 2024
2719a60
updated `index.rst`
samueldmcdermott Sep 23, 2024
44d007a
added deepszsim.rst
samueldmcdermott Sep 24, 2024
72c05c3
removed autoapi.extension
samueldmcdermott Sep 24, 2024
06e4401
added build folder
samueldmcdermott Sep 24, 2024
eea3563
changed index.rst
samueldmcdermott Sep 24, 2024
d48b316
changed autoapi_dirs in conf.py
samueldmcdermott Sep 24, 2024
1342a4f
changed autoapi_dirs in conf.py
samueldmcdermott Sep 24, 2024
2c23988
changed autoapi_dirs in conf.py
samueldmcdermott Sep 24, 2024
2c5716c
removed `docs/source/_build`
samueldmcdermott Sep 24, 2024
e306285
updated requirements.txt
samueldmcdermott Sep 24, 2024
5375f28
updated requirements.txt
samueldmcdermott Sep 24, 2024
47e243f
updated index.rst
samueldmcdermott Sep 24, 2024
71bd3c0
updated index.rst
samueldmcdermott Sep 24, 2024
147083f
updated index.rst
samueldmcdermott Sep 24, 2024
d6392a6
moved documentation in the class of `simclusters.py` to be visible to…
samueldmcdermott Sep 27, 2024
8dad985
updated requirements.txt and reverted location of docstring for simcl…
samueldmcdermott Sep 27, 2024
f3b1c80
changed max depth to 3
samueldmcdermott Sep 27, 2024
fd3db22
added `:special-members:` to `simclusters`
samueldmcdermott Sep 27, 2024
a4d11ad
removed `:special-members:` from `simclusters` and changed class docu…
samueldmcdermott Sep 27, 2024
0a3aacf
edited `simclusters` documentation
samueldmcdermott Sep 27, 2024
9551999
added some instructions to deepszsim.rst
samueldmcdermott Sep 27, 2024
d69a99a
removed an unused subdirectory
samueldmcdermott Sep 27, 2024
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
Prev Previous commit
Next Next commit
updated requirements.txt
samueldmcdermott committed Sep 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 5375f288ea88143390219348bf94ae43c5424e10
9 changes: 8 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
sphinx==7.1.2
sphinx-rtd-theme==1.3.0rc1
numpy
numpy
camb
h5py
astropy
colossus
tqdm
pixell
pandas