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

Adding Mesa Extension page #2627

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

Conversation

PrashantChoudhary13579
Copy link
Contributor

Summary

This PR adds a Mesa Extensions Overview page to the mesa inside the docs folder. This page contains the basic extensions like - Mesa-Geo, Mesa Examples, Mesa-Frames up to this point. Each of them contains the description, Key feature, Authors, each one GitHub link in more information, etc...

Motive

Implementation

  • Added a page which contains Mesa Extension containing - Mesa-Geo, Mesa-frames, Mesa-Example
  • Each of them contains Description, Key feature, Author, GitHub link, etc.
  • This is done by going through each of the repository and extracting out the data and concising them into the file accoring to the above format

Usage Examples

The page will be generated after executing the make html command in the terminal or building the source code of docs folder.

Additional Notes

@tpike3
Copy link
Member

tpike3 commented Jan 19, 2025

Thanks @PrashantChoudhary13579 This is very cool.

I did not see a change to the main page, so I am curious how will this show up in the read the docs? Will it be a separate tab on the top? Will it be in the resources?

Please update the PR so it is even with Main branch

But this is good and needed. Thanks!

@PrashantChoudhary13579
Copy link
Contributor Author

PrashantChoudhary13579 commented Jan 19, 2025

I think it will be good if it is under Resources .

Ok I will update the PR

@PrashantChoudhary13579
Copy link
Contributor Author

@tpike3 Can you please solve my queries ?
#2190 (comment)

@PrashantChoudhary13579
Copy link
Contributor Author

@PrashantChoudhary13579 That is the RL Link

I would NOT add this code

if sys.version_info >= (3,):
    from sphinx.util import logging
    logger = logging.getLogger(__name__)
os.environ['PYTHONIOENCODING'] = 'utf-8'

I think this is a dynamic with your local machine, after you do the PR update you can check the build in the checks to see if it passed or got the same error.

Let me know if this answers your questions or if there is anything else

Thank you for your response. All the problem are sorted and i will update the mesa extension webpage by adding the mesa RL. Then you may review it .

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

Successfully merging this pull request may close these issues.

2 participants