-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #164 from slacgismo/dev
Revamped Docs
- Loading branch information
Showing
103 changed files
with
4,975 additions
and
1,663 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
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,25 @@ | ||
# Read the Docs configuration file for Sphinx projects | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Set the OS, Python version and other tools you might need | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.10" | ||
|
||
# Build documentation in the "docs/" directory with Sphinx | ||
sphinx: | ||
configuration: docs/source/conf.py | ||
fail_on_warning: true | ||
|
||
# Install regular dependencies. | ||
# Then, install special pinning for RTD. | ||
python: | ||
install: | ||
- requirements: requirements.txt | ||
- method: pip | ||
path: . | ||
|
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
# Contributor Covenant Code of Conduct | ||
|
||
## Our Pledge | ||
|
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 |
---|---|---|
@@ -1,3 +1,72 @@ | ||
[To be added] | ||
# Contribution Guidelines | ||
|
||
For now, please contact [Bennet Meyers](mailto:[email protected]) - bennetm at stanford.edu | ||
Contributions are welcome, and are greatly appreciated! Even small contributions are helpful, and credit will always be given! | ||
|
||
## Types of Contributions | ||
|
||
### Report Bugs | ||
|
||
To report a bug, first make sure there isn't already an open [GitHub Issue](https://github.com/slacgismo/solar-data-tools/issues) | ||
about it. If not, you can submit a new issue, making sure to include: | ||
|
||
* Your OS name and version. | ||
* Any details about your local setup (_e.g._, your Python environment setup) that might be helpful in troubleshooting. | ||
* The Solar Data Tools version you are using. | ||
* Detailed steps to reproduce the bug. | ||
* A tag, if appropriate (_e.g._, "bug" or "enhancement"). | ||
|
||
### Fix Open Issues | ||
|
||
Look through the [GitHub Issues](https://github.com/slacgismo/solar-data-tools/issues) for any | ||
reported bugs. Anything tagged with "bug" and "help wanted" is open to contributions. | ||
|
||
### Implement Features | ||
|
||
Look through the [GitHub Issues](https://github.com/slacgismo/solar-data-tools/issues) for any | ||
feature requests. Anything tagged with "enhancement" and "help wanted" is open to contributions. | ||
|
||
### Write Documentation | ||
|
||
You can never have enough documentation! Please feel free to contribute to any | ||
part of the documentation, such as the getting started guides or the docstrings/API reference. | ||
|
||
## Get Started! | ||
|
||
Ready to contribute? Here's how to set up Solar Data Tools for local development. | ||
|
||
1. You will need to have `git` installed on your local machine, and you will need some way to create and manage | ||
Python virtual environments. We recommend using `conda`. | ||
2. Create your own fork of the Solar Data Tools [repository](https://github.com/slacgismo/solar-data-tools). | ||
3. Clone your repository, for example by typing in your terminal: | ||
`git clone https://github.com/<your_username>/solar-data-tools.git`. | ||
4. Install `solardatatools` as editable in your new environment: | ||
|
||
```console | ||
$ pip install -e . | ||
``` | ||
If you would like to install optional dependencies, such as MOSEK or docs-specific dependencies, you can do so by: | ||
```console | ||
$ pip install -e ".[docs]" | ||
``` | ||
5. Create a branch for local development and make your changes: | ||
|
||
```console | ||
$ git checkout -b name-of-your-bugfix-or-feature | ||
``` | ||
|
||
6. When you're done making changes, check that your changes conform to any code formatting requirements and pass any tests. | ||
|
||
7. Commit and push your changes to your fork, and open a pull request. | ||
|
||
## Pull Request Guidelines | ||
|
||
Before you submit a pull request, check that it meets these guidelines: | ||
|
||
1. The pull request should include additional tests if appropriate. | ||
2. If the pull request adds functionality, the docs should be updated. | ||
3. The pull request should work for all currently supported operating systems and versions of Python. | ||
|
||
## Code of Conduct | ||
|
||
Please note that the Solar Data Tools project is released with a | ||
[Code of Conduct](getting_started/code_of_conduct.md). By contributing to this project you agree to abide by its terms. |
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.