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

Jupyter reactivate overview quickstart #677

Merged

Conversation

astroidex
Copy link
Member

  • checked overview and quickstart
  • new screenshots were made
  • reactivate the project in the project_info.csv
  • changed the quickstart to the geopandas tutorial, as the mentioned GSOC tutorial was not there anymore

Copy link
Member

@kalxas kalxas left a comment

Choose a reason for hiding this comment

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

Please make sure that added screenshots are optimized with optpng

@astroidex
Copy link
Member Author

optpng

Hi kal

Please make sure that added screenshots are optimized with optpng

Thanks for the information. Done with optipng.

@cvvergara cvvergara added this to the Release 14.0.0 milestone Jan 26, 2021
@cvvergara cvvergara self-requested a review January 26, 2021 17:42
@cvvergara
Copy link
Contributor

You might need to do a git pull before doing the following changes

Add the lines for Jupiter at the end of the file follow the sintax of pygeoapi:
https://github.com/OSGeo/OSGeoLive-doc/blob/master/.tx/config#L783

After you do that in your computer do:

cd build
rm -rf *
cmake -DLOCALE=ON ..
make locale
cd ..
# personally I do, just to be on the safe side
git status
# you should see the .tx/cofig file and changes in locale/en and on locale/pot
git add .tx/config
git add locale

commit & push

And now push the locale files to transifex

tx push -s -l en

@astroidex
Copy link
Member Author

You might need to do a git pull before doing the following changes

Add the lines for Jupiter at the end of the file follow the sintax of pygeoapi:
https://github.com/OSGeo/OSGeoLive-doc/blob/master/.tx/config#L783

After you do that in your computer do:

cd build
rm -rf *
cmake -DLOCALE=ON ..
make locale
cd ..
# personally I do, just to be on the safe side
git status
# you should see the .tx/cofig file and changes in locale/en and on locale/pot
git add .tx/config
git add locale

commit & push

And now push the locale files to transifex

tx push -s -l en

Hi vicky,

I did the steps as you mentioned. Worked fine. Thank you.

@astroidex astroidex merged commit 4bc7836 into OSGeo:master Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants