Skip to content

Commit

Permalink
Updated Sphinx Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Feb 22, 2021
1 parent 8d381b4 commit 4475471
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
5 changes: 3 additions & 2 deletions docs/_build/html/_sources/user_guide/install.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ Occasionally, you might want to update all the packages in the environment.
conda env update -f environment.yml
```

> ### Alternative "Install" Method
> There are several other ways to "install" a python package so you can import them. One alternatively is you can `git clone https://github.com/blaylockbk/HRRR_archive_download.git` this repository to any directory. To import the package, you will need to update your PYTHONPATH environment variable to find the directory you put this package or add the line `sys.path.append("/path/to/hrrrb")` at the top of your python script.
### Alternative "Install" Method
There are several other ways to "install" a python package so you can import them. One alternatively is you can `git clone https://github.com/blaylockbk/HRRR_archive_download.git` this repository to any directory. To import the package, you will need to update your PYTHONPATH environment variable to find the directory you put this package or add the line `sys.path.append("/path/to/hrrrb")` at the top of your python script.

14 changes: 10 additions & 4 deletions docs/_build/html/user_guide/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<link rel="shortcut icon" href="../_static/wxicon.png"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="📝 Jupyter Notebooks" href="examples.html" />
<link rel="next" title="👨🏻‍💻 Practical Examples" href="examples.html" />
<link rel="prev" title="👨🏻‍🏭 Contributing Guidelines (and disclaimer)" href="contribute.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en" />
Expand Down Expand Up @@ -68,7 +68,7 @@
</li>

<li class="nav-item ">
<a class="nav-link" href="../reference_guide/index.html">hrrrb</a>
<a class="nav-link" href="../reference_guide/index.html">Reference Guide</a>
</li>


Expand Down Expand Up @@ -136,7 +136,13 @@


<li class="">
<a href="examples.html">📝 Jupyter Notebooks</a>
<a href="examples.html">👨🏻‍💻 Practical Examples</a>
</li>



<li class="">
<a href="notebooks.html">📝 Jupyter Notebooks</a>
</li>


Expand Down Expand Up @@ -249,7 +255,7 @@ <h2>Alternative “Install” Method<a class="headerlink" href="#alternative-ins
<div class='prev-next-bottom'>

<a class='left-prev' id="prev-link" href="contribute.html" title="previous page">👨🏻‍🏭 Contributing Guidelines (and disclaimer)</a>
<a class='right-next' id="next-link" href="examples.html" title="next page">📝 Jupyter Notebooks</a>
<a class='right-next' id="next-link" href="examples.html" title="next page">👨🏻‍💻 Practical Examples</a>

</div>

Expand Down
5 changes: 3 additions & 2 deletions docs/user_guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ Occasionally, you might want to update all the packages in the environment.
conda env update -f environment.yml
```

> ### Alternative "Install" Method
> There are several other ways to "install" a python package so you can import them. One alternatively is you can `git clone https://github.com/blaylockbk/HRRR_archive_download.git` this repository to any directory. To import the package, you will need to update your PYTHONPATH environment variable to find the directory you put this package or add the line `sys.path.append("/path/to/hrrrb")` at the top of your python script.
### Alternative "Install" Method
There are several other ways to "install" a python package so you can import them. One alternatively is you can `git clone https://github.com/blaylockbk/HRRR_archive_download.git` this repository to any directory. To import the package, you will need to update your PYTHONPATH environment variable to find the directory you put this package or add the line `sys.path.append("/path/to/hrrrb")` at the top of your python script.

0 comments on commit 4475471

Please sign in to comment.