Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Doc/tabs to spaces #85

Merged
merged 2 commits into from
Dec 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions sphinx/source/contribution_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ required development dependencies in the ``sklearndf-develop`` environment.

.. code-block:: sh

conda env create -f environment.yml
conda activate sklearndf-develop
conda env create -f environment.yml
conda activate sklearndf-develop

This command will:

Expand All @@ -40,13 +40,13 @@ commit will …*, e.g.

.. code-block:: RST

add method foo to class Bar
add method foo to class Bar

but not

.. code-block:: RST

added method foo to class Bar
added method foo to class Bar


Documentation
Expand Down Expand Up @@ -327,7 +327,7 @@ there are a few key points to be aware of:
folder. To ensure these links are correct when the documentation is built, they are
altered and then the contents of the ``README.rst`` is incorporated into the
``getting_started.rst`` which is generated during the build and can be found in
``sphinx/source/gettting_started``.
``sphinx/source/getting_started``.

- The quick start guide based on the ``Boston_getting_started_example.ipynb`` notebook in
the ``sphinx/auxiliary`` folder is not automatically included (unlike all the other
Expand Down Expand Up @@ -460,8 +460,8 @@ use the following commands:

.. code-block:: sh

python make.py sklearndf tox default
flit publish
python make.py sklearndf tox default
flit publish

Please note the following:

Expand Down Expand Up @@ -493,8 +493,8 @@ use the following commands:

.. code-block:: sh

python make.py sklearndf conda default
anaconda upload --user BCG_Gamma dist/conda/noarch/<*package.tar.gz*>
python make.py sklearndf conda default
anaconda upload --user BCG_Gamma dist/conda/noarch/<*package.tar.gz*>

Please note the following:

Expand Down