-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* DOCS: Introduce autosummary * Test removing _autosumm folder * DOC: Move autosummary to init * DOC: Try to add path * DOCS: Show path * Also add spaudiopy folder * Comment out more * Docs: Use automodule * Does this help? * Minimal * Add toctree * Try this * Try Conda * Fix conda * Add requirements file * Remove plotly * Try without conda * RM environment * Add paths again * More paths * Try this * Bump Sphinx * Try conda again * Try latest image * Cleanup * Update to conf V2 * Fix conda rtd environment * Include matplotlib plot to doc * Fix mpl * Include precode explicitly * Add doc to decoders. * Try to fix mpl * Restrict matplotlib to <3.1 * Also restrict mpl in setup.py * Also exclude subversions * Update default hrir handling and docs * Fix typo * Use conext and plot grids * Restrict quadpy * Add SH plot * Show decorated functions * ignore data folder * rm from docs deps * Update reqs * Use conda defaults * Use only defaults * Remove backup lebedev * Update conf.py Tryin to fix docs * Create plot3d.py * Update readthedocs-environment.yml * Update readthedocs-environment.yml * Update readthedocs-environment.yml * Update .readthedocs.yml * Use sphinx < 3.0 * Update readthedocs-environment.yml * Update .gitignore editor configs * Switch to pip * Update requirements.txt * Update conf.py * Update conf.py * Update conf.py * Delete plot3d.py * Delete readthedocs-environment.yml * Revert "DOC: Use (experimental) contrained_layout in plots" This reverts commit 33c5e36. * Update conf.py * Update conf.py * Update plots.py * Doc plot updates * Update process.py fix * Update conf.py * Update grids.py * Update grids.py * Update sph.py See also gain clipping * Update conf.py adress some flake8
- Loading branch information
Showing
14 changed files
with
42 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,3 +109,6 @@ venv.bak/ | |
|
||
# mypy | ||
.mypy_cache/ | ||
|
||
# editor configs | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Sphinx>=2.4,<3.0 | ||
Sphinx-RTD-Theme | ||
|
||
NumPy | ||
matplotlib<3.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters