Skip to content
Snippets Groups Projects
Commit 415b714a authored by Eddie McWhirter's avatar Eddie McWhirter
Browse files

Remove name anchors.

parent f6062cae
No related branches found
No related tags found
No related merge requests found
...@@ -6,17 +6,16 @@ Geomag algorithms includes tools to fetch, process, and output geomag data. ...@@ -6,17 +6,16 @@ Geomag algorithms includes tools to fetch, process, and output geomag data.
[Documentation](./docs/README.md) [Documentation](./docs/README.md)
<a name="install"></a>
Install Install
------- -------
We recommend using [virtual environments][]. We recommend using [virtual environments][].
__Windows__: begin with the Windows dependencies in the __Windows__: begin with the Windows dependencies in the
[Dependency install](readme_dependency_install.md#windows). [Dependency install](readme_dependency_install.md#Windows).
__Mac/Linux__: begin with required dependencies in the __Mac/Linux__: begin with required dependencies in the
[Dependency install](readme_dependency_install.md#mac). [Dependency install](readme_dependency_install.md#Mac).
1. Install geomagio 1. Install geomagio
...@@ -29,8 +28,6 @@ __Mac/Linux__: begin with required dependencies in the ...@@ -29,8 +28,6 @@ __Mac/Linux__: begin with required dependencies in the
[virtual environments]: http://docs.python-guide.org/en/latest/dev/virtualenvs/ [virtual environments]: http://docs.python-guide.org/en/latest/dev/virtualenvs/
<a name="develop"></a>
Developing Developing
---------- ----------
...@@ -53,7 +50,6 @@ Developing ...@@ -53,7 +50,6 @@ Developing
grunt grunt
<a name="standards"></a>
Coding Standards Coding Standards
---------------- ----------------
......
Readme dependencies Readme dependencies
<a name="windows"></a>
### Windows ### ### Windows ###
#### Install #### #### Install ####
...@@ -20,7 +19,7 @@ Readme dependencies ...@@ -20,7 +19,7 @@ Readme dependencies
If it isn't, update your PATH so that Conda's HOME is before any other If it isn't, update your PATH so that Conda's HOME is before any other
versions of Python. versions of Python.
1. Head back over to the main [install](README.md#install) and complete the 1. Head back over to the main [install](README.md#Install) and complete the
instructions there. instructions there.
#### Develop #### #### Develop ####
...@@ -45,7 +44,6 @@ code for this project. ...@@ -45,7 +44,6 @@ code for this project.
[Anaconda]: http://continuum.io/downloads [Anaconda]: http://continuum.io/downloads
--- ---
<a name="mac"></a>
### Mac ### ### Mac ###
1. Install `python` (2.7.X) 1. Install `python` (2.7.X)
...@@ -77,13 +75,12 @@ code for this project. ...@@ -77,13 +75,12 @@ code for this project.
1. Close and re-open your terminal so that your new PATH is loaded. 1. Close and re-open your terminal so that your new PATH is loaded.
Make sure to navigate back to your `geomag-algorithms` project directory. Make sure to navigate back to your `geomag-algorithms` project directory.
1. Head back over to the main [install](README.md#install) and complete the 1. Head back over to the main [install](README.md#Install) and complete the
instructions there. instructions there.
[Homebrew]: http://brew.sh/ [Homebrew]: http://brew.sh/
--- ---
<a name="ssh"></a>
### Add an SSH Key to GitHub ### ### Add an SSH Key to GitHub ###
This only needs to be completed if you plan on developing and pushing new code This only needs to be completed if you plan on developing and pushing new code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment