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

Made some changes for better readabilty, and understanding of the tex… #288

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

Conversation

Arnav2824
Copy link

This PR is not related to any issue. It is towards making the documentation of ODK-X better.

What is included in this PR?

Made certain changes for better readability and understanding of the text for contributors, one of the main things was to change the directory structure given in the setup for Android Studios for Windows in the app-designs-prereqs.rst file for better understanding of others

…t to avoid any confusion for the contributors.
Copy link
Contributor

@elmps2018 elmps2018 left a comment

Choose a reason for hiding this comment

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

Thanks for working on these! @wbrunette can you double check the install code changes?

@@ -37,7 +37,7 @@ You must install the following software on your computer in order to use Applica

.. warning::

Android Studio is not supported on the Windows Linux subsystem, so you will not be able to run Application Designer if you are using it.
Android Studio is not supported on the Windows Subsystem for Linux (WSL). so you will not be able to run Application Designer if you are using it.
Copy link
Contributor

Choose a reason for hiding this comment

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

period after (WSL) should be a comma. Is the acronym needed? If not used elsewhere, can skip here.

Copy link
Member

Choose a reason for hiding this comment

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

keeping WSL is okay helps when reading other documentation as often referred to as WSL

Copy link
Member

@wbrunette wbrunette left a comment

Choose a reason for hiding this comment

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

Need to fix with the slashes with tabs

incorrect on mac/unix slashes go other way and it's under the mac section.
Like this part of the documentation: https://docs.odk-x.org/docs-tech-guide/#before-you-begin
notice the "bash" and "PowerShell" tabs to explain the difference

@@ -37,7 +37,7 @@ You must install the following software on your computer in order to use Applica

.. warning::

Android Studio is not supported on the Windows Linux subsystem, so you will not be able to run Application Designer if you are using it.
Android Studio is not supported on the Windows Subsystem for Linux (WSL). so you will not be able to run Application Designer if you are using it.
Copy link
Member

Choose a reason for hiding this comment

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

keeping WSL is okay helps when reading other documentation as often referred to as WSL

@@ -178,8 +178,8 @@ To install the Android SDK:

.. code-block:: console

$ /Android/cmdline-tools/latest/bin>
$ /Android/cmdline-tools/latest/bin>sdkmanager.bat --list
$ \Android\cmdline-tools\latest\bin
Copy link
Member

Choose a reason for hiding this comment

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

incorrect on mac/unix slashes go other way and it's under the mac section.
Like this part of the documentation: https://docs.odk-x.org/docs-tech-guide/#before-you-begin
notice the "bash" and "PowerShell" tabs to explain the difference

@Arnav2824
Copy link
Author

Hey @wbrunette I have made certain changes. I just wanted to say that in the note that is in line 166, it is mentioned that for windows the command should be sdkmanager.bat, so in line number 182, I have kept the slashes for the windows set up as it has the command sdkmanager.bat mentioned in it. In line 181, assuming it to be for Mac, I have changed the slash style. Please review it and provide me with your feedback.

PS -: In my opinion, separating the commands for windows and for Mac/Unix would probably be better for understanding for future contributors.

@wbrunette
Copy link
Member

My comment applies to all changes, and I agree about your PS hence I gave you a link to another documentation page that does it properly. Check out the link I supplied and look at the tabs

@Arnav2824
Copy link
Author

@wbrunette , I have changed the slashes to as they were in the original documentation

@wbrunette
Copy link
Member

What about Line 192 and Line 199

they were in the original documentation.
@Arnav2824
Copy link
Author

Changed line 192 and 199 to what they were originally

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.

3 participants