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

Add documentation #4

Merged
merged 26 commits into from
Jan 14, 2024
Merged

Add documentation #4

merged 26 commits into from
Jan 14, 2024

Conversation

thinker227
Copy link
Owner

@thinker227 thinker227 commented Jan 10, 2024

Add a docfx site containing API docs and some other documentation.

<br/>

# Installation
```ps1
# .NET CLI
dotnet add package Rascal --prerelease
```

# Using the package
Copy link
Collaborator

Choose a reason for hiding this comment

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

keep this here. yes, documentation should be done in the docfx, but most people want to know the nuts and bolts right here, without going to the doc page.

@@ -2,21 +2,24 @@ namespace Rascal.Analysis;

public static class Diagnostics
{
private const string CorrectnessCategory = "Correctness";
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would use RascalCorrectness

@@ -2,21 +2,24 @@ namespace Rascal.Analysis;

public static class Diagnostics
{
private const string CorrectnessCategory = "Correctness";
private const string AnalysisCategory = "Analysis";
Copy link
Collaborator

Choose a reason for hiding this comment

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

RascalAnalysis

@thinker227 thinker227 marked this pull request as ready for review January 13, 2024 11:42
@thinker227 thinker227 merged commit 32f32d0 into main Jan 14, 2024
1 check passed
@thinker227 thinker227 deleted the docs branch January 14, 2024 09:38
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