Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Habitat Lab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
Meta Research
Habitat Lab
Commits
a34fa0dc
Unverified
Commit
a34fa0dc
authored
5 years ago
by
Oleksandr
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Made isort for CI check only, shields (#124)
* Made isort for CI check only * Added badges
parent
668f65b7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.circleci/config.yml
+6
-3
6 additions, 3 deletions
.circleci/config.yml
README.md
+4
-0
4 additions, 0 deletions
README.md
docs/source/conf.py
+1
-2
1 addition, 2 deletions
docs/source/conf.py
with
11 additions
and
5 deletions
.circleci/config.yml
+
6
−
3
View file @
a34fa0dc
...
@@ -15,15 +15,18 @@ jobs:
...
@@ -15,15 +15,18 @@ jobs:
-
run
:
-
run
:
name
:
setup
name
:
setup
command
:
|
command
:
|
sudo pip install black isort
sudo pip install black isort numpy
sudo pip install -r requirements.txt --progress-bar off
-
run
:
-
run
:
name
:
run black
name
:
run black
command
:
|
command
:
|
black . --line-length 79 --check --diff
black . --line-length 79 setup.py --diff
black . --line-length 79 setup.py --check
-
run
:
-
run
:
name
:
run isort
name
:
run isort
command
:
|
command
:
|
isort . -rc --multi-line 3 --trailing-comma --force-grid-wrap 0 --line-width 79 --combine-as
isort . -rc --multi-line 3 --trailing-comma --force-grid-wrap 0 --line-width 79 --combine-as -o torch -o pytest -o torchvision -o matplotlib --diff
isort . -rc --multi-line 3 --trailing-comma --force-grid-wrap 0 --line-width 79 --combine-as -o torch -o pytest -o torchvision -o matplotlib --check-only
install_and_test_ubuntu
:
install_and_test_ubuntu
:
<<
:
*gpu
<<
:
*gpu
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
0
View file @
a34fa0dc
[

](https://github.com/facebookresearch/habitat-api/blob/master/LICENSE)
[

](https://circleci.com/gh/facebookresearch/habitat-api)
[

](https://github.com/facebookresearch/habitat-api/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
Habitat-API
Habitat-API
==============================
==============================
...
...
This diff is collapsed.
Click to expand it.
docs/source/conf.py
+
1
−
2
View file @
a34fa0dc
...
@@ -32,11 +32,10 @@
...
@@ -32,11 +32,10 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
# ones.
import
sphinx_rtd_theme
import
recommonmark
import
recommonmark
import
sphinx_rtd_theme
from
recommonmark.transform
import
AutoStructify
from
recommonmark.transform
import
AutoStructify
extensions
=
[
extensions
=
[
"
sphinx.ext.autodoc
"
,
"
sphinx.ext.autodoc
"
,
"
sphinx.ext.doctest
"
,
"
sphinx.ext.doctest
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment