mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-13 19:53:36 -06:00
Documentation Configuration
This commit is contained in:
parent
b0ebf43ae9
commit
a0492aaa0b
15 changed files with 71 additions and 79 deletions
|
@ -2,54 +2,36 @@
|
||||||
<topic id="849aa079-3d64-4cf1-966f-44af23c73160" revisionNumber="1">
|
<topic id="849aa079-3d64-4cf1-966f-44af23c73160" revisionNumber="1">
|
||||||
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
|
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
<introduction>
|
<introduction>
|
||||||
<para>This is a sample conceptual topic. You can use this as a starting point for adding more conceptual
|
<para>
|
||||||
content to your help project.</para>
|
Welcome to the official documentation for <bold>CapyKit</bold> – your go-to utility kit for boosting productivity in any <bold>.NET</bold> project.
|
||||||
|
Originally born out of the <em>HappyCapy</em> project, <bold>CapyKit</bold> is now fully open for the community,
|
||||||
|
offering a wide array of C# utilities and extensions.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Whether you're looking to integrate some handy extensions into your existing project or you're exploring what
|
||||||
|
<bold>CapyKit</bold> can do for your next venture, you've come to the right place!
|
||||||
|
</para>
|
||||||
</introduction>
|
</introduction>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>Getting Started</title>
|
<title>Getting Started</title>
|
||||||
<content>
|
<content>
|
||||||
<para>To get started, add a documentation source to the project (a Visual Studio solution, project, or
|
<para>
|
||||||
assembly and XML comments file). See the <legacyBold>Getting Started</legacyBold> topics in the Sandcastle Help
|
This documentation is generated directly from the source code and is constantly evolving as the project progresses.
|
||||||
File Builder's help file for more information. The following default items are included in this project:</para>
|
To dive in, check out the full reference material and guides in the [CapyKit Documentation](R_Project_Documentation.md).
|
||||||
|
</para>
|
||||||
|
|
||||||
<list class="bullet">
|
<para>
|
||||||
<listItem>
|
If you're new to the project, bear with us while things are still transitioning from the private repository.
|
||||||
<para><localUri>ContentLayout.content</localUri> - Use the content layout file to manage the
|
We're working hard to make this resource the best it can be.
|
||||||
conceptual content in the project and define its layout in the table of contents.</para>
|
</para>
|
||||||
</listItem>
|
|
||||||
|
|
||||||
<listItem>
|
<para>
|
||||||
<para>The <localUri>.\media</localUri> folder - Place images in this folder that you will reference
|
For a complete overview of the automatically generated documentation, start by exploring the
|
||||||
from conceptual content using <codeInline>medialLink</codeInline> or <codeInline>mediaLinkInline</codeInline>
|
[API and Utilities Reference](R_Project_Documentation.md)
|
||||||
elements. If you will not have any images in the file, you may remove this folder.</para>
|
</para>
|
||||||
</listItem>
|
|
||||||
|
|
||||||
<listItem>
|
|
||||||
<para>The <localUri>.\icons</localUri> folder - This contains a default logo for the help file. You
|
|
||||||
may replace it or remove it and the folder if not wanted. If removed or if you change the file name, update
|
|
||||||
the <ui>Transform Args</ui> project properties page by removing or changing the filename in the
|
|
||||||
<codeInline>logoFile</codeInline> transform argument. Note that unlike images referenced from conceptual topics,
|
|
||||||
the logo file should have its <legacyBold>BuildAction</legacyBold> property set to <codeInline>Content</codeInline>.</para>
|
|
||||||
</listItem>
|
|
||||||
|
|
||||||
<listItem>
|
|
||||||
<para>The <localUri>.\Content</localUri> folder - Use this to store your conceptual topics. You may
|
|
||||||
name the files and organize them however you like. One suggestion is to lay the files out on disk as you have
|
|
||||||
them in the content layout file as shown in this project but the choice is yours. Files can be added via the
|
|
||||||
Solution Explorer or from within the content layout file editor. Files must appear in the content layout file
|
|
||||||
in order to be compiled into the help file.</para>
|
|
||||||
</listItem>
|
|
||||||
</list>
|
|
||||||
|
|
||||||
<para>See the <legacyBold>Conceptual Content</legacyBold> topics in the Sandcastle Help File Builder's
|
|
||||||
help file for more information. See the <legacyBold> Sandcastle MAML Guide</legacyBold> for details on Microsoft
|
|
||||||
Assistance Markup Language (MAML) which is used to create these topics.</para>
|
|
||||||
</content>
|
</content>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<relatedTopics>
|
|
||||||
<link xlink:href="7d36447b-0aab-4ce9-b5ed-e60ec5bee103" />
|
|
||||||
</relatedTopics>
|
|
||||||
</developerConceptualDocument>
|
</developerConceptualDocument>
|
||||||
</topic>
|
</topic>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Topics>
|
<Topics>
|
||||||
<Topic id="fa7407d1-9116-4ad7-a9ab-ed094685b070" visible="True" isDefault="true" isSelected="true" title="CapyKit - C# Utilities">
|
<Topic id="849aa079-3d64-4cf1-966f-44af23c73160" visible="True" isDefault="true" isSelected="true" apiParentMode="InsertAfter" title="CapyKit - C# Utilities">
|
||||||
<HelpKeywords>
|
<HelpKeywords>
|
||||||
<HelpKeyword index="K" term="Welcome" />
|
<HelpKeyword index="K" term="Welcome" />
|
||||||
</HelpKeywords>
|
</HelpKeywords>
|
||||||
|
|
|
@ -62,6 +62,16 @@
|
||||||
<IncludeFavorites>False</IncludeFavorites>
|
<IncludeFavorites>False</IncludeFavorites>
|
||||||
<WebsiteSdkLinkType>Msdn</WebsiteSdkLinkType>
|
<WebsiteSdkLinkType>Msdn</WebsiteSdkLinkType>
|
||||||
<AppendMarkdownFileExtensionsToUrls>True</AppendMarkdownFileExtensionsToUrls>
|
<AppendMarkdownFileExtensionsToUrls>True</AppendMarkdownFileExtensionsToUrls>
|
||||||
|
<ProjectSummary>Welcome to the official documentation for CapyKit, a powerful collection of C# utilities designed to enhance your .NET projects. Below, you&#39%3bll find a list of namespaces included in the library, each offering a unique set of tools, extensions, and helpers to streamline your development process.</ProjectSummary>
|
||||||
|
<NamespaceSummaries>
|
||||||
|
<NamespaceSummaryItem name="(global)" isDocumented="False" xmlns="" />
|
||||||
|
<NamespaceSummaryItem name="CapyKit" isDocumented="True" xmlns="">Core utilities and foundational methods for the CapyKit library.</NamespaceSummaryItem>
|
||||||
|
<NamespaceSummaryItem name="CapyKit.Attributes" isDocumented="True" xmlns="">Custom attributes for simplifying .NET code behavior.</NamespaceSummaryItem>
|
||||||
|
<NamespaceSummaryItem name="CapyKit.Enumerations" isDocumented="True" xmlns="">Commonly used enumerations for value comparison and logic.</NamespaceSummaryItem>
|
||||||
|
<NamespaceSummaryItem name="CapyKit.Extensions" isDocumented="True" xmlns="">Extension methods for enhancing .NET classes and simplifying operations.</NamespaceSummaryItem>
|
||||||
|
<NamespaceSummaryItem name="CapyKit.Helpers" isDocumented="True" xmlns="">Utility classes for tasks like data manipulation and reflection.</NamespaceSummaryItem>
|
||||||
|
<NamespaceSummaryItem name="Tests" isDocumented="True" xmlns="">Unit tests ensuring CapyKit functions as expected.</NamespaceSummaryItem>
|
||||||
|
<NamespaceSummaryItem name="Tests.Helpers" isDocumented="True" xmlns="">Contains unit tests specifically focused on verifying the correctness of the code in `CapyKit.Helpers`.</NamespaceSummaryItem></NamespaceSummaries>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
|
<!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
|
||||||
the build. The others are optional common platform types that may appear. -->
|
the build. The others are optional common platform types that may appear. -->
|
||||||
|
|
14
Documentation/Help/849aa079-3d64-4cf1-966f-44af23c73160.md
Normal file
14
Documentation/Help/849aa079-3d64-4cf1-966f-44af23c73160.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# CapyKit - C# Utilities
|
||||||
|
|
||||||
|
Welcome to the official documentation for CapyKit – your go-to utility kit for boosting productivity in any .NET project. Originally born out of the *HappyCapy* project, CapyKit is now fully open for the community, offering a wide array of C# utilities and extensions.
|
||||||
|
|
||||||
|
Whether you're looking to integrate some handy extensions into your existing project or you're exploring what CapyKit can do for your next venture, you've come to the right place!
|
||||||
|
|
||||||
|
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
|
This documentation is generated directly from the source code and is constantly evolving as the project progresses. To dive in, check out the full reference material and guides in the [CapyKit Documentation](R_Project_Documentation.md).
|
||||||
|
|
||||||
|
If you're new to the project, bear with us while things are still transitioning from the private repository. We're working hard to make this resource the best it can be.
|
||||||
|
|
||||||
|
For a complete overview of the automatically generated documentation, start by exploring the [API and Utilities Reference](R_Project_Documentation.md)
|
|
@ -1,15 +1,14 @@
|
||||||
# CapyKit - C# Utilities
|
# CapyKit - C# Utilities
|
||||||
|
|
||||||
Version [TODO: Version] was released on [TODO: Date].
|
Welcome to the official documentation for CapyKit – your go-to utility kit for boosting productivity in any .NET project. Originally born out of the *HappyCapy* project, CapyKit is now fully open for the community, offering a wide array of C# utilities and extensions.
|
||||||
|
|
||||||
|
Whether you're looking to integrate some handy extensions into your existing project or you're exploring what CapyKit can do for your next venture, you've come to the right place!
|
||||||
|
|
||||||
|
|
||||||
## Changes in This Release
|
## Getting Started
|
||||||
<ul><li><p>[TODO: Add change items here]</p></li></ul>
|
|
||||||
|
|
||||||
|
This documentation is generated directly from the source code and is constantly evolving as the project progresses. To dive in, check out the full reference material and guides in the [CapyKit Documentation](R_Project_Documentation.md).
|
||||||
|
|
||||||
|
If you're new to the project, bear with us while things are still transitioning from the private repository. We're working hard to make this resource the best it can be.
|
||||||
|
|
||||||
## See Also
|
For a complete overview of the automatically generated documentation, start by exploring the [API and Utilities Reference](R_Project_Documentation.md)
|
||||||
|
|
||||||
|
|
||||||
#### Other Resources
|
|
||||||
[7d36447b-0aab-4ce9-b5ed-e60ec5bee103]
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# CapyKit Namespace
|
# CapyKit Namespace
|
||||||
|
|
||||||
|
|
||||||
\[Missing <summary> documentation for "N:CapyKit"\]
|
Core utilities and foundational methods for the CapyKit library.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# CapyKit.Attributes Namespace
|
# CapyKit.Attributes Namespace
|
||||||
|
|
||||||
|
|
||||||
\[Missing <summary> documentation for "N:CapyKit.Attributes"\]
|
Custom attributes for simplifying .NET code behavior.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# CapyKit.Enumerations Namespace
|
# CapyKit.Enumerations Namespace
|
||||||
|
|
||||||
|
|
||||||
\[Missing <summary> documentation for "N:CapyKit.Enumerations"\]
|
Commonly used enumerations for value comparison and logic.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# CapyKit.Extensions Namespace
|
# CapyKit.Extensions Namespace
|
||||||
|
|
||||||
|
|
||||||
\[Missing <summary> documentation for "N:CapyKit.Extensions"\]
|
Extension methods for enhancing .NET classes and simplifying operations.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# CapyKit.Helpers Namespace
|
# CapyKit.Helpers Namespace
|
||||||
|
|
||||||
|
|
||||||
\[Missing <summary> documentation for "N:CapyKit.Helpers"\]
|
Utility classes for tasks like data manipulation and reflection.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Tests Namespace
|
# Tests Namespace
|
||||||
|
|
||||||
|
|
||||||
\[Missing <summary> documentation for "N:Tests"\]
|
Unit tests ensuring CapyKit functions as expected.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Tests.Helpers Namespace
|
# Tests.Helpers Namespace
|
||||||
|
|
||||||
|
|
||||||
\[Missing <summary> documentation for "N:Tests.Helpers"\]
|
Contains unit tests specifically focused on verifying the correctness of the code in `CapyKit.Helpers`.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,29 +1,31 @@
|
||||||
# Namespaces
|
# Namespaces
|
||||||
|
|
||||||
|
|
||||||
|
Welcome to the official documentation for CapyKit, a powerful collection of C# utilities designed to enhance your .NET projects. Below, you'll find a list of namespaces included in the library, each offering a unique set of tools, extensions, and helpers to streamline your development process.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Namespaces
|
## Namespaces
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="N_CapyKit.md">CapyKit</a></td>
|
<td><a href="N_CapyKit.md">CapyKit</a></td>
|
||||||
<td /></tr>
|
<td>Core utilities and foundational methods for the CapyKit library.</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="N_CapyKit_Attributes.md">CapyKit.Attributes</a></td>
|
<td><a href="N_CapyKit_Attributes.md">CapyKit.Attributes</a></td>
|
||||||
<td /></tr>
|
<td>Custom attributes for simplifying .NET code behavior.</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="N_CapyKit_Enumerations.md">CapyKit.Enumerations</a></td>
|
<td><a href="N_CapyKit_Enumerations.md">CapyKit.Enumerations</a></td>
|
||||||
<td /></tr>
|
<td>Commonly used enumerations for value comparison and logic.</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="N_CapyKit_Extensions.md">CapyKit.Extensions</a></td>
|
<td><a href="N_CapyKit_Extensions.md">CapyKit.Extensions</a></td>
|
||||||
<td /></tr>
|
<td>Extension methods for enhancing .NET classes and simplifying operations.</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="N_CapyKit_Helpers.md">CapyKit.Helpers</a></td>
|
<td><a href="N_CapyKit_Helpers.md">CapyKit.Helpers</a></td>
|
||||||
<td /></tr>
|
<td>Utility classes for tasks like data manipulation and reflection.</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="N_Tests.md">Tests</a></td>
|
<td><a href="N_Tests.md">Tests</a></td>
|
||||||
<td /></tr>
|
<td>Unit tests ensuring CapyKit functions as expected.</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="N_Tests_Helpers.md">Tests.Helpers</a></td>
|
<td><a href="N_Tests_Helpers.md">Tests.Helpers</a></td>
|
||||||
<td /></tr>
|
<td>Contains unit tests specifically focused on verifying the correctness of the code in `CapyKit.Helpers`.</td></tr>
|
||||||
</table>
|
</table>
|
|
@ -1,4 +1,4 @@
|
||||||
- [CapyKit - C# Utilities](fa7407d1-9116-4ad7-a9ab-ed094685b070.md)
|
- [CapyKit - C# Utilities](849aa079-3d64-4cf1-966f-44af23c73160.md)
|
||||||
- [Namespaces](R_Project_Documentation.md)
|
- [Namespaces](R_Project_Documentation.md)
|
||||||
- [CapyKit Namespace](N_CapyKit.md)
|
- [CapyKit Namespace](N_CapyKit.md)
|
||||||
- [CapyEventArgs Class](T_CapyKit_CapyEventArgs.md)
|
- [CapyEventArgs Class](T_CapyKit_CapyEventArgs.md)
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
# CapyKit - C# Utilities
|
|
||||||
|
|
||||||
Version [TODO: Version] was released on [TODO: Date].
|
|
||||||
|
|
||||||
|
|
||||||
## Changes in This Release
|
|
||||||
<ul><li><p>[TODO: Add change items here]</p></li></ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## See Also
|
|
||||||
|
|
||||||
|
|
||||||
#### Other Resources
|
|
||||||
[7d36447b-0aab-4ce9-b5ed-e60ec5bee103]
|
|
Loading…
Reference in a new issue