diff --git a/README.md b/README.md index 4345e22..86bd661 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ conda install -c conda-forge blp # Getting Started Reading the docs is the best way to get started, take a look at -[Quickstart](https://matthewgilbert.github.io/blp/usage/quickstart.html) or if you are having issues -[Troubleshooting](https://matthewgilbert.github.io/blp/usage/quickstart.html#Troubleshooting) +[Quickstart](https://matthewgilbert.github.io/blp/quickstart.html) or if you are having issues +[Troubleshooting](https://matthewgilbert.github.io/blp/quickstart.html#Troubleshooting) # Contributing diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index 353c42b..d24ef51 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -3,7 +3,7 @@ Contributing Contributions are welcome. A few ways to contribute are -* Addressing issues from the `issue tracker `_ +* Addressing issues from the `issue tracker `_ * Improving the documentation If you would like a new feature, please open an issue to discuss prior to submitting a pull request. diff --git a/doc/source/index.rst b/doc/source/index.rst index f19bd7e..ee603d0 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -4,7 +4,7 @@ Welcome to blp's documentation! The best place to get started if you want to use ``blp`` as a drop in python replacement for Bloomberg from Excel is the -:doc:`Quickstart`. For miscellaneous questions there is also an :doc:`FAQ`. +:doc:`Quickstart`. For miscellaneous questions there is also an :doc:`FAQ`. If you would like to contribute, please take a look at the :doc:`guidelines`. @@ -12,6 +12,6 @@ If you would like to contribute, please take a look at the :doc:`guidelines - usage/quickstart.ipynb + quickstart faq contributing diff --git a/doc/source/usage/quickstart.ipynb b/doc/source/quickstart.ipynb similarity index 100% rename from doc/source/usage/quickstart.ipynb rename to doc/source/quickstart.ipynb diff --git a/doc/source/usage/quickstart.py b/doc/source/quickstart.py similarity index 100% rename from doc/source/usage/quickstart.py rename to doc/source/quickstart.py