Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Manual bisect #9

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open

Manual bisect #9

wants to merge 23 commits into from

Conversation

nuttamas
Copy link

@nuttamas nuttamas commented Dec 17, 2020

Answer UCL-RITS/rse-classwork-2020#102

Result from bisect

running python sagital_brain.py brain_sample.csv
0251e1b is the first bad commit
commit 0251e1b

@nuttamas
Copy link
Author

nuttamas commented Dec 23, 2020

Addresses UCL-RITS/rse-classwork-2020#143
Addresses UCL-RITS/rse-classwork-2020#144
Addresses UCL-RITS/rse-classwork-2020#145

After running the command pip install -e . in terminal.
Got the response below

Installing collected packages: sagital-average
Running setup.py develop for sagital-average
Successfully installed sagital-average

@nuttamas
Copy link
Author

The docs is created by running sphinx-quickstart in the terminal in the folder docs.
Then, type-in...

Separate source and build directories (y/n) [n]: n
Project name: Sagital Average
Author name(s): Charlene Bultoc
Project release []: 0.0.1
Project language [en]:

@nuttamas
Copy link
Author

Add Sphinx extensions by running the following commands in the terminal

cd docs
sphinx-apidoc -o . ../sagital_average
make html

Running Sphinx v3.1.2
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 1 source files that are out of date
updating environment: [new config] 1 added, 0 changed, 0 removed
reading sources... [100%] index
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] index
generating indices... genindexdone
writing additional pages... searchdone
copying static files... ... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded.
The HTML pages are in _build/html.

cd _build/html

python -m http.server # to load the automatically built documentation

@nuttamas
Copy link
Author

The commit 9b8a932 addresses UCL-RITS/rse-classwork-2020#146
In terminal, run

black <filename>.py

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant