Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanchengyan committed Aug 10, 2024
1 parent 7cada14 commit 4e267e8
Show file tree
Hide file tree
Showing 28 changed files with 808 additions and 307 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ instance/

# Sphinx documentation
docs/_build/
docs/source/auto_examples

# PyBuilder
.pybuilder/
Expand Down
1 change: 1 addition & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ help:

clean:
rm -rf $(BUILDDIR)/*
rm -rf $(SOURCEDIR)/auto_examples*

.PHONY: help Makefile

Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ sphinx-design
pydata_sphinx_theme
sphinx-togglebutton
Jinja2
myst-sphinx-gallery
git+https://github.com/Fanchengyan/FanInSAR.git@main
10 changes: 0 additions & 10 deletions docs/source/_static/.$class_Structure.drawio.bkp

This file was deleted.

51 changes: 0 additions & 51 deletions docs/source/_static/class_Structure.drawio

This file was deleted.

53 changes: 47 additions & 6 deletions docs/source/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,51 @@
.bd-content {
flex-grow: 1;
max-width: 100%;
}

.bd-page-width {
max-width: 100rem;
}
.bd-main .bd-article-container {
max-width: 100%;


table {
width: auto; /* Override fit-content which breaks Styler user guide ipynb */
}

/* Main index page overview cards */

.intro-card {
padding: 30px 10px 20px 10px;
}

.intro-card .sd-card-img-top {
margin: 10px;
height: 52px;
background: none !important;
}

.intro-card .sd-card-title {
color: var(--pst-color-secondary);
font-size: var(--pst-font-size-h5);
padding: 1rem 0rem 0.5rem 0rem;
}

.intro-card .sd-card-footer {
border: none !important;
}

.intro-card .sd-card-footer p.sd-card-text {
max-width: 220px;
margin-left: auto;
margin-right: auto;
}

/* .intro-card .sd-btn-secondary {
background-color: #6c757d !important;
border-color: #6c757d !important;
}
.intro-card .sd-btn-secondary:hover {
background-color: #5a6268 !important;
border-color: #545b62 !important;
} */

.card, .card img {
background-color: var(--pst-color-background);
}
51 changes: 0 additions & 51 deletions docs/source/_static/datsets.drawio

This file was deleted.

92 changes: 92 additions & 0 deletions docs/source/_static/doc_index/index_api.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 75 additions & 0 deletions docs/source/_static/doc_index/index_contribute.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4e267e8

Please sign in to comment.