Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update the styles for new version #187

Merged
merged 34 commits into from
Feb 1, 2023
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e992054
Change the deployment workflow todate
Revathyvenugopal162 Jan 24, 2023
9b1d34f
removes the body padding
Revathyvenugopal162 Jan 24, 2023
11ab745
Add nav button styles
Revathyvenugopal162 Jan 24, 2023
cc05145
Modify style for icons
Revathyvenugopal162 Jan 25, 2023
a85d7d8
Modify style for icons bg
Revathyvenugopal162 Jan 25, 2023
2132132
Modify style for nav bar icon
Revathyvenugopal162 Jan 25, 2023
b74e16e
Modify the image padding
Revathyvenugopal162 Jan 25, 2023
79bfcfc
Modify the theme switch
Revathyvenugopal162 Jan 26, 2023
a06b9ab
Modify the theme hovering
Revathyvenugopal162 Jan 26, 2023
0a35e27
Modify the version button
Revathyvenugopal162 Jan 26, 2023
1709486
Modify the version button
Revathyvenugopal162 Jan 26, 2023
b58e714
Modify the navbar border
Revathyvenugopal162 Jan 26, 2023
9370382
Modify the container size
Revathyvenugopal162 Jan 26, 2023
4898b0a
Add table layout and contribution icon
Revathyvenugopal162 Jan 26, 2023
0d28f0f
Add defaulf color for the version switcher
Revathyvenugopal162 Jan 27, 2023
ff8bab9
Add contract
Revathyvenugopal162 Jan 27, 2023
4976ddf
Remove duplicated code
Revathyvenugopal162 Jan 27, 2023
acbf563
Remove the visibility of scroll bar
Revathyvenugopal162 Jan 27, 2023
7f88fd4
Remove the visibility of scroll bar
Revathyvenugopal162 Jan 27, 2023
7c28259
Remove the visibility of scroll bar on side
Revathyvenugopal162 Jan 27, 2023
1df8f13
Resolves syntax error
Revathyvenugopal162 Jan 27, 2023
e6a429e
Modify github icon color and size
Revathyvenugopal162 Jan 27, 2023
9d27985
Modify the github icon
Revathyvenugopal162 Jan 30, 2023
d8d8caa
Modify the pre-commit hooks
Revathyvenugopal162 Jan 30, 2023
0e82190
Modify the links
Revathyvenugopal162 Jan 30, 2023
d9f12dd
Modify the color
Revathyvenugopal162 Jan 30, 2023
1894bf1
Revert "Modify the color"
Revathyvenugopal162 Jan 30, 2023
c3b5772
Adjust the page length
Revathyvenugopal162 Jan 30, 2023
74d7541
Adjust the page length
Revathyvenugopal162 Jan 31, 2023
e2044bd
Adjust the getting started page
Revathyvenugopal162 Jan 31, 2023
5e6283d
Adjust the version swich hover
Revathyvenugopal162 Jan 31, 2023
4e11ac2
Add padding for breadcrumbs
Revathyvenugopal162 Jan 31, 2023
917da1d
Modify conf.py file
Revathyvenugopal162 Jan 31, 2023
a3480dd
Revert the workflow changes
Revathyvenugopal162 Jan 31, 2023
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
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
exclude = build
exclude = _build
select = W191, W291, W293, W391, E115, E117, E122, E124, E125, E225, E231, E301, E303, E501, F401, F403
count = True
max-complexity = 10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

doc-deploy-development:
name: Doc dev version deploy
if: github.event_name == 'push'
#if: github.event_name == 'push'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding this comment so we do not forget about restoring this line.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember to do this @Revathyvenugopal162

runs-on: ubuntu-latest
needs: doc-build
steps:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: black

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ You can optionally install and use this tool. For more information, see its
<https://pre-commit.com/#usage>`_ documentation.

Before contributing to a PyAnsys library, see
`Contributing <https://dev.docs.pyansys.com/how-to/contributing.html>`_
`Contributing <https://dev.docs.pyansys.com/dev/how-to/contributing.html>`_
in the *PyAnsys Developer's Guide* for overall guidance, paying particular
attention to `How-to <https://dev.docs.pyansys.com/how-to/index.html>`_ for
attention to `How-to <https://dev.docs.pyansys.com/dev/how-to/index.html>`_ for
guidelines and best practices.

License
Expand Down
2 changes: 1 addition & 1 deletion doc/source/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ User guide
==========
The Ansys Sphinx theme is based on the `PyData Sphinx theme <https://github.com/pydata/pydata-sphinx-theme>`_.
For more information on its configuration, see
`Configuration <https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/configuring.html>`_.
`Configuration <https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/>`_.

While the Ansys Sphinx theme is often used as is, you can customize the following:

Expand Down
Loading